82 lines
2.0 KiB
JSON
82 lines
2.0 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"colorette@1.2.1",
|
||
|
"C:\\laragon\\www\\idlers"
|
||
|
]
|
||
|
],
|
||
|
"_development": true,
|
||
|
"_from": "colorette@1.2.1",
|
||
|
"_id": "colorette@1.2.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==",
|
||
|
"_location": "/colorette",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "colorette@1.2.1",
|
||
|
"name": "colorette",
|
||
|
"escapedName": "colorette",
|
||
|
"rawSpec": "1.2.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "1.2.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/autoprefixer",
|
||
|
"/browserslist",
|
||
|
"/postcss",
|
||
|
"/webpack-cli",
|
||
|
"/webpack-dev-middleware"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.1.tgz",
|
||
|
"_spec": "1.2.1",
|
||
|
"_where": "C:\\laragon\\www\\idlers",
|
||
|
"author": {
|
||
|
"name": "Jorge Bucaran"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/jorgebucaran/colorette/issues"
|
||
|
},
|
||
|
"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"
|
||
|
}
|