aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/strip-ansi/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/strip-ansi/package.json')
-rw-r--r--deps/npm/node_modules/strip-ansi/package.json88
1 files changed, 42 insertions, 46 deletions
diff --git a/deps/npm/node_modules/strip-ansi/package.json b/deps/npm/node_modules/strip-ansi/package.json
index 9f7df7bf9a..cb4ae49b44 100644
--- a/deps/npm/node_modules/strip-ansi/package.json
+++ b/deps/npm/node_modules/strip-ansi/package.json
@@ -1,81 +1,70 @@
{
- "_args": [
- [
- "strip-ansi@*",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "strip-ansi@*",
+ "_from": "strip-ansi@~3.0.1",
"_id": "strip-ansi@3.0.1",
- "_inCache": true,
- "_installable": true,
+ "_integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
"_location": "/strip-ansi",
- "_nodeVersion": "0.12.7",
- "_npmOperationalInternal": {
- "host": "packages-9-west.internal.npmjs.com",
- "tmp": "tmp/strip-ansi-3.0.1.tgz_1456057278183_0.28958667791448534"
- },
- "_npmUser": {
- "email": "jappelman@xebia.com",
- "name": "jbnicolai"
- },
- "_npmVersion": "2.11.3",
"_phantomChildren": {},
"_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "strip-ansi@~3.0.1",
"name": "strip-ansi",
- "raw": "strip-ansi@*",
- "rawSpec": "*",
- "scope": null,
- "spec": "*",
- "type": "range"
+ "escapedName": "strip-ansi",
+ "rawSpec": "~3.0.1",
+ "saveSpec": null,
+ "fetchSpec": "~3.0.1"
},
"_requiredBy": [
"/",
"/columnify",
- "/request/har-validator/chalk",
- "/standard/standard-engine/eslint/chalk",
- "/standard/standard-engine/eslint/inquirer",
- "/standard/standard-engine/eslint/inquirer/string-width",
- "/standard/standard-format/esformatter-jsx/babel-core/chalk",
+ "/npm-registry-couchapp/couchapp/nano/follow/request/har-validator/chalk",
+ "/npmlog/gauge",
+ "/npmlog/gauge/string-width",
+ "/standard/eslint/chalk",
+ "/standard/eslint/inquirer",
+ "/standard/eslint/inquirer/string-width",
+ "/standard/eslint/table/string-width",
+ "/tacks/yargs/cliui",
+ "/tacks/yargs/cliui/wrap-ansi",
+ "/tacks/yargs/string-width",
"/tap/coveralls/request/har-validator/chalk",
- "/tap/nyc/yargs/cliui",
- "/tap/nyc/yargs/string-width",
- "/tap/tap-mocha-reporter/unicode-length/chalk"
+ "/tap/tap-mocha-reporter/unicode-length",
+ "/update-notifier/boxen/ansi-align/string-width",
+ "/update-notifier/boxen/string-width",
+ "/update-notifier/boxen/widest-line/string-width",
+ "/update-notifier/chalk"
],
"_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"_shasum": "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf",
"_shrinkwrap": null,
- "_spec": "strip-ansi@*",
- "_where": "/Users/rebecca/code/npm",
+ "_spec": "strip-ansi@~3.0.1",
+ "_where": "/Users/zkat/Documents/code/npm",
"author": {
- "email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
+ "bin": null,
"bugs": {
"url": "https://github.com/chalk/strip-ansi/issues"
},
+ "bundleDependencies": false,
"dependencies": {
"ansi-regex": "^2.0.0"
},
+ "deprecated": false,
"description": "Strip ANSI escape codes",
"devDependencies": {
"ava": "*",
"xo": "*"
},
- "directories": {},
- "dist": {
- "shasum": "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf",
- "tarball": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz"
- },
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
- "gitHead": "8270705c704956da865623e564eba4875c3ea17f",
- "homepage": "https://github.com/chalk/strip-ansi",
+ "homepage": "https://github.com/chalk/strip-ansi#readme",
"keywords": [
"strip",
"trim",
@@ -103,17 +92,24 @@
"license": "MIT",
"maintainers": [
{
+ "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
+ "url": "sindresorhus.com"
+ },
+ {
+ "name": "Joshua Boy Nicolai Appelman",
+ "email": "joshua@jbna.nl",
+ "url": "jbna.nl"
},
{
- "email": "jappelman@xebia.com",
- "name": "jbnicolai"
+ "name": "JD Ballard",
+ "email": "i.am.qix@gmail.com",
+ "url": "github.com/qix-"
}
],
"name": "strip-ansi",
"optionalDependencies": {},
- "readme": "ERROR: No README data found!",
+ "peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/chalk/strip-ansi.git"