1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "_args": [
- [
- "strip-ansi@5.2.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "strip-ansi@5.2.0",
- "_id": "strip-ansi@5.2.0",
- "_inBundle": false,
- "_integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=",
- "_location": "/strip-ansi",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "strip-ansi@5.2.0",
- "name": "strip-ansi",
- "escapedName": "strip-ansi",
- "rawSpec": "5.2.0",
- "saveSpec": null,
- "fetchSpec": "5.2.0"
- },
- "_requiredBy": [
- "/@vue/cli-service/cliui",
- "/@vue/cli-service/string-width",
- "/@vue/cli-service/wrap-ansi",
- "/jest-watch-typeahead",
- "/ora"
- ],
- "_resolved": "https://registry.npm.taobao.org/strip-ansi/download/strip-ansi-5.2.0.tgz",
- "_spec": "5.2.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/chalk/strip-ansi/issues"
- },
- "dependencies": {
- "ansi-regex": "^4.1.0"
- },
- "description": "Strip ANSI escape codes from a string",
- "devDependencies": {
- "ava": "^1.3.1",
- "tsd-check": "^0.5.0",
- "xo": "^0.24.0"
- },
- "engines": {
- "node": ">=6"
- },
- "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-check"
- },
- "version": "5.2.0"
- }
|