Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/strip-ansi/package.json')
-rw-r--r--node_modules/strip-ansi/package.json130
1 files changed, 77 insertions, 53 deletions
diff --git a/node_modules/strip-ansi/package.json b/node_modules/strip-ansi/package.json
index f766de042..d6c76b127 100644
--- a/node_modules/strip-ansi/package.json
+++ b/node_modules/strip-ansi/package.json
@@ -1,74 +1,95 @@
{
- "name": "strip-ansi",
- "version": "2.0.1",
- "description": "Strip ANSI escape codes",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "https://github.com/sindresorhus/strip-ansi"
+ "_args": [
+ [
+ "strip-ansi@^2.0.1",
+ "/Users/rebecca/code/npm/node_modules/columnify"
+ ]
+ ],
+ "_from": "strip-ansi@>=2.0.1 <3.0.0",
+ "_id": "strip-ansi@2.0.1",
+ "_inCache": true,
+ "_location": "/strip-ansi",
+ "_npmUser": {
+ "email": "sindresorhus@gmail.com",
+ "name": "sindresorhus"
+ },
+ "_npmVersion": "1.4.28",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "strip-ansi",
+ "raw": "strip-ansi@^2.0.1",
+ "rawSpec": "^2.0.1",
+ "scope": null,
+ "spec": ">=2.0.1 <3.0.0",
+ "type": "range"
},
+ "_requiredBy": [
+ "/chalk",
+ "/columnify"
+ ],
+ "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz",
+ "_shasum": "df62c1aa94ed2f114e1d0f21fd1d50482b79a60e",
+ "_shrinkwrap": null,
+ "_spec": "strip-ansi@^2.0.1",
+ "_where": "/Users/rebecca/code/npm/node_modules/columnify",
"author": {
- "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
+ "name": "Sindre Sorhus",
"url": "http://sindresorhus.com"
},
"bin": {
"strip-ansi": "cli.js"
},
+ "bugs": {
+ "url": "https://github.com/sindresorhus/strip-ansi/issues"
+ },
+ "dependencies": {
+ "ansi-regex": "^1.0.0"
+ },
+ "description": "Strip ANSI escape codes",
+ "devDependencies": {
+ "mocha": "*"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "df62c1aa94ed2f114e1d0f21fd1d50482b79a60e",
+ "tarball": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz"
+ },
"engines": {
"node": ">=0.10.0"
},
- "scripts": {
- "test": "mocha"
- },
"files": [
- "index.js",
- "cli.js"
+ "cli.js",
+ "index.js"
],
+ "gitHead": "1eff0936c01f89efa312d9d51deed137259871a1",
+ "homepage": "https://github.com/sindresorhus/strip-ansi",
"keywords": [
- "strip",
- "trim",
- "remove",
+ "256",
"ansi",
- "styles",
+ "cli",
"color",
- "colour",
"colors",
- "terminal",
+ "colour",
+ "command-line",
"console",
- "cli",
- "string",
- "tty",
"escape",
"formatting",
- "rgb",
- "256",
- "shell",
- "xterm",
"log",
"logging",
- "command-line",
- "text"
+ "remove",
+ "rgb",
+ "shell",
+ "string",
+ "strip",
+ "styles",
+ "terminal",
+ "text",
+ "trim",
+ "tty",
+ "xterm"
],
- "dependencies": {
- "ansi-regex": "^1.0.0"
- },
- "devDependencies": {
- "mocha": "*"
- },
- "gitHead": "1eff0936c01f89efa312d9d51deed137259871a1",
- "bugs": {
- "url": "https://github.com/sindresorhus/strip-ansi/issues"
- },
- "homepage": "https://github.com/sindresorhus/strip-ansi",
- "_id": "strip-ansi@2.0.1",
- "_shasum": "df62c1aa94ed2f114e1d0f21fd1d50482b79a60e",
- "_from": "strip-ansi@>=2.0.1 <2.1.0",
- "_npmVersion": "1.4.28",
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
+ "license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
@@ -79,11 +100,14 @@
"email": "jappelman@xebia.com"
}
],
- "dist": {
- "shasum": "df62c1aa94ed2f114e1d0f21fd1d50482b79a60e",
- "tarball": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz"
+ "name": "strip-ansi",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/sindresorhus/strip-ansi"
},
- "directories": {},
- "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz",
- "readme": "ERROR: No README data found!"
+ "scripts": {
+ "test": "mocha"
+ },
+ "version": "2.0.1"
}