{ "_args": [ [ "colorette@1.3.0", "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web" ] ], "_development": true, "_from": "colorette@1.3.0", "_id": "colorette@1.3.0", "_inBundle": false, "_integrity": "sha1-/0XS8O2yRAadO3cq3rBP7TjQoK8=", "_location": "/colorette", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "colorette@1.3.0", "name": "colorette", "escapedName": "colorette", "rawSpec": "1.3.0", "saveSpec": null, "fetchSpec": "1.3.0" }, "_requiredBy": [ "/autoprefixer", "/browserslist" ], "_resolved": "https://registry.nlark.com/colorette/download/colorette-1.3.0.tgz?cache=0&sync_timestamp=1628600323078&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcolorette%2Fdownload%2Fcolorette-1.3.0.tgz", "_spec": "1.3.0", "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web", "author": { "name": "Jorge Bucaran" }, "bugs": { "url": "https://github.com/jorgebucaran/colorette/issues" }, "description": "Easily set the text color and style in the terminal.", "devDependencies": { "c8": "*", "twist": "*" }, "exports": { "./package.json": "./package.json", ".": { "require": "./index.cjs", "import": "./index.js" } }, "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": "node -e \"fs.writeFileSync('index.cjs',fs.readFileSync('index.js','utf8').replace(/export const /g,'exports.'),'utf8')\"", "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": "1.3.0" }