File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/@oclif/command/package.json
{
"_from": "@oclif/command@1.8.0",
"_id": "@oclif/command@1.8.0",
"_inBundle": false,
"_integrity": "sha512-5vwpq6kbvwkQwKqAoOU3L72GZ3Ta8RRrewKj9OJRolx28KLJJ8Dg9Rf7obRwt5jQA9bkYd8gqzMTrI7H3xLfaw==",
"_location": "/@oclif/command",
"_phantomChildren": {
"@oclif/command": "1.8.0",
"@oclif/config": "1.17.0",
"ansi-styles": "3.2.1",
"chalk": "2.4.2",
"lodash.template": "4.5.0",
"widest-line": "3.1.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@oclif/command@1.8.0",
"name": "@oclif/command",
"escapedName": "@oclif%2fcommand",
"scope": "@oclif",
"rawSpec": "1.8.0",
"saveSpec": null,
"fetchSpec": "1.8.0"
},
"_requiredBy": [
"/@oclif/command/@oclif/plugin-help",
"/@oclif/plugin-autocomplete",
"/@oclif/plugin-help",
"/@oclif/plugin-not-found",
"/@oclif/plugin-plugins",
"/@oclif/plugin-warn-if-update-available",
"/apollo",
"/cli-ux"
],
"_resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.0.tgz",
"_shasum": "c1a499b10d26e9d1a611190a81005589accbb339",
"_spec": "@oclif/command@1.8.0",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop/node_modules/apollo",
"author": {
"name": "Jeff Dickey @jdxcode"
},
"bugs": {
"url": "https://github.com/oclif/command/issues"
},
"bundleDependencies": false,
"dependencies": {
"@oclif/config": "^1.15.1",
"@oclif/errors": "^1.3.3",
"@oclif/parser": "^3.8.3",
"@oclif/plugin-help": "^3",
"debug": "^4.1.1",
"semver": "^7.3.2"
},
"deprecated": false,
"description": "oclif base command",
"devDependencies": {
"@oclif/plugin-plugins": "^1.7.7",
"@types/chai": "^4.1.7",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.14",
"@types/semver": "^7.3.1",
"chai": "^4.2.0",
"cli-ux": "^5.1.0",
"conventional-changelog-cli": "^2.0.12",
"eslint": "^7.3.1",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.2.0",
"fancy-test": "^1.4.3",
"globby": "^11.0.1",
"mocha": "^6.0.2",
"sinon": "^9.0.1",
"ts-node": "^8.8.2",
"typescript": "3.8.3"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/flush.js",
"/flush.d.ts",
"/lib"
],
"homepage": "https://github.com/oclif/command",
"keywords": [
"oclif"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@oclif/command",
"oclif": {
"devPlugins": [
"@oclif/plugin-help",
"@oclif/plugin-plugins"
]
},
"peerDependencies": {
"@oclif/config": "^1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oclif/command.git"
},
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "eslint . --ext .ts --config .eslintrc",
"posttest": "yarn lint",
"prepublishOnly": "yarn run build",
"pretest": "yarn build --noEmit && tsc -p test --noEmit",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},
"types": "lib/index.d.ts",
"version": "1.8.0"
}