Changeset 59329aa for trip-planner-front/node_modules/chalk
- 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/chalk/package.json
rceaed42 r59329aa 1 1 { 2 "name": "chalk", 3 "version": "2.4.2", 4 "description": "Terminal string styling done right", 5 "license": "MIT", 6 "repository": "chalk/chalk", 7 "engines": { 8 "node": ">=4" 9 }, 10 "scripts": { 11 "test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava", 12 "bench": "matcha benchmark.js", 13 "coveralls": "nyc report --reporter=text-lcov | coveralls" 14 }, 15 "files": [ 16 "index.js", 17 "templates.js", 18 "types/index.d.ts", 19 "index.js.flow" 20 ], 21 "keywords": [ 22 "color", 23 "colour", 24 "colors", 25 "terminal", 26 "console", 27 "cli", 28 "string", 29 "str", 30 "ansi", 31 "style", 32 "styles", 33 "tty", 34 "formatting", 35 "rgb", 36 "256", 37 "shell", 38 "xterm", 39 "log", 40 "logging", 41 "command-line", 42 "text" 43 ], 44 "dependencies": { 45 "ansi-styles": "^3.2.1", 46 "escape-string-regexp": "^1.0.5", 47 "supports-color": "^5.3.0" 48 }, 49 "devDependencies": { 50 "ava": "*", 51 "coveralls": "^3.0.0", 52 "execa": "^0.9.0", 53 "flow-bin": "^0.68.0", 54 "import-fresh": "^2.0.0", 55 "matcha": "^0.7.0", 56 "nyc": "^11.0.2", 57 "resolve-from": "^4.0.0", 58 "typescript": "^2.5.3", 59 "xo": "*" 60 }, 61 "types": "types/index.d.ts", 62 "xo": { 63 "envs": [ 64 "node", 65 "mocha" 66 ], 67 "ignores": [ 68 "test/_flow.js" 69 ] 70 } 2 "_args": [ 3 [ 4 "chalk@2.4.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "chalk@2.4.2", 10 "_id": "chalk@2.4.2", 11 "_inBundle": false, 12 "_integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", 13 "_location": "/chalk", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "chalk@2.4.2", 19 "name": "chalk", 20 "escapedName": "chalk", 21 "rawSpec": "2.4.2", 22 "saveSpec": null, 23 "fetchSpec": "2.4.2" 24 }, 25 "_requiredBy": [ 26 "/@babel/highlight" 27 ], 28 "_resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", 29 "_spec": "2.4.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "bugs": { 32 "url": "https://github.com/chalk/chalk/issues" 33 }, 34 "dependencies": { 35 "ansi-styles": "^3.2.1", 36 "escape-string-regexp": "^1.0.5", 37 "supports-color": "^5.3.0" 38 }, 39 "description": "Terminal string styling done right", 40 "devDependencies": { 41 "ava": "*", 42 "coveralls": "^3.0.0", 43 "execa": "^0.9.0", 44 "flow-bin": "^0.68.0", 45 "import-fresh": "^2.0.0", 46 "matcha": "^0.7.0", 47 "nyc": "^11.0.2", 48 "resolve-from": "^4.0.0", 49 "typescript": "^2.5.3", 50 "xo": "*" 51 }, 52 "engines": { 53 "node": ">=4" 54 }, 55 "files": [ 56 "index.js", 57 "templates.js", 58 "types/index.d.ts", 59 "index.js.flow" 60 ], 61 "homepage": "https://github.com/chalk/chalk#readme", 62 "keywords": [ 63 "color", 64 "colour", 65 "colors", 66 "terminal", 67 "console", 68 "cli", 69 "string", 70 "str", 71 "ansi", 72 "style", 73 "styles", 74 "tty", 75 "formatting", 76 "rgb", 77 "256", 78 "shell", 79 "xterm", 80 "log", 81 "logging", 82 "command-line", 83 "text" 84 ], 85 "license": "MIT", 86 "name": "chalk", 87 "repository": { 88 "type": "git", 89 "url": "git+https://github.com/chalk/chalk.git" 90 }, 91 "scripts": { 92 "bench": "matcha benchmark.js", 93 "coveralls": "nyc report --reporter=text-lcov | coveralls", 94 "test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava" 95 }, 96 "types": "types/index.d.ts", 97 "version": "2.4.2", 98 "xo": { 99 "envs": [ 100 "node", 101 "mocha" 102 ], 103 "ignores": [ 104 "test/_flow.js" 105 ] 106 } 71 107 }
Note:
See TracChangeset
for help on using the changeset viewer.