{ "_args": [ [ "colorette@1.2.2", "D:\\jenkins\\workspace\\artfess-module" ] ], "_development": true, "_from": "colorette@1.2.2", "_id": "colorette@1.2.2", "_inBundle": false, "_integrity": "sha1-y8x51emcrqLb8Q6zom/Ys+as+pQ=", "_location": "/colorette", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "colorette@1.2.2", "name": "colorette", "escapedName": "colorette", "rawSpec": "1.2.2", "saveSpec": null, "fetchSpec": "1.2.2" }, "_requiredBy": [ "/autoprefixer", "/browserslist", "/webpack-cli" ], "_resolved": "https://r.cnpmjs.org/colorette/download/colorette-1.2.2.tgz", "_spec": "1.2.2", "_where": "D:\\jenkins\\workspace\\artfess-module", "author": { "name": "Jorge Bucaran" }, "bugs": { "url": "https://github.com/jorgebucaran/colorette/issues" }, "description": "Easily set the color and style of text 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.2.2" }