Changeset 79a0317 for imaps-frontend/node_modules/strip-ansi
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/strip-ansi/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "strip-ansi", 3 "version": "6.0.1", 4 "description": "Strip ANSI escape codes from a string", 5 "license": "MIT", 6 "repository": "chalk/strip-ansi", 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 }, 18 "files": [ 19 "index.js", 20 "index.d.ts" 21 ], 22 "keywords": [ 23 "strip", 24 "trim", 25 "remove", 26 "ansi", 27 "styles", 28 "color", 29 "colour", 30 "colors", 31 "terminal", 32 "console", 33 "string", 34 "tty", 35 "escape", 36 "formatting", 37 "rgb", 38 "256", 39 "shell", 40 "xterm", 41 "log", 42 "logging", 43 "command-line", 44 "text" 45 ], 46 "dependencies": { 47 "ansi-regex": "^5.0.1" 48 }, 49 "devDependencies": { 50 "ava": "^2.4.0", 51 "tsd": "^0.10.0", 52 "xo": "^0.25.3" 53 } 2 "_from": "strip-ansi@6.0.1", 3 "_id": "strip-ansi@6.0.1", 4 "_inBundle": false, 5 "_integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 6 "_location": "/strip-ansi", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "strip-ansi@6.0.1", 12 "name": "strip-ansi", 13 "escapedName": "strip-ansi", 14 "rawSpec": "6.0.1", 15 "saveSpec": null, 16 "fetchSpec": "6.0.1" 17 }, 18 "_requiredBy": [ 19 "/eslint" 20 ], 21 "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 22 "_shasum": "9e26c63d30f53443e9489495b2105d37b67a85d9", 23 "_spec": "strip-ansi@6.0.1", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint", 25 "author": { 26 "name": "Sindre Sorhus", 27 "email": "sindresorhus@gmail.com", 28 "url": "sindresorhus.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/chalk/strip-ansi/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "ansi-regex": "^5.0.1" 36 }, 37 "deprecated": false, 38 "description": "Strip ANSI escape codes from a string", 39 "devDependencies": { 40 "ava": "^2.4.0", 41 "tsd": "^0.10.0", 42 "xo": "^0.25.3" 43 }, 44 "engines": { 45 "node": ">=8" 46 }, 47 "files": [ 48 "index.js", 49 "index.d.ts" 50 ], 51 "homepage": "https://github.com/chalk/strip-ansi#readme", 52 "keywords": [ 53 "strip", 54 "trim", 55 "remove", 56 "ansi", 57 "styles", 58 "color", 59 "colour", 60 "colors", 61 "terminal", 62 "console", 63 "string", 64 "tty", 65 "escape", 66 "formatting", 67 "rgb", 68 "256", 69 "shell", 70 "xterm", 71 "log", 72 "logging", 73 "command-line", 74 "text" 75 ], 76 "license": "MIT", 77 "name": "strip-ansi", 78 "repository": { 79 "type": "git", 80 "url": "git+https://github.com/chalk/strip-ansi.git" 81 }, 82 "scripts": { 83 "test": "xo && ava && tsd" 84 }, 85 "version": "6.0.1" 54 86 }
Note:
See TracChangeset
for help on using the changeset viewer.