File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/@oclif/config/package.json
{
"_from": "@oclif/config@1.17.0",
"_id": "@oclif/config@1.17.0",
"_inBundle": false,
"_integrity": "sha512-Lmfuf6ubjQ4ifC/9bz1fSCHc6F6E653oyaRXxg+lgT4+bYf9bk+nqrUpAbrXyABkCqgIBiFr3J4zR/kiFdE1PA==",
"_location": "/@oclif/config",
"_phantomChildren": {
"@nodelib/fs.walk": "1.2.4",
"is-docker": "2.1.1",
"is-glob": "4.0.1",
"merge2": "1.3.0",
"picomatch": "2.2.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@oclif/config@1.17.0",
"name": "@oclif/config",
"escapedName": "@oclif%2fconfig",
"scope": "@oclif",
"rawSpec": "1.17.0",
"saveSpec": null,
"fetchSpec": "1.17.0"
},
"_requiredBy": [
"/@oclif/command",
"/@oclif/command/@oclif/plugin-help",
"/@oclif/plugin-autocomplete",
"/@oclif/plugin-warn-if-update-available",
"/apollo"
],
"_resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.17.0.tgz",
"_shasum": "ba8639118633102a7e481760c50054623d09fcab",
"_spec": "@oclif/config@1.17.0",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop/node_modules/apollo",
"author": {
"name": "Jeff Dickey @jdxcode"
},
"bugs": {
"url": "https://github.com/oclif/config/issues"
},
"bundleDependencies": false,
"dependencies": {
"@oclif/errors": "^1.3.3",
"@oclif/parser": "^3.8.0",
"debug": "^4.1.1",
"globby": "^11.0.1",
"is-wsl": "^2.1.1",
"tslib": "^2.0.0"
},
"deprecated": false,
"description": "base config object and standard interfaces for oclif components",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/indent-string": "^4.0.1",
"@types/lodash": "^4.14.123",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.14",
"@types/proxyquire": "^1.3.28",
"@types/wrap-ansi": "^3.0.0",
"chai": "^4.2.0",
"conventional-changelog-cli": "^2.0.21",
"eslint": "^7.3.1",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.2.0",
"fancy-test": "^1.4.3",
"lodash": "^4.17.11",
"mocha": "^6.1.4",
"proxyquire": "^2.1.0",
"ts-node": "^8.1.0",
"typescript": "3.8.3"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/lib"
],
"homepage": "https://github.com/oclif/config",
"keywords": [
"oclif"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@oclif/config",
"repository": {
"type": "git",
"url": "git+https://github.com/oclif/config.git"
},
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "eslint . --ext .ts --config .eslintrc",
"posttest": "yarn lint",
"prepack": "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.17.0"
}