aboutsummaryrefslogtreecommitdiff
path: root/node_modules/nomnom/package.json
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/package.json
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/nomnom/package.json')
-rw-r--r--node_modules/nomnom/package.json93
1 files changed, 15 insertions, 78 deletions
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"
+ }
}