xiaofu-ruoyi-vue/node_modules/colorette/package.json

75 lines
2.0 KiB
JSON

{
"_from": "colorette@^2.0.16",
"_id": "colorette@2.0.20",
"_inBundle": false,
"_integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
"_location": "/colorette",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "colorette@^2.0.16",
"name": "colorette",
"escapedName": "colorette",
"rawSpec": "^2.0.16",
"saveSpec": null,
"fetchSpec": "^2.0.16"
},
"_requiredBy": [
"/listr2"
],
"_resolved": "https://registry.npmmirror.com/colorette/-/colorette-2.0.20.tgz",
"_shasum": "9eb793e6833067f7235902fcd3b09917a000a95a",
"_spec": "colorette@^2.0.16",
"_where": "D:\\workspace\\ruoyi-vue-web\\node_modules\\listr2",
"author": {
"name": "Jorge Bucaran"
},
"bugs": {
"url": "https://github.com/jorgebucaran/colorette/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "🌈Easily set your terminal text color & styles.",
"devDependencies": {
"c8": "*",
"twist": "*"
},
"exports": {
"./package.json": "./package.json",
".": {
"require": "./index.cjs",
"import": "./index.js",
"types": "./index.d.ts"
}
},
"files": [
"*.*(c)[tj]s*"
],
"homepage": "https://github.com/jorgebucaran/colorette#readme",
"keywords": [
"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": "npx rollup --format cjs --input index.js --file index.cjs",
"deploy": "npm test && git commit --all --message $tag && git tag --sign $tag --message $tag && git push && git push --tags",
"prepare": "npm run build",
"release": "tag=$npm_package_version npm run deploy && npm publish --access public",
"test": "c8 twist tests/*.js"
},
"type": "module",
"types": "index.d.ts",
"version": "2.0.20"
}