File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/@oclif/parser/package.json
{
"_args": [
[
"@oclif/parser@3.8.5",
"/Users/julesgraus/webDevelopment/Boilerplate-Shop"
]
],
"_development": true,
"_from": "@oclif/parser@3.8.5",
"_id": "@oclif/parser@3.8.5",
"_inBundle": false,
"_integrity": "sha512-yojzeEfmSxjjkAvMRj0KzspXlMjCfBzNRPkWw8ZwOSoNWoJn+OCS/m/S+yfV6BvAM4u2lTzX9Y5rCbrFIgkJLg==",
"_location": "/@oclif/parser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@oclif/parser@3.8.5",
"name": "@oclif/parser",
"escapedName": "@oclif%2fparser",
"scope": "@oclif",
"rawSpec": "3.8.5",
"saveSpec": null,
"fetchSpec": "3.8.5"
},
"_requiredBy": [
"/@oclif/command",
"/@oclif/config"
],
"_resolved": "https://registry.npmjs.org/@oclif/parser/-/parser-3.8.5.tgz",
"_spec": "3.8.5",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
"author": {
"name": "Jeff Dickey @jdxcode"
},
"bugs": {
"url": "https://github.com/oclif/parser/issues"
},
"dependencies": {
"@oclif/errors": "^1.2.2",
"@oclif/linewrap": "^1.0.0",
"chalk": "^2.4.2",
"tslib": "^1.9.3"
},
"description": "arg and flag parser for oclif",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/nock": "^9.3.1",
"@types/node": "^11.13.7",
"@types/node-notifier": "^5.4.0",
"@types/read-pkg": "^4.0.0",
"chai": "^4.2.0",
"conventional-changelog-cli": "^2.0.17",
"eslint": "^6.6.0",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.1.0",
"mocha": "^6.1.4",
"ts-node": "^8.1.0",
"typescript": "^3.4.5"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/lib"
],
"homepage": "https://github.com/oclif/parser",
"keywords": [
"oclif"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@oclif/parser",
"repository": {
"type": "git",
"url": "git+https://github.com/oclif/parser.git"
},
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "tsc -p test --noEmit && eslint . --ext .ts --config .eslintrc",
"posttest": "yarn lint",
"prepublishOnly": "yarn run build",
"pretest": "yarn run build",
"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": "3.8.5"
}