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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
| {
| "_args": [
| [
| {
| "raw": "assert-plus@^1.0.0",
| "scope": null,
| "escapedName": "assert-plus",
| "name": "assert-plus",
| "rawSpec": "^1.0.0",
| "spec": ">=1.0.0 <2.0.0",
| "type": "range"
| },
| "/root/rushmail/node_modules/http-signature"
| ]
| ],
| "_from": "assert-plus@>=1.0.0 <2.0.0",
| "_id": "assert-plus@1.0.0",
| "_inCache": true,
| "_location": "/assert-plus",
| "_nodeVersion": "0.10.40",
| "_npmUser": {
| "name": "pfmooney",
| "email": "patrick.f.mooney@gmail.com"
| },
| "_npmVersion": "3.3.9",
| "_phantomChildren": {},
| "_requested": {
| "raw": "assert-plus@^1.0.0",
| "scope": null,
| "escapedName": "assert-plus",
| "name": "assert-plus",
| "rawSpec": "^1.0.0",
| "spec": ">=1.0.0 <2.0.0",
| "type": "range"
| },
| "_requiredBy": [
| "/@netflix/nerror",
| "/dashdash",
| "/ewma",
| "/getpass",
| "/http-signature",
| "/jsprim",
| "/restify",
| "/restify-errors",
| "/sshpk",
| "/verror"
| ],
| "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
| "_shasum": "f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525",
| "_shrinkwrap": null,
| "_spec": "assert-plus@^1.0.0",
| "_where": "/root/rushmail/node_modules/http-signature",
| "author": {
| "name": "Mark Cavage",
| "email": "mcavage@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/mcavage/node-assert-plus/issues"
| },
| "contributors": [
| {
| "name": "Dave Eddy",
| "email": "dave@daveeddy.com"
| },
| {
| "name": "Fred Kuo",
| "email": "fred.kuo@joyent.com"
| },
| {
| "name": "Lars-Magnus Skog",
| "email": "ralphtheninja@riseup.net"
| },
| {
| "name": "Mark Cavage",
| "email": "mcavage@gmail.com"
| },
| {
| "name": "Patrick Mooney",
| "email": "pmooney@pfmooney.com"
| },
| {
| "name": "Rob Gulewich",
| "email": "robert.gulewich@joyent.com"
| }
| ],
| "dependencies": {},
| "description": "Extra assertions on top of node's assert module",
| "devDependencies": {
| "faucet": "0.0.1",
| "tape": "4.2.2"
| },
| "directories": {},
| "dist": {
| "shasum": "f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525",
| "tarball": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz"
| },
| "engines": {
| "node": ">=0.8"
| },
| "homepage": "https://github.com/mcavage/node-assert-plus#readme",
| "license": "MIT",
| "main": "./assert.js",
| "maintainers": [
| {
| "name": "mcavage",
| "email": "mcavage@gmail.com"
| },
| {
| "name": "pfmooney",
| "email": "patrick.f.mooney@gmail.com"
| }
| ],
| "name": "assert-plus",
| "optionalDependencies": {},
| "readme": "ERROR: No README data found!",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/mcavage/node-assert-plus.git"
| },
| "scripts": {
| "test": "tape tests/*.js | ./node_modules/.bin/faucet"
| },
| "version": "1.0.0"
| }
|
|