summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/assert-plus/package.json
blob: 37eeed1d2bc3c48abffb3c8a47ffd0ca256e0458 (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
{
  "_args": [
    [
      "assert-plus@^0.1.5",
      "/Users/rebecca/code/npm/node_modules/http-signature"
    ]
  ],
  "_from": "assert-plus@>=0.1.5 <0.2.0",
  "_id": "assert-plus@0.1.5",
  "_inCache": true,
  "_location": "/assert-plus",
  "_npmUser": {
    "email": "mcavage@gmail.com",
    "name": "mcavage"
  },
  "_npmVersion": "1.3.11",
  "_phantomChildren": {},
  "_requested": {
    "name": "assert-plus",
    "raw": "assert-plus@^0.1.5",
    "rawSpec": "^0.1.5",
    "scope": null,
    "spec": ">=0.1.5 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/http-signature"
  ],
  "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz",
  "_shasum": "ee74009413002d84cec7219c6ac811812e723160",
  "_shrinkwrap": null,
  "_spec": "assert-plus@^0.1.5",
  "_where": "/Users/rebecca/code/npm/node_modules/http-signature",
  "author": {
    "email": "mcavage@gmail.com",
    "name": "Mark Cavage"
  },
  "bugs": {
    "url": "https://github.com/mcavage/node-assert-plus/issues"
  },
  "dependencies": {},
  "description": "Extra assertions on top of node's assert module",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "ee74009413002d84cec7219c6ac811812e723160",
    "tarball": "http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz"
  },
  "engines": {
    "node": ">=0.8"
  },
  "main": "./assert.js",
  "maintainers": [
    {
      "name": "mcavage",
      "email": "mcavage@gmail.com"
    }
  ],
  "name": "assert-plus",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/mcavage/node-assert-plus.git"
  },
  "version": "0.1.5"
}