package.json
2.75 KB
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
{
"_args": [
[
{
"raw": "http-assert@^1.1.0",
"scope": null,
"escapedName": "http-assert",
"name": "http-assert",
"rawSpec": "^1.1.0",
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/koa"
]
],
"_from": "http-assert@>=1.1.0 <2.0.0",
"_id": "http-assert@1.3.0",
"_inCache": true,
"_location": "/http-assert",
"_nodeVersion": "4.7.3",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/http-assert-1.3.0.tgz_1494220385564_0.8246503779664636"
},
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "2.15.11",
"_phantomChildren": {},
"_requested": {
"raw": "http-assert@^1.1.0",
"scope": null,
"escapedName": "http-assert",
"name": "http-assert",
"rawSpec": "^1.1.0",
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/koa"
],
"_resolved": "https://registry.npmjs.org/http-assert/-/http-assert-1.3.0.tgz",
"_shasum": "a31a5cf88c873ecbb5796907d4d6f132e8c01e4a",
"_shrinkwrap": null,
"_spec": "http-assert@^1.1.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/koa",
"bugs": {
"url": "https://github.com/jshttp/http-assert/issues"
},
"dependencies": {
"deep-equal": "~1.0.1",
"http-errors": "~1.6.1"
},
"description": "assert with status codes",
"devDependencies": {
"istanbul": "0.4.5",
"mocha": "2.5.3"
},
"directories": {},
"dist": {
"shasum": "a31a5cf88c873ecbb5796907d4d6f132e8c01e4a",
"tarball": "https://registry.npmjs.org/http-assert/-/http-assert-1.3.0.tgz"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"LICENSE",
"index.js"
],
"gitHead": "7b0514b847bea05715f2b59784c85681b54295e5",
"homepage": "https://github.com/jshttp/http-assert#readme",
"keywords": [
"assert",
"http"
],
"license": "MIT",
"maintainers": [
{
"name": "eivifj",
"email": "eivind.fjeldstad@gmail.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "http-assert",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/http-assert.git"
},
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"version": "1.3.0"
}