You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
1.8 KiB
86 lines
1.8 KiB
{ |
|
"_from": "strip-ansi@^6.0.0", |
|
"_id": "strip-ansi@6.0.0", |
|
"_inBundle": false, |
|
"_integrity": "sha1-CxVx3XZpzNTz4G4U7x7tJiJa5TI=", |
|
"_location": "/strip-ansi", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "strip-ansi@^6.0.0", |
|
"name": "strip-ansi", |
|
"escapedName": "strip-ansi", |
|
"rawSpec": "^6.0.0", |
|
"saveSpec": null, |
|
"fetchSpec": "^6.0.0" |
|
}, |
|
"_requiredBy": [ |
|
"/eslint" |
|
], |
|
"_resolved": "https://registry.npm.taobao.org/strip-ansi/download/strip-ansi-6.0.0.tgz", |
|
"_shasum": "0b1571dd7669ccd4f3e06e14ef1eed26225ae532", |
|
"_spec": "strip-ansi@^6.0.0", |
|
"_where": "/home/alvis/Projects/chrome-extension-syncmarks/node_modules/eslint", |
|
"author": { |
|
"name": "Sindre Sorhus", |
|
"email": "sindresorhus@gmail.com", |
|
"url": "sindresorhus.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/chalk/strip-ansi/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": { |
|
"ansi-regex": "^5.0.0" |
|
}, |
|
"deprecated": false, |
|
"description": "Strip ANSI escape codes from a string", |
|
"devDependencies": { |
|
"ava": "^2.4.0", |
|
"tsd": "^0.10.0", |
|
"xo": "^0.25.3" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"files": [ |
|
"index.js", |
|
"index.d.ts" |
|
], |
|
"homepage": "https://github.com/chalk/strip-ansi#readme", |
|
"keywords": [ |
|
"strip", |
|
"trim", |
|
"remove", |
|
"ansi", |
|
"styles", |
|
"color", |
|
"colour", |
|
"colors", |
|
"terminal", |
|
"console", |
|
"string", |
|
"tty", |
|
"escape", |
|
"formatting", |
|
"rgb", |
|
"256", |
|
"shell", |
|
"xterm", |
|
"log", |
|
"logging", |
|
"command-line", |
|
"text" |
|
], |
|
"license": "MIT", |
|
"name": "strip-ansi", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/chalk/strip-ansi.git" |
|
}, |
|
"scripts": { |
|
"test": "xo && ava && tsd" |
|
}, |
|
"version": "6.0.0" |
|
}
|
|
|