File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/@oclif/plugin-autocomplete/package.json
{
"_from": "@oclif/plugin-autocomplete@0.2.0",
"_id": "@oclif/plugin-autocomplete@0.2.0",
"_inBundle": false,
"_integrity": "sha512-pHbaE2PH7d9lHjCgFrrQ+ZIwvY+7OAQaGoaANqDbicBNDK/Rszt4N4oGj22dJT7sCQ8a/3Eh942rjxYIq9Mi9Q==",
"_location": "/@oclif/plugin-autocomplete",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@oclif/plugin-autocomplete@0.2.0",
"name": "@oclif/plugin-autocomplete",
"escapedName": "@oclif%2fplugin-autocomplete",
"scope": "@oclif",
"rawSpec": "0.2.0",
"saveSpec": null,
"fetchSpec": "0.2.0"
},
"_requiredBy": [
"/apollo"
],
"_resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-0.2.0.tgz",
"_shasum": "e965ae83abdb81ff97eb7d63a975bcedb78dfdd9",
"_spec": "@oclif/plugin-autocomplete@0.2.0",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop/node_modules/apollo",
"author": {
"name": "Philipe Navarro @RasPhilCo"
},
"bugs": {
"url": "https://github.com/oclif/plugin-autocomplete/issues"
},
"bundleDependencies": false,
"dependencies": {
"@oclif/command": "^1.5.13",
"@oclif/config": "^1.13.0",
"chalk": "^2.4.1",
"cli-ux": "^5.2.1",
"debug": "^4.0.0",
"fs-extra": "^7.0.0",
"moment": "^2.22.1"
},
"deprecated": false,
"description": "autocomplete plugin for oclif",
"devDependencies": {
"@oclif/dev-cli": "^1.13.29",
"@oclif/plugin-help": "^2.0.4",
"@oclif/test": "^1",
"@types/chai": "^4",
"@types/fs-extra": "^8.0.1",
"@types/mocha": "^5",
"@types/node": "^8.10.59",
"chai": "^4",
"eslint": "^6.6.0",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.1.0",
"globby": "^8",
"mocha": "^5.2.0",
"nyc": "^11.8.0",
"ts-node": "^6.0.5",
"tslib": "^1.9.2",
"typescript": "^3.7.3"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/lib",
"/oclif.manifest.json"
],
"homepage": "https://github.com/oclif/plugin-autocomplete",
"keywords": [
"oclif-plugin"
],
"license": "MIT",
"name": "@oclif/plugin-autocomplete",
"oclif": {
"commands": "./lib/commands",
"bin": "oclif-example",
"devPlugins": [
"@oclif/plugin-help"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/oclif/plugin-autocomplete.git"
},
"scripts": {
"lint": "eslint . --ext .ts --config .eslintrc",
"postpack": "rm -f oclif.manifest.json",
"posttest": "yarn lint",
"prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme",
"pretest": "tsc -p test --noEmit",
"test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif-dev readme && git add README.md"
},
"version": "0.2.0"
}