Changeset 59329aa for trip-planner-front/node_modules/ansi-regex
- 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-regex/package.json
rceaed42 r59329aa 1 1 { 2 "name": "ansi-regex", 3 "version": "5.0.1", 4 "description": "Regular expression for matching ANSI escape codes", 5 "license": "MIT", 6 "repository": "chalk/ansi-regex", 7 "author": { 8 "name": "Sindre Sorhus", 9 "email": "sindresorhus@gmail.com", 10 "url": "sindresorhus.com" 11 }, 12 "engines": { 13 "node": ">=8" 14 }, 15 "scripts": { 16 "test": "xo && ava && tsd", 17 "view-supported": "node fixtures/view-codes.js" 18 }, 19 "files": [ 20 "index.js", 21 "index.d.ts" 22 ], 23 "keywords": [ 24 "ansi", 25 "styles", 26 "color", 27 "colour", 28 "colors", 29 "terminal", 30 "console", 31 "cli", 32 "string", 33 "tty", 34 "escape", 35 "formatting", 36 "rgb", 37 "256", 38 "shell", 39 "xterm", 40 "command-line", 41 "text", 42 "regex", 43 "regexp", 44 "re", 45 "match", 46 "test", 47 "find", 48 "pattern" 49 ], 50 "devDependencies": { 51 "ava": "^2.4.0", 52 "tsd": "^0.9.0", 53 "xo": "^0.25.3" 54 } 2 "_args": [ 3 [ 4 "ansi-regex@5.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "ansi-regex@5.0.1", 10 "_id": "ansi-regex@5.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 13 "_location": "/ansi-regex", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "ansi-regex@5.0.1", 19 "name": "ansi-regex", 20 "escapedName": "ansi-regex", 21 "rawSpec": "5.0.1", 22 "saveSpec": null, 23 "fetchSpec": "5.0.1" 24 }, 25 "_requiredBy": [ 26 "/strip-ansi" 27 ], 28 "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 29 "_spec": "5.0.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Sindre Sorhus", 33 "email": "sindresorhus@gmail.com", 34 "url": "sindresorhus.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/chalk/ansi-regex/issues" 38 }, 39 "description": "Regular expression for matching ANSI escape codes", 40 "devDependencies": { 41 "ava": "^2.4.0", 42 "tsd": "^0.9.0", 43 "xo": "^0.25.3" 44 }, 45 "engines": { 46 "node": ">=8" 47 }, 48 "files": [ 49 "index.js", 50 "index.d.ts" 51 ], 52 "homepage": "https://github.com/chalk/ansi-regex#readme", 53 "keywords": [ 54 "ansi", 55 "styles", 56 "color", 57 "colour", 58 "colors", 59 "terminal", 60 "console", 61 "cli", 62 "string", 63 "tty", 64 "escape", 65 "formatting", 66 "rgb", 67 "256", 68 "shell", 69 "xterm", 70 "command-line", 71 "text", 72 "regex", 73 "regexp", 74 "re", 75 "match", 76 "test", 77 "find", 78 "pattern" 79 ], 80 "license": "MIT", 81 "name": "ansi-regex", 82 "repository": { 83 "type": "git", 84 "url": "git+https://github.com/chalk/ansi-regex.git" 85 }, 86 "scripts": { 87 "test": "xo && ava && tsd", 88 "view-supported": "node fixtures/view-codes.js" 89 }, 90 "version": "5.0.1" 55 91 }
Note:
See TracChangeset
for help on using the changeset viewer.