aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/package.json
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-07-27 10:05:23 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-07-27 10:05:23 +0200
commit5bf66662a9bdd62c5bccab15e607cd95cfb8fcab (patch)
tree39a1a4629749056191c05dfd899f931701b7acf3 /srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/package.json
parent5afd237bbd22028b85532b8c0b3fcead49a00764 (diff)
downloadft_server-master.tar.gz
ft_server-master.tar.bz2
ft_server-master.zip
Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my famillyHEADmaster
Diffstat (limited to 'srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/package.json')
-rw-r--r--srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/package.json83
1 files changed, 0 insertions, 83 deletions
diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/package.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/package.json
deleted file mode 100644
index 8926f72..0000000
--- a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/package.json
+++ /dev/null
@@ -1,83 +0,0 @@
-{
- "name": "mariadb-mysql-kbs",
- "repository": "williamdes/mariadb-mysql-kbs",
- "version": "1.2.8",
- "description": "An index of the MariaDB and MySQL Knowledge bases",
- "main": "src/index.js",
- "homepage": "https://github.com/williamdes/mariadb-mysql-kbs#readme",
- "readme": "https://github.com/williamdes/mariadb-mysql-kbs/blob/master/README.md",
- "license": "MPL-2.0",
- "bugs": {
- "url": "https://github.com/williamdes/mariadb-mysql-kbs/issues",
- "email": "williamdes@wdes.fr"
- },
- "keywords": [
- "mariadb",
- "mysql",
- "dataset",
- "kb",
- "knowledge-base",
- "json",
- "library",
- "mysql-knowledge-bases",
- "mariadb-knowledge-bases",
- "composer-package",
- "npm-package"
- ],
- "nyc": {
- "exclude": [
- "docs",
- "data",
- "test",
- "build",
- "vendor",
- "coverage",
- ".nyc_output",
- "scripts/vendor"
- ],
- "reporter": [
- "text",
- "text-summary"
- ]
- },
- "scripts": {
- "changelog": "changelog-generator-twig --owner williamdes --repo mariadb-mysql-kbs --repoDir ./ --baseCommit 28e9e010dc027dee17a55f5eedad776dcf983e95",
- "changelog-file": "npm run --silent changelog > CHANGELOG.md",
- "prettier": "prettier \"*.js\" \"*/**/*.js\" --ignore-path ./.prettierignore --write",
- "test": "nyc --all mocha --ui tdd",
- "jshint": "jshint ./",
- "build": "node ./src/index.js",
- "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov",
- "sudo-bot-pr": "sudo-bot --env scripts/sudo-bot/.env --verbose"
- },
- "author": {
- "email": "williamdes@wdes.fr",
- "name": "William Desportes",
- "url": "https://william.wdes.fr"
- },
- "dependencies": {},
- "devDependencies": {
- "chai": "^4.2.0",
- "changelog-generator-twig": "^1.2.0",
- "codecov": "^3.6.1",
- "crawler": "^1.2.1",
- "jshint": "^2.10.3",
- "mocha": "^6.2.2",
- "nyc": "^14.1.1",
- "prettier": "^1.19.1",
- "sudo-bot": "^1.1.11"
- },
- "directories": {
- "lib": "src",
- "test": "test"
- },
- "prettier": {
- "singleQuote": true,
- "proseWrap": "never",
- "trailingComma": "es5",
- "printWidth": 120
- },
- "publishConfig": {
- "access": "public"
- }
-}