Changeset 59329aa for trip-planner-front/node_modules/colorette
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/colorette/package.json
rceaed42 r59329aa 1 1 { 2 "name": "colorette", 3 "version": "1.4.0", 4 "type": "module", 5 "main": "index.cjs", 6 "module": "index.js", 7 "types": "index.d.ts", 2 "_args": [ 3 [ 4 "colorette@1.4.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "colorette@1.4.0", 10 "_id": "colorette@1.4.0", 11 "_inBundle": false, 12 "_integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==", 13 "_location": "/colorette", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "colorette@1.4.0", 19 "name": "colorette", 20 "escapedName": "colorette", 21 "rawSpec": "1.4.0", 22 "saveSpec": null, 23 "fetchSpec": "1.4.0" 24 }, 25 "_requiredBy": [ 26 "/postcss", 27 "/webpack-dev-middleware" 28 ], 29 "_resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz", 30 "_spec": "1.4.0", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Jorge Bucaran" 34 }, 35 "bugs": { 36 "url": "https://github.com/jorgebucaran/colorette/issues" 37 }, 8 38 "description": "Easily set the text color and style in the terminal.", 9 "repository": "jorgebucaran/colorette", 10 "license": "MIT", 39 "devDependencies": { 40 "c8": "*", 41 "twist": "*" 42 }, 11 43 "exports": { 12 44 "./package.json": "./package.json", … … 19 51 "*.*(c)[tj]s*" 20 52 ], 21 " author": "Jorge Bucaran",53 "homepage": "https://github.com/jorgebucaran/colorette#readme", 22 54 "keywords": [ 23 55 "terminal", … … 26 58 "ansi" 27 59 ], 60 "license": "MIT", 61 "main": "index.cjs", 62 "module": "index.js", 63 "name": "colorette", 64 "repository": { 65 "type": "git", 66 "url": "git+https://github.com/jorgebucaran/colorette.git" 67 }, 28 68 "scripts": { 29 "test": "c8 twist tests/*.js",30 69 "build": "node -e \"fs.writeFileSync('index.cjs', fs.readFileSync('index.js', 'utf8').replace(/export const /g, 'exports.').replace(/import \\* as ([^ ]+) from \\\"(.+)\\\"/, 'const \\$1 = require(\\\"\\$2\\\")'), 'utf8')\"", 31 70 "deploy": "npm test && git commit --all --message $tag && git tag --sign $tag --message $tag && git push && git push --tags", 71 "prepare": "npm run build", 32 72 "release": "tag=$npm_package_version npm run deploy && npm publish --access public", 33 " prepare": "npm run build"73 "test": "c8 twist tests/*.js" 34 74 }, 35 "devDependencies": { 36 "c8": "*", 37 "twist": "*" 38 } 75 "type": "module", 76 "types": "index.d.ts", 77 "version": "1.4.0" 39 78 }
Note:
See TracChangeset
for help on using the changeset viewer.