67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"colorette@1.1.0",
|
|
"/home/rui/code/personal/dijkstra-app/backend-dijkstra"
|
|
]
|
|
],
|
|
"_from": "colorette@1.1.0",
|
|
"_id": "colorette@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-6S062WDQUXi6hOfkO/sBPVwE5ASXY4G2+b4atvhJfSsuUUhIaUKlkjLe9692Ipyt5/a+IPF5aVTu3V5gvXq5cg==",
|
|
"_location": "/colorette",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "colorette@1.1.0",
|
|
"name": "colorette",
|
|
"escapedName": "colorette",
|
|
"rawSpec": "1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/knex"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/colorette/-/colorette-1.1.0.tgz",
|
|
"_spec": "1.1.0",
|
|
"_where": "/home/rui/code/personal/dijkstra-app/backend-dijkstra",
|
|
"author": {
|
|
"name": "Jorge Bucaran"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jorgebucaran/colorette/issues"
|
|
},
|
|
"description": "Color your terminal using pure idiomatic JavaScript.",
|
|
"devDependencies": {
|
|
"nyc": "14.1.1",
|
|
"testmatrix": "0.1.2"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"colorette.d.ts"
|
|
],
|
|
"homepage": "https://github.com/jorgebucaran/colorette",
|
|
"keywords": [
|
|
"colorette",
|
|
"terminal",
|
|
"styles",
|
|
"color",
|
|
"ansi"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "colorette",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jorgebucaran/colorette.git"
|
|
},
|
|
"scripts": {
|
|
"release": "v=$npm_package_version; git commit -am $v && git tag -s $v -m $v && git push && git push --tags && npm publish",
|
|
"test": "nyc -r lcov testmatrix test/index.js"
|
|
},
|
|
"types": "colorette.d.ts",
|
|
"version": "1.1.0"
|
|
}
|