1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_args": [
- [
- "colorette@1.2.1",
- "D:\\wnmp\\www\\vue\\seaBlueAdmin"
- ]
- ],
- "_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"
- ],
- "_resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.1.tgz",
- "_spec": "1.2.1",
- "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
- "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"
- }
|