1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "_args": [
- [
- "ansi-regex@4.1.0",
- "/Users/apple/tmp/ok/vue_cli_default"
- ]
- ],
- "_development": true,
- "_from": "ansi-regex@4.1.0",
- "_id": "ansi-regex@4.1.0",
- "_inBundle": false,
- "_integrity": "sha1-i5+PCM8ay4Q3Vqg5yox+MWjFGZc=",
- "_location": "/ansi-regex",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "ansi-regex@4.1.0",
- "name": "ansi-regex",
- "escapedName": "ansi-regex",
- "rawSpec": "4.1.0",
- "saveSpec": null,
- "fetchSpec": "4.1.0"
- },
- "_requiredBy": [
- "/strip-ansi"
- ],
- "_resolved": "http://registry.npm.taobao.org/ansi-regex/download/ansi-regex-4.1.0.tgz",
- "_spec": "4.1.0",
- "_where": "/Users/apple/tmp/ok/vue_cli_default",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/chalk/ansi-regex/issues"
- },
- "description": "Regular expression for matching ANSI escape codes",
- "devDependencies": {
- "ava": "^0.25.0",
- "xo": "^0.23.0"
- },
- "engines": {
- "node": ">=6"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/chalk/ansi-regex#readme",
- "keywords": [
- "ansi",
- "styles",
- "color",
- "colour",
- "colors",
- "terminal",
- "console",
- "cli",
- "string",
- "tty",
- "escape",
- "formatting",
- "rgb",
- "256",
- "shell",
- "xterm",
- "command-line",
- "text",
- "regex",
- "regexp",
- "re",
- "match",
- "test",
- "find",
- "pattern"
- ],
- "license": "MIT",
- "name": "ansi-regex",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/chalk/ansi-regex.git"
- },
- "scripts": {
- "test": "xo && ava",
- "view-supported": "node fixtures/view-codes.js"
- },
- "version": "4.1.0"
- }
|