- 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/ansi-colors/package.json
rceaed42 r59329aa 1 1 { 2 "name": "ansi-colors", 3 "description": "Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).", 4 "version": "4.1.1", 5 "homepage": "https://github.com/doowb/ansi-colors", 6 "author": "Brian Woodward (https://github.com/doowb)", 7 "contributors": [ 8 "Brian Woodward (https://twitter.com/doowb)", 9 "Jason Schilling (https://sourecode.de)", 10 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 11 "Jordan (https://github.com/Silic0nS0ldier)" 2 "_args": [ 3 [ 4 "ansi-colors@4.1.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 12 7 ], 13 "repository": "doowb/ansi-colors", 8 "_development": true, 9 "_from": "ansi-colors@4.1.1", 10 "_id": "ansi-colors@4.1.1", 11 "_inBundle": false, 12 "_integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", 13 "_location": "/ansi-colors", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "ansi-colors@4.1.1", 19 "name": "ansi-colors", 20 "escapedName": "ansi-colors", 21 "rawSpec": "4.1.1", 22 "saveSpec": null, 23 "fetchSpec": "4.1.1" 24 }, 25 "_requiredBy": [ 26 "/@angular-devkit/build-angular", 27 "/@angular/cli" 28 ], 29 "_resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", 30 "_spec": "4.1.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Brian Woodward", 34 "url": "https://github.com/doowb" 35 }, 14 36 "bugs": { 15 37 "url": "https://github.com/doowb/ansi-colors/issues" 16 38 }, 17 "license": "MIT", 18 "files": [ 19 "index.js", 20 "symbols.js", 21 "types/index.d.ts" 39 "contributors": [ 40 { 41 "name": "Brian Woodward", 42 "url": "https://twitter.com/doowb" 43 }, 44 { 45 "name": "Jason Schilling", 46 "url": "https://sourecode.de" 47 }, 48 { 49 "name": "Jon Schlinkert", 50 "url": "http://twitter.com/jonschlinkert" 51 }, 52 { 53 "name": "Jordan", 54 "url": "https://github.com/Silic0nS0ldier" 55 } 22 56 ], 23 "main": "index.js", 24 "types": "./types/index.d.ts", 25 "engines": { 26 "node": ">=6" 27 }, 28 "scripts": { 29 "test": "mocha" 30 }, 57 "description": "Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).", 31 58 "devDependencies": { 32 59 "decache": "^4.5.1", … … 36 63 "text-table": "^0.2.0" 37 64 }, 65 "engines": { 66 "node": ">=6" 67 }, 68 "files": [ 69 "index.js", 70 "symbols.js", 71 "types/index.d.ts" 72 ], 73 "homepage": "https://github.com/doowb/ansi-colors", 38 74 "keywords": [ 39 75 "ansi", … … 76 112 "yellow" 77 113 ], 114 "license": "MIT", 115 "main": "index.js", 116 "name": "ansi-colors", 117 "repository": { 118 "type": "git", 119 "url": "git+https://github.com/doowb/ansi-colors.git" 120 }, 121 "scripts": { 122 "test": "mocha" 123 }, 124 "types": "./types/index.d.ts", 78 125 "verb": { 79 126 "toc": false, … … 106 153 "kleur" 107 154 ] 108 } 155 }, 156 "version": "4.1.1" 109 157 }
Note:
See TracChangeset
for help on using the changeset viewer.