aboutsummaryrefslogtreecommitdiff
path: root/node_modules/nomnom
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/nomnom
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/nomnom')
l---------node_modules/nomnom/node_modules/.bin/strip-ansi1
-rw-r--r--node_modules/nomnom/node_modules/ansi-styles/package.json93
l---------node_modules/nomnom/node_modules/chalk/node_modules/.bin/strip-ansi1
-rw-r--r--node_modules/nomnom/node_modules/chalk/package.json91
-rw-r--r--node_modules/nomnom/node_modules/strip-ansi/package.json88
-rw-r--r--node_modules/nomnom/package.json93
6 files changed, 62 insertions, 305 deletions
diff --git a/node_modules/nomnom/node_modules/.bin/strip-ansi b/node_modules/nomnom/node_modules/.bin/strip-ansi
deleted file mode 120000
index b65c9f81d..000000000
--- a/node_modules/nomnom/node_modules/.bin/strip-ansi
+++ /dev/null
@@ -1 +0,0 @@
-../strip-ansi/cli.js \ No newline at end of file
diff --git a/node_modules/nomnom/node_modules/ansi-styles/package.json b/node_modules/nomnom/node_modules/ansi-styles/package.json
index 99aa23f07..f0af5291d 100644
--- a/node_modules/nomnom/node_modules/ansi-styles/package.json
+++ b/node_modules/nomnom/node_modules/ansi-styles/package.json
@@ -1,70 +1,7 @@
{
- "_args": [
- [
- {
- "raw": "ansi-styles@~1.0.0",
- "scope": null,
- "escapedName": "ansi-styles",
- "name": "ansi-styles",
- "rawSpec": "~1.0.0",
- "spec": ">=1.0.0 <1.1.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/nomnom/node_modules/chalk"
- ]
- ],
- "_from": "ansi-styles@>=1.0.0 <1.1.0",
- "_id": "ansi-styles@1.0.0",
- "_inCache": true,
- "_location": "/nomnom/ansi-styles",
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "1.3.15",
- "_phantomChildren": {},
- "_requested": {
- "raw": "ansi-styles@~1.0.0",
- "scope": null,
- "escapedName": "ansi-styles",
- "name": "ansi-styles",
- "rawSpec": "~1.0.0",
- "spec": ">=1.0.0 <1.1.0",
- "type": "range"
- },
- "_requiredBy": [
- "/nomnom/chalk"
- ],
- "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz",
- "_shasum": "cb102df1c56f5123eab8b67cd7b98027a0279178",
- "_shrinkwrap": null,
- "_spec": "ansi-styles@~1.0.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/nomnom/node_modules/chalk",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "http://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/ansi-styles/issues"
- },
- "dependencies": {},
+ "name": "ansi-styles",
+ "version": "1.0.0",
"description": "ANSI escape codes for colorizing strings in the terminal",
- "devDependencies": {
- "mocha": "~1.12.0"
- },
- "directories": {},
- "dist": {
- "shasum": "cb102df1c56f5123eab8b67cd7b98027a0279178",
- "tarball": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz"
- },
- "engines": {
- "node": ">=0.8.0"
- },
- "files": [
- "ansi-styles.js"
- ],
- "homepage": "https://github.com/sindresorhus/ansi-styles",
"keywords": [
"ansi",
"styles",
@@ -87,17 +24,18 @@
"command-line",
"text"
],
+ "homepage": "https://github.com/sindresorhus/ansi-styles",
+ "bugs": "https://github.com/sindresorhus/ansi-styles/issues",
"license": "MIT",
- "main": "ansi-styles",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "http://sindresorhus.com"
+ },
+ "files": [
+ "ansi-styles.js"
],
- "name": "ansi-styles",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
+ "main": "ansi-styles",
"repository": {
"type": "git",
"url": "git://github.com/sindresorhus/ansi-styles.git"
@@ -105,5 +43,10 @@
"scripts": {
"test": "mocha"
},
- "version": "1.0.0"
+ "devDependencies": {
+ "mocha": "~1.12.0"
+ },
+ "engines": {
+ "node": ">=0.8.0"
+ }
}
diff --git a/node_modules/nomnom/node_modules/chalk/node_modules/.bin/strip-ansi b/node_modules/nomnom/node_modules/chalk/node_modules/.bin/strip-ansi
new file mode 120000
index 000000000..f7646606c
--- /dev/null
+++ b/node_modules/nomnom/node_modules/chalk/node_modules/.bin/strip-ansi
@@ -0,0 +1 @@
+../../../strip-ansi/cli.js \ No newline at end of file
diff --git a/node_modules/nomnom/node_modules/chalk/package.json b/node_modules/nomnom/node_modules/chalk/package.json
index 486da5c1b..448f75aac 100644
--- a/node_modules/nomnom/node_modules/chalk/package.json
+++ b/node_modules/nomnom/node_modules/chalk/package.json
@@ -1,74 +1,23 @@
{
- "_args": [
- [
- {
- "raw": "chalk@~0.4.0",
- "scope": null,
- "escapedName": "chalk",
- "name": "chalk",
- "rawSpec": "~0.4.0",
- "spec": ">=0.4.0 <0.5.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/nomnom"
- ]
- ],
- "_from": "chalk@>=0.4.0 <0.5.0",
- "_id": "chalk@0.4.0",
- "_inCache": true,
- "_location": "/nomnom/chalk",
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "1.3.17",
- "_phantomChildren": {},
- "_requested": {
- "raw": "chalk@~0.4.0",
- "scope": null,
- "escapedName": "chalk",
- "name": "chalk",
- "rawSpec": "~0.4.0",
- "spec": ">=0.4.0 <0.5.0",
- "type": "range"
- },
- "_requiredBy": [
- "/nomnom"
- ],
- "_resolved": "https://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz",
- "_shasum": "5199a3ddcd0c1efe23bc08c1b027b06176e0c64f",
- "_shrinkwrap": null,
- "_spec": "chalk@~0.4.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/nomnom",
+ "name": "chalk",
+ "version": "0.4.0",
+ "description": "Terminal string styling done right. Created because the `colors` module does some really horrible things.",
+ "license": "MIT",
+ "repository": "sindresorhus/chalk",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
- "bugs": {
- "url": "https://github.com/sindresorhus/chalk/issues"
- },
- "dependencies": {
- "ansi-styles": "~1.0.0",
- "has-color": "~0.1.0",
- "strip-ansi": "~0.1.0"
- },
- "description": "Terminal string styling done right. Created because the `colors` module does some really horrible things.",
- "devDependencies": {
- "mocha": "~1.x"
- },
- "directories": {},
- "dist": {
- "shasum": "5199a3ddcd0c1efe23bc08c1b027b06176e0c64f",
- "tarball": "https://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz"
- },
"engines": {
"node": ">=0.8.0"
},
+ "scripts": {
+ "test": "mocha"
+ },
"files": [
"index.js"
],
- "homepage": "https://github.com/sindresorhus/chalk",
"keywords": [
"color",
"colour",
@@ -90,22 +39,12 @@
"command-line",
"text"
],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "chalk",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/sindresorhus/chalk.git"
- },
- "scripts": {
- "test": "mocha"
+ "dependencies": {
+ "has-color": "~0.1.0",
+ "ansi-styles": "~1.0.0",
+ "strip-ansi": "~0.1.0"
},
- "version": "0.4.0"
+ "devDependencies": {
+ "mocha": "~1.x"
+ }
}
diff --git a/node_modules/nomnom/node_modules/strip-ansi/package.json b/node_modules/nomnom/node_modules/strip-ansi/package.json
index 11ba740b8..406b90164 100644
--- a/node_modules/nomnom/node_modules/strip-ansi/package.json
+++ b/node_modules/nomnom/node_modules/strip-ansi/package.json
@@ -1,74 +1,27 @@
{
- "_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"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/nomnom/node_modules/chalk"
- ]
- ],
- "_from": "strip-ansi@>=0.1.0 <0.2.0",
- "_id": "strip-ansi@0.1.1",
- "_inCache": true,
- "_location": "/nomnom/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"
+ "name": "strip-ansi",
+ "version": "0.1.1",
+ "description": "Strip ANSI escape codes (used for colorizing strings in the terminal)",
+ "license": "MIT",
+ "bin": {
+ "strip-ansi": "cli.js"
},
- "_requiredBy": [
- "/nomnom/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": "/home/dold/repos/taler/wallet-webex/node_modules/nomnom/node_modules/chalk",
+ "repository": "sindresorhus/strip-ansi",
"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"
},
+ "scripts": {
+ "test": "mocha"
+ },
"files": [
"index.js",
"cli.js"
],
- "homepage": "https://github.com/sindresorhus/strip-ansi",
"keywords": [
"strip",
"trim",
@@ -94,22 +47,7 @@
"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"
+ "devDependencies": {
+ "mocha": "~1.x"
+ }
}
diff --git a/node_modules/nomnom/package.json b/node_modules/nomnom/package.json
index 6c9f8b16f..6556f5889 100644
--- a/node_modules/nomnom/package.json
+++ b/node_modules/nomnom/package.json
@@ -1,68 +1,16 @@
{
- "_args": [
- [
- {
- "raw": "nomnom@1.8.1",
- "scope": null,
- "escapedName": "nomnom",
- "name": "nomnom",
- "rawSpec": "1.8.1",
- "spec": "1.8.1",
- "type": "version"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/po2json"
- ]
- ],
- "_from": "nomnom@1.8.1",
- "_id": "nomnom@1.8.1",
- "_inCache": true,
- "_location": "/nomnom",
- "_npmUser": {
- "name": "harth",
- "email": "fayearthur@gmail.com"
- },
- "_npmVersion": "1.4.3",
- "_phantomChildren": {
- "has-color": "0.1.7"
- },
- "_requested": {
- "raw": "nomnom@1.8.1",
- "scope": null,
- "escapedName": "nomnom",
- "name": "nomnom",
- "rawSpec": "1.8.1",
- "spec": "1.8.1",
- "type": "version"
- },
- "_requiredBy": [
- "/po2json"
- ],
- "_resolved": "https://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz",
- "_shasum": "2151f722472ba79e50a76fc125bb8c8f2e4dc2a7",
- "_shrinkwrap": null,
- "_spec": "nomnom@1.8.1",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/po2json",
- "author": {
- "name": "Heather Arthur",
- "email": "fayearthur@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/harthur/nomnom/issues"
- },
- "dependencies": {
- "chalk": "~0.4.0",
- "underscore": "~1.6.0"
- },
+ "name": "nomnom",
"description": "Option parser with generated usage and commands",
- "devDependencies": {
- "nodeunit": "~0.7.4"
+ "version": "1.8.1",
+ "author": "Heather Arthur <fayearthur@gmail.com>",
+ "scripts": {
+ "test": "./node_modules/.bin/nodeunit test/*.js"
},
- "directories": {},
- "dist": {
- "shasum": "2151f722472ba79e50a76fc125bb8c8f2e4dc2a7",
- "tarball": "https://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz"
+ "repository": {
+ "type": "git",
+ "url": "http://github.com/harthur/nomnom.git"
},
- "homepage": "https://github.com/harthur/nomnom",
+ "main": "./nomnom",
"keywords": [
"arguments",
"option parser",
@@ -70,22 +18,11 @@
"options",
"parser"
],
- "main": "./nomnom",
- "maintainers": [
- {
- "name": "harth",
- "email": "fayearthur@gmail.com"
- }
- ],
- "name": "nomnom",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/harthur/nomnom.git"
- },
- "scripts": {
- "test": "nodeunit test/*.js"
+ "dependencies": {
+ "underscore": "~1.6.0",
+ "chalk": "~0.4.0"
},
- "version": "1.8.1"
+ "devDependencies": {
+ "nodeunit": "~0.7.4"
+ }
}