Files
now-deployment/node_modules/colors/package.json
2019-10-17 12:36:15 +09:00

73 lines
1.6 KiB
JSON

{
"_args": [
[
"colors@1.2.3",
"/Users/lms/dietfriends/now-deploy-preview-comment"
]
],
"_development": true,
"_from": "colors@1.2.3",
"_id": "colors@1.2.3",
"_inBundle": false,
"_integrity": "sha512-qTfM2pNFeMZcLvf/RbrVAzDEVttZjFhaApfx9dplNjvHSX88Ui66zBRb/4YGob/xUWxDceirgoC1lT676asfCQ==",
"_location": "/colors",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "colors@1.2.3",
"name": "colors",
"escapedName": "colors",
"rawSpec": "1.2.3",
"saveSpec": null,
"fetchSpec": "1.2.3"
},
"_requiredBy": [
"/tracer"
],
"_resolved": "https://registry.npmjs.org/colors/-/colors-1.2.3.tgz",
"_spec": "1.2.3",
"_where": "/Users/lms/dietfriends/now-deploy-preview-comment",
"author": {
"name": "Marak Squires"
},
"bugs": {
"url": "https://github.com/Marak/colors.js/issues"
},
"description": "get colors in your node.js console",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1"
},
"engines": {
"node": ">=0.1.90"
},
"files": [
"examples",
"lib",
"LICENSE",
"safe.js",
"themes",
"index.d.ts",
"safe.d.ts"
],
"homepage": "https://github.com/Marak/colors.js",
"keywords": [
"ansi",
"terminal",
"colors"
],
"license": "MIT",
"main": "lib/index.js",
"name": "colors",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Marak/colors.js.git"
},
"scripts": {
"lint": "eslint . --fix",
"test": "node tests/basic-test.js && node tests/safe-test.js"
},
"version": "1.2.3"
}