Changeset 59329aa for trip-planner-front/node_modules/colors/package.json
- 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/colors/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "colors@1.4.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "colors@1.4.0", 10 "_id": "colors@1.4.0", 11 "_inBundle": false, 12 "_integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", 13 "_location": "/colors", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "colors@1.4.0", 2 19 "name": "colors", 3 "description": "get colors in your node.js console", 4 "version": "1.4.0", 5 "author": "Marak Squires", 6 "contributors": [ 7 { 8 "name": "DABH", 9 "url": "https://github.com/DABH" 10 } 11 ], 12 "homepage": "https://github.com/Marak/colors.js", 13 "bugs": "https://github.com/Marak/colors.js/issues", 14 "keywords": [ 15 "ansi", 16 "terminal", 17 "colors" 18 ], 19 "repository": { 20 "type": "git", 21 "url": "http://github.com/Marak/colors.js.git" 22 }, 23 "license": "MIT", 24 "scripts": { 25 "lint": "eslint . --fix", 26 "test": "node tests/basic-test.js && node tests/safe-test.js" 27 }, 28 "engines": { 29 "node": ">=0.1.90" 30 }, 31 "main": "lib/index.js", 32 "files": [ 33 "examples", 34 "lib", 35 "LICENSE", 36 "safe.js", 37 "themes", 38 "index.d.ts", 39 "safe.d.ts" 40 ], 41 "devDependencies": { 42 "eslint": "^5.2.0", 43 "eslint-config-google": "^0.11.0" 20 "escapedName": "colors", 21 "rawSpec": "1.4.0", 22 "saveSpec": null, 23 "fetchSpec": "1.4.0" 24 }, 25 "_requiredBy": [ 26 "/karma" 27 ], 28 "_resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", 29 "_spec": "1.4.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Marak Squires" 33 }, 34 "bugs": { 35 "url": "https://github.com/Marak/colors.js/issues" 36 }, 37 "contributors": [ 38 { 39 "name": "DABH", 40 "url": "https://github.com/DABH" 44 41 } 42 ], 43 "description": "get colors in your node.js console", 44 "devDependencies": { 45 "eslint": "^5.2.0", 46 "eslint-config-google": "^0.11.0" 47 }, 48 "engines": { 49 "node": ">=0.1.90" 50 }, 51 "files": [ 52 "examples", 53 "lib", 54 "LICENSE", 55 "safe.js", 56 "themes", 57 "index.d.ts", 58 "safe.d.ts" 59 ], 60 "homepage": "https://github.com/Marak/colors.js", 61 "keywords": [ 62 "ansi", 63 "terminal", 64 "colors" 65 ], 66 "license": "MIT", 67 "main": "lib/index.js", 68 "name": "colors", 69 "repository": { 70 "type": "git", 71 "url": "git+ssh://git@github.com/Marak/colors.js.git" 72 }, 73 "scripts": { 74 "lint": "eslint . --fix", 75 "test": "node tests/basic-test.js && node tests/safe-test.js" 76 }, 77 "version": "1.4.0" 45 78 }
Note:
See TracChangeset
for help on using the changeset viewer.