123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- {
- "_args": [
- [
- {
- "raw": "strip-ansi@~0.1.0",
- "scope": null,
- "escapedName": "strip-ansi",
- "name": "strip-ansi",
- "rawSpec": "~0.1.0",
- "spec": ">=0.1.0 <0.2.0",
- "type": "range"
- },
- "/Applications/MAMP/htdocs/wechat_read/node_modules/chalk"
- ]
- ],
- "_from": "strip-ansi@>=0.1.0 <0.2.0",
- "_id": "strip-ansi@0.1.1",
- "_inCache": true,
- "_location": "/strip-ansi",
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "1.3.15",
- "_phantomChildren": {},
- "_requested": {
- "raw": "strip-ansi@~0.1.0",
- "scope": null,
- "escapedName": "strip-ansi",
- "name": "strip-ansi",
- "rawSpec": "~0.1.0",
- "spec": ">=0.1.0 <0.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/chalk"
- ],
- "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz",
- "_shasum": "39e8a98d044d150660abe4a6808acf70bb7bc991",
- "_shrinkwrap": null,
- "_spec": "strip-ansi@~0.1.0",
- "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/chalk",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "http://sindresorhus.com"
- },
- "bin": {
- "strip-ansi": "cli.js"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/strip-ansi/issues"
- },
- "dependencies": {},
- "description": "Strip ANSI escape codes (used for colorizing strings in the terminal)",
- "devDependencies": {
- "mocha": "~1.x"
- },
- "directories": {},
- "dist": {
- "shasum": "39e8a98d044d150660abe4a6808acf70bb7bc991",
- "tarball": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz"
- },
- "engines": {
- "node": ">=0.8.0"
- },
- "files": [
- "index.js",
- "cli.js"
- ],
- "homepage": "https://github.com/sindresorhus/strip-ansi",
- "keywords": [
- "strip",
- "trim",
- "remove",
- "ansi",
- "styles",
- "color",
- "colour",
- "colors",
- "terminal",
- "console",
- "cli",
- "string",
- "tty",
- "escape",
- "formatting",
- "rgb",
- "256",
- "shell",
- "xterm",
- "log",
- "logging",
- "command-line",
- "text"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "strip-ansi",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/sindresorhus/strip-ansi.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "0.1.1"
- }
|