You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

63 lines
1.7 KiB

{
"_from": "colorette@^1.2.0",
"_id": "colorette@1.2.0",
"_inBundle": false,
"_integrity": "sha512-soRSroY+OF/8OdA3PTQXwaDJeMc7TfknKKrxeSCencL2a4+Tx5zhxmmv7hdpCjhKBjehzp8+bwe/T68K0hpIjw==",
"_location": "/colorette",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "colorette@^1.2.0",
"name": "colorette",
"escapedName": "colorette",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/autoprefixer"
],
"_resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.0.tgz",
"_shasum": "45306add826d196e8c87236ac05d797f25982e63",
"_spec": "colorette@^1.2.0",
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\autoprefixer",
"author": {
"name": "Jorge Bucaran"
},
"bugs": {
"url": "https://github.com/jorgebucaran/colorette/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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.2.0"
}