aboutsummaryrefslogtreecommitdiff
path: root/node_modules/nomnom/package.json
blob: 6c9f8b16f91cbb696cfe532aab28af96c09afcd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
  "_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"
  },
  "description": "Option parser with generated usage and commands",
  "devDependencies": {
    "nodeunit": "~0.7.4"
  },
  "directories": {},
  "dist": {
    "shasum": "2151f722472ba79e50a76fc125bb8c8f2e4dc2a7",
    "tarball": "https://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz"
  },
  "homepage": "https://github.com/harthur/nomnom",
  "keywords": [
    "arguments",
    "option parser",
    "command line",
    "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"
  },
  "version": "1.8.1"
}