File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/@oclif/plugin-help/package.json
{
"_args": [
[
"@oclif/plugin-help@2.2.3",
"/Users/julesgraus/webDevelopment/Boilerplate-Shop"
]
],
"_development": true,
"_from": "@oclif/plugin-help@2.2.3",
"_id": "@oclif/plugin-help@2.2.3",
"_inBundle": false,
"_integrity": "sha512-bGHUdo5e7DjPJ0vTeRBMIrfqTRDBfyR5w0MP41u0n3r7YG5p14lvMmiCXxi6WDaP2Hw5nqx3PnkAIntCKZZN7g==",
"_location": "/@oclif/plugin-help",
"_phantomChildren": {
"ansi-styles": "3.2.1",
"emoji-regex": "7.0.3"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@oclif/plugin-help@2.2.3",
"name": "@oclif/plugin-help",
"escapedName": "@oclif%2fplugin-help",
"scope": "@oclif",
"rawSpec": "2.2.3",
"saveSpec": null,
"fetchSpec": "2.2.3"
},
"_requiredBy": [
"/apollo"
],
"_resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-2.2.3.tgz",
"_spec": "2.2.3",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
"author": {
"name": "Jeff Dickey @jdxcode"
},
"bugs": {
"url": "https://github.com/oclif/plugin-help/issues"
},
"dependencies": {
"@oclif/command": "^1.5.13",
"chalk": "^2.4.1",
"indent-string": "^4.0.0",
"lodash.template": "^4.4.0",
"string-width": "^3.0.0",
"strip-ansi": "^5.0.0",
"widest-line": "^2.0.1",
"wrap-ansi": "^4.0.0"
},
"description": "standard help for oclif",
"devDependencies": {
"@oclif/config": "^1.13.0",
"@oclif/dev-cli": "^1.21.0",
"@oclif/errors": "^1.2.2",
"@oclif/plugin-legacy": "^1.1.3",
"@oclif/plugin-plugins": "^1.7.6",
"@oclif/test": "^1.2.2",
"@types/chai": "^4.1.7",
"@types/lodash.template": "^4.4.4",
"@types/mocha": "^5.2.5",
"@types/node": "^8.10.59",
"@types/strip-ansi": "^3.0.0",
"@types/wrap-ansi": "^3.0.0",
"chai": "^4.2.0",
"eslint": "^6.6.0",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.1.0",
"globby": "^9.0.0",
"mocha": "^5.2.0",
"ts-node": "^8.0.2",
"typescript": "^3.7.2"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"oclif.manifest.json",
"/lib"
],
"homepage": "https://github.com/oclif/plugin-help",
"keywords": [
"oclif-plugin"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "@oclif/plugin-help",
"oclif": {
"commands": "./lib/commands",
"bin": "oclif",
"devPlugins": [
"@oclif/plugin-plugins",
"@oclif/plugin-legacy"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/oclif/plugin-help.git"
},
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "eslint . --ext .ts --config .eslintrc",
"postpack": "rm oclif.manifest.json",
"posttest": "yarn lint",
"prepack": "yarn run build && oclif-dev manifest",
"pretest": "tsc -p test --noEmit",
"test": "mocha --forbid-only \"test/**/*.test.ts\""
},
"types": "./lib/index.d.ts",
"version": "2.2.3"
}