File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/@oclif/color/package.json
{
"_from": "@oclif/color@^0.x",
"_id": "@oclif/color@0.1.2",
"_inBundle": false,
"_integrity": "sha512-M9o+DOrb8l603qvgz1FogJBUGLqcMFL1aFg2ZEL0FbXJofiNTLOWIeB4faeZTLwE6dt0xH9GpCVpzksMMzGbmA==",
"_location": "/@oclif/color",
"_phantomChildren": {
"@types/color-name": "1.1.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "@oclif/color@^0.x",
"name": "@oclif/color",
"escapedName": "@oclif%2fcolor",
"scope": "@oclif",
"rawSpec": "^0.x",
"saveSpec": null,
"fetchSpec": "^0.x"
},
"_requiredBy": [
"/@oclif/plugin-not-found",
"/@oclif/plugin-plugins"
],
"_resolved": "https://registry.npmjs.org/@oclif/color/-/color-0.1.2.tgz",
"_shasum": "28b07e2850d9ce814d0b587ce3403b7ad8f7d987",
"_spec": "@oclif/color@^0.x",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop/node_modules/@oclif/plugin-not-found",
"author": {
"name": "Jeff Dickey @jdxcode"
},
"bugs": {
"url": "https://github.com/oclif/color/issues"
},
"bundleDependencies": false,
"dependencies": {
"ansi-styles": "^3.2.1",
"chalk": "^3.0.0",
"strip-ansi": "^5.2.0",
"supports-color": "^5.4.0",
"tslib": "^1"
},
"deprecated": false,
"description": "@oclif/color ============",
"devDependencies": {
"@types/ansi-styles": "^3.2.0",
"@types/chai": "^4",
"@types/mocha": "^5",
"@types/node": "^12",
"@types/supports-color": "^5.3.0",
"chai": "^4",
"eslint": "^6.6.0",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.1.0",
"mocha": "^5",
"nyc": "^12",
"ts-node": "^6",
"typescript": "^3"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/lib"
],
"homepage": "https://github.com/oclif/color",
"keywords": [
"oclif"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@oclif/color",
"repository": {
"type": "git",
"url": "git+https://github.com/oclif/color.git"
},
"scripts": {
"lint": "eslint . --ext .ts --config .eslintrc",
"posttest": "yarn lint",
"prepack": "rm -rf lib && tsc",
"prepare": "rm -rf lib && tsc",
"pretest": "tsc -p test --noEmit",
"test": "nyc mocha --forbid-only \"test/**/*.test.ts\""
},
"types": "lib/index.d.ts",
"version": "0.1.2"
}