aboutsummaryrefslogtreecommitdiff
path: root/node_modules/strip-ansi
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/strip-ansi
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/strip-ansi')
-rw-r--r--node_modules/strip-ansi/package.json104
1 files changed, 19 insertions, 85 deletions
diff --git a/node_modules/strip-ansi/package.json b/node_modules/strip-ansi/package.json
index 5f1078d9e..301685ba3 100644
--- a/node_modules/strip-ansi/package.json
+++ b/node_modules/strip-ansi/package.json
@@ -1,79 +1,28 @@
{
- "_args": [
- [
- {
- "raw": "strip-ansi@^3.0.0",
- "scope": null,
- "escapedName": "strip-ansi",
- "name": "strip-ansi",
- "rawSpec": "^3.0.0",
- "spec": ">=3.0.0 <4.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/chalk"
- ]
- ],
- "_from": "strip-ansi@>=3.0.0 <4.0.0",
- "_id": "strip-ansi@3.0.1",
- "_inCache": true,
- "_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": {
- "name": "jbnicolai",
- "email": "jappelman@xebia.com"
- },
- "_npmVersion": "2.11.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "strip-ansi@^3.0.0",
- "scope": null,
- "escapedName": "strip-ansi",
- "name": "strip-ansi",
- "rawSpec": "^3.0.0",
- "spec": ">=3.0.0 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/chalk"
- ],
- "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
- "_shasum": "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf",
- "_shrinkwrap": null,
- "_spec": "strip-ansi@^3.0.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/chalk",
+ "name": "strip-ansi",
+ "version": "3.0.1",
+ "description": "Strip ANSI escape codes",
+ "license": "MIT",
+ "repository": "chalk/strip-ansi",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
- "bugs": {
- "url": "https://github.com/chalk/strip-ansi/issues"
- },
- "dependencies": {
- "ansi-regex": "^2.0.0"
- },
- "description": "Strip ANSI escape codes",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf",
- "tarball": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz"
- },
+ "maintainers": [
+ "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
+ "Joshua Boy Nicolai Appelman <joshua@jbna.nl> (jbna.nl)",
+ "JD Ballard <i.am.qix@gmail.com> (github.com/qix-)"
+ ],
"engines": {
"node": ">=0.10.0"
},
+ "scripts": {
+ "test": "xo && ava"
+ },
"files": [
"index.js"
],
- "gitHead": "8270705c704956da865623e564eba4875c3ea17f",
- "homepage": "https://github.com/chalk/strip-ansi",
"keywords": [
"strip",
"trim",
@@ -98,26 +47,11 @@
"command-line",
"text"
],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- {
- "name": "jbnicolai",
- "email": "jappelman@xebia.com"
- }
- ],
- "name": "strip-ansi",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/chalk/strip-ansi.git"
- },
- "scripts": {
- "test": "xo && ava"
+ "dependencies": {
+ "ansi-regex": "^2.0.0"
},
- "version": "3.0.1"
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ }
}