Initial commit
[yaffs-website] / node_modules / getpass / node_modules / assert-plus / package.json
1 {
2   "_args": [
3     [
4       "assert-plus@^1.0.0",
5       "/var/www/yaffs/node_modules/getpass"
6     ]
7   ],
8   "_from": "assert-plus@>=1.0.0 <2.0.0",
9   "_id": "assert-plus@1.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/getpass/assert-plus",
13   "_nodeVersion": "0.10.40",
14   "_npmUser": {
15     "email": "patrick.f.mooney@gmail.com",
16     "name": "pfmooney"
17   },
18   "_npmVersion": "3.3.9",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "assert-plus",
22     "raw": "assert-plus@^1.0.0",
23     "rawSpec": "^1.0.0",
24     "scope": null,
25     "spec": ">=1.0.0 <2.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/getpass"
30   ],
31   "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
32   "_shasum": "f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525",
33   "_shrinkwrap": null,
34   "_spec": "assert-plus@^1.0.0",
35   "_where": "/var/www/yaffs/node_modules/getpass",
36   "author": {
37     "email": "mcavage@gmail.com",
38     "name": "Mark Cavage"
39   },
40   "bugs": {
41     "url": "https://github.com/mcavage/node-assert-plus/issues"
42   },
43   "contributors": [
44     {
45       "name": "Dave Eddy",
46       "email": "dave@daveeddy.com"
47     },
48     {
49       "name": "Fred Kuo",
50       "email": "fred.kuo@joyent.com"
51     },
52     {
53       "name": "Lars-Magnus Skog",
54       "email": "ralphtheninja@riseup.net"
55     },
56     {
57       "name": "Mark Cavage",
58       "email": "mcavage@gmail.com"
59     },
60     {
61       "name": "Patrick Mooney",
62       "email": "pmooney@pfmooney.com"
63     },
64     {
65       "name": "Rob Gulewich",
66       "email": "robert.gulewich@joyent.com"
67     }
68   ],
69   "dependencies": {},
70   "description": "Extra assertions on top of node's assert module",
71   "devDependencies": {
72     "faucet": "0.0.1",
73     "tape": "4.2.2"
74   },
75   "directories": {},
76   "dist": {
77     "shasum": "f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525",
78     "tarball": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz"
79   },
80   "engines": {
81     "node": ">=0.8"
82   },
83   "homepage": "https://github.com/mcavage/node-assert-plus#readme",
84   "license": "MIT",
85   "main": "./assert.js",
86   "maintainers": [
87     {
88       "name": "mcavage",
89       "email": "mcavage@gmail.com"
90     },
91     {
92       "name": "pfmooney",
93       "email": "patrick.f.mooney@gmail.com"
94     }
95   ],
96   "name": "assert-plus",
97   "optionalDependencies": {},
98   "readme": "ERROR: No README data found!",
99   "repository": {
100     "type": "git",
101     "url": "git+https://github.com/mcavage/node-assert-plus.git"
102   },
103   "scripts": {
104     "test": "tape tests/*.js | ./node_modules/.bin/faucet"
105   },
106   "version": "1.0.0"
107 }