75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
![]() |
{
|
||
|
"_from": "colorette@^1.2.1",
|
||
|
"_id": "colorette@1.2.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-TQuSEyXBT6+SYzCGpTbbbolWSxs=",
|
||
|
"_location": "/colorette",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "colorette@^1.2.1",
|
||
|
"name": "colorette",
|
||
|
"escapedName": "colorette",
|
||
|
"rawSpec": "^1.2.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.2.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/autoprefixer",
|
||
|
"/browserslist"
|
||
|
],
|
||
|
"_resolved": "https://registry.npm.taobao.org/colorette/download/colorette-1.2.1.tgz",
|
||
|
"_shasum": "4d0b921325c14faf92633086a536db6e89564b1b",
|
||
|
"_spec": "colorette@^1.2.1",
|
||
|
"_where": "E:\\GreateCommunity\\node_modules\\browserslist",
|
||
|
"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": {
|
||
|
"c8": "7.2.0",
|
||
|
"testmatrix": "0.1.2"
|
||
|
},
|
||
|
"exports": {
|
||
|
"./package.json": "./package.json",
|
||
|
".": {
|
||
|
"require": "./index.cjs",
|
||
|
"import": "./index.js"
|
||
|
}
|
||
|
},
|
||
|
"files": [
|
||
|
"index.*",
|
||
|
"colorette.d.ts"
|
||
|
],
|
||
|
"homepage": "https://github.com/jorgebucaran/colorette",
|
||
|
"keywords": [
|
||
|
"colorette",
|
||
|
"terminal",
|
||
|
"styles",
|
||
|
"color",
|
||
|
"ansi"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.cjs",
|
||
|
"module": "index.js",
|
||
|
"name": "colorette",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/jorgebucaran/colorette.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "node -e \"fs.writeFileSync('index.cjs',fs.readFileSync('index.js','utf8').replace(/export const /g,'exports.'),'utf8')\"",
|
||
|
"release": "v=$npm_package_version; git commit -am $v && git tag -s $v -m $v && git push && git push --tags && npm publish",
|
||
|
"test": "c8 testmatrix test/*.cjs"
|
||
|
},
|
||
|
"type": "module",
|
||
|
"types": "colorette.d.ts",
|
||
|
"version": "1.2.1"
|
||
|
}
|