File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/@oclif/plugin-plugins/package.json
{
"_from": "@oclif/plugin-plugins@1.9.0",
"_id": "@oclif/plugin-plugins@1.9.0",
"_inBundle": false,
"_integrity": "sha512-sq31nJk/n5pH5qGDioj2Z9x6MlRUrc/kkQrfCYKRPbQM80qewSP4RcPK3/gDvDSOAWD3wLAK9oMbDQO9lqImMA==",
"_location": "/@oclif/plugin-plugins",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@oclif/plugin-plugins@1.9.0",
"name": "@oclif/plugin-plugins",
"escapedName": "@oclif%2fplugin-plugins",
"scope": "@oclif",
"rawSpec": "1.9.0",
"saveSpec": null,
"fetchSpec": "1.9.0"
},
"_requiredBy": [
"/apollo"
],
"_resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-1.9.0.tgz",
"_shasum": "f6098cc51646585bbf75480e180cef98b5437bc5",
"_spec": "@oclif/plugin-plugins@1.9.0",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop/node_modules/apollo",
"author": {
"name": "Jeff Dickey @jdxcode"
},
"bugs": {
"url": "https://github.com/oclif/plugin-plugins/issues"
},
"bundleDependencies": false,
"dependencies": {
"@oclif/color": "^0.x",
"@oclif/command": "^1.5.12",
"chalk": "^2.4.2",
"cli-ux": "^5.2.1",
"debug": "^4.1.0",
"fs-extra": "^7.0.1",
"http-call": "^5.2.2",
"load-json-file": "^5.2.0",
"npm-run-path": "^3.0.0",
"semver": "^7.3.2",
"tslib": "^2.0.0",
"yarn": "^1.21.1"
},
"deprecated": false,
"description": "plugins plugin for oclif",
"devDependencies": {
"@oclif/config": "^1.12.11",
"@oclif/dev-cli": "^1.21.3",
"@oclif/errors": "^1.2.2",
"@oclif/plugin-help": "^2.1.4",
"@oclif/test": "^1.2.4",
"@types/chai": "^4.1.7",
"@types/fs-extra": "^5.0.5",
"@types/mocha": "^5.2.6",
"@types/node": "^8.10.59",
"@types/semver": "^5.5.0",
"@types/supports-color": "^5.3.0",
"chai": "^4.2.0",
"eslint": "^7.3.1",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.1.0",
"fancy-test": "^1.4.1",
"globby": "^9.1.0",
"mocha": "^6.0.2",
"nock": "^10.0.0",
"ts-node": "^8.0.3",
"typescript": "3.8.3"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"oclif.manifest.json",
"/lib"
],
"homepage": "https://github.com/oclif/plugin-plugins",
"keywords": [
"oclif-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@oclif/plugin-plugins",
"oclif": {
"commands": "./lib/commands",
"scope": "heroku-cli",
"hooks": {
"update": "./lib/hooks/update.js"
},
"devPlugins": [
"@oclif/plugin-help"
],
"aliases": {
"aliasme": "oclif-debug"
},
"bin": "mycli"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oclif/plugin-plugins.git"
},
"scripts": {
"build": "rm -rf lib && tsc",
"clean": "rm -f oclif.manifest.json",
"lint": "eslint . --ext .ts --config .eslintrc",
"postpublish": "yarn run clean",
"posttest": "yarn lint",
"prepublishOnly": "yarn run build && oclif-dev manifest && oclif-dev readme",
"pretest": "yarn build --noEmit && tsc -p test --noEmit",
"preversion": "yarn run clean",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif-dev readme && git add README.md"
},
"types": "lib/index.d.ts",
"version": "1.9.0"
}