github-pages-deploy-action/node_modules/strip-ansi/package.json

93 lines
1.8 KiB
JSON
Raw Normal View History

2020-01-28 13:08:03 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
2020-03-31 20:40:00 +08:00
"strip-ansi@5.2.0",
"."
2020-03-22 05:13:25 +08:00
]
],
"_development": true,
2020-03-31 20:40:00 +08:00
"_from": "strip-ansi@5.2.0",
"_id": "strip-ansi@5.2.0",
2020-03-22 05:13:25 +08:00
"_inBundle": false,
2020-03-31 20:40:00 +08:00
"_integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
2020-03-22 05:13:25 +08:00
"_location": "/strip-ansi",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
2020-03-31 20:40:00 +08:00
"raw": "strip-ansi@5.2.0",
2020-03-22 05:13:25 +08:00
"name": "strip-ansi",
"escapedName": "strip-ansi",
2020-03-31 20:40:00 +08:00
"rawSpec": "5.2.0",
2020-03-22 05:13:25 +08:00
"saveSpec": null,
2020-03-31 20:40:00 +08:00
"fetchSpec": "5.2.0"
2020-03-22 05:13:25 +08:00
},
"_requiredBy": [
"/eslint",
2020-03-31 20:54:32 +08:00
"/string-length",
2020-03-31 20:40:00 +08:00
"/table/string-width"
2020-03-22 05:13:25 +08:00
],
2020-03-31 20:40:00 +08:00
"_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
"_spec": "5.2.0",
"_where": ".",
2020-03-22 05:13:25 +08:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/chalk/strip-ansi/issues"
},
"dependencies": {
2020-03-31 20:40:00 +08:00
"ansi-regex": "^4.1.0"
2020-03-22 05:13:25 +08:00
},
2020-03-31 20:40:00 +08:00
"description": "Strip ANSI escape codes from a string",
2020-03-22 05:13:25 +08:00
"devDependencies": {
2020-03-31 20:40:00 +08:00
"ava": "^1.3.1",
"tsd-check": "^0.5.0",
"xo": "^0.24.0"
2020-03-22 05:13:25 +08:00
},
"engines": {
2020-03-31 20:40:00 +08:00
"node": ">=6"
2020-03-22 05:13:25 +08:00
},
"files": [
2020-03-31 20:40:00 +08:00
"index.js",
"index.d.ts"
2020-03-22 05:13:25 +08:00
],
"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": {
2020-03-31 20:40:00 +08:00
"test": "xo && ava && tsd-check"
2020-03-22 05:13:25 +08:00
},
2020-03-31 20:40:00 +08:00
"version": "5.2.0"
2020-01-28 13:08:03 +08:00
}