UNPKG

4.4 kBJSONView Raw
1{
2 "name": "nock",
3 "description": "HTTP server mocking and expectations library for Node.js",
4 "tags": [
5 "Mock",
6 "HTTP",
7 "testing",
8 "isolation"
9 ],
10 "version": "9.5.0",
11 "author": "Pedro Teixeira <pedro.teixeira@gmail.com>",
12 "contributors": [
13 {
14 "name": "Bin Chang",
15 "url": "https://github.com/BinChang"
16 },
17 {
18 "name": "Roman Hotsiy",
19 "url": "https://github.com/RomanGotsiy"
20 },
21 {
22 "name": "Jeffrey Jagoda",
23 "url": "https://github.com/jagoda"
24 },
25 {
26 "name": "Hidenari Nozaki",
27 "url": "https://github.com/ghiden"
28 },
29 {
30 "name": "Ken Sheedlo",
31 "url": "https://github.com/ksheedlo"
32 },
33 {
34 "name": "Douglas Eggleton",
35 "url": "https://github.com/douglaseggleton"
36 },
37 {
38 "name": "José F. Romaniello",
39 "url": "https://github.com/jfromaniello"
40 },
41 {
42 "name": "Benjamin Urban",
43 "url": "https://github.com/benurb"
44 },
45 {
46 "name": "Justin",
47 "url": "https://github.com/justincy"
48 },
49 {
50 "name": "Brett Porter"
51 },
52 {
53 "name": "Matt Olson"
54 },
55 {
56 "name": "Rémy HUBSCHER"
57 },
58 {
59 "name": "Roly Fentanes"
60 },
61 {
62 "name": "Alexander Simmerl"
63 },
64 {
65 "name": "Pedro Teixeira"
66 },
67 {
68 "name": "Nuno Job"
69 },
70 {
71 "name": "Ian Young"
72 },
73 {
74 "name": "nilsbunger"
75 },
76 {
77 "name": "bacchusrx",
78 "email": "bacchusrx@eightstar.ca"
79 },
80 {
81 "name": "Fabiano França"
82 },
83 {
84 "name": "Sascha Drews"
85 },
86 {
87 "name": "Mike Swift"
88 },
89 {
90 "name": "James Herdman"
91 },
92 {
93 "name": "David Björklund"
94 },
95 {
96 "name": "Andrew Kramolisch"
97 },
98 {
99 "name": "Balazs Nagy"
100 },
101 {
102 "name": "Brian J Brennan"
103 },
104 {
105 "name": "Attila Incze"
106 },
107 {
108 "name": "Mac Angell"
109 },
110 {
111 "name": "Tom Hosford"
112 },
113 {
114 "name": "Aurélien Thieriot"
115 },
116 {
117 "name": "Alex Zylman"
118 },
119 {
120 "name": "Celestino Gomes",
121 "email": "contact@tinogomes.com"
122 },
123 {
124 "name": "David Rousselie"
125 },
126 {
127 "name": "spenceralger"
128 },
129 {
130 "name": "Ivan Erceg",
131 "url": "https://github.com/ierceg",
132 "email": "ivan@softwaremarbles.com"
133 },
134 {
135 "name": "Keith Laban",
136 "url": "https://github.com/kelaban",
137 "email": "kelaban17@gmail.com"
138 },
139 {
140 "name": "Rui Marinho",
141 "url": "https://github.com/ruimarinho",
142 "email": "ruipmarinho@gmail.com"
143 },
144 {
145 "name": "David Pate",
146 "url": "https://github.com/DavidTPate",
147 "email": "davidtpate@gmail.com"
148 },
149 {
150 "name": "Matt Oakes",
151 "url": "https://github.com/matto1990"
152 },
153 {
154 "name": "Ian Walker-Sperber",
155 "url": "https://github.com/ianwsperber"
156 }
157 ],
158 "repository": {
159 "type": "git",
160 "url": "https://github.com/nock/nock.git"
161 },
162 "bugs": {
163 "url": "http://github.com/nock/nock/issues"
164 },
165 "engines": [
166 "node >= 4.0"
167 ],
168 "main": "./index",
169 "dependencies": {
170 "chai": "^4.1.2",
171 "debug": "^3.1.0",
172 "deep-equal": "^1.0.0",
173 "json-stringify-safe": "^5.0.1",
174 "lodash": "^4.17.5",
175 "mkdirp": "^0.5.0",
176 "propagate": "^1.0.0",
177 "qs": "^6.5.1",
178 "semver": "^5.5.0"
179 },
180 "devDependencies": {
181 "async": "^2.6.0",
182 "aws-sdk": "^2.202.0",
183 "coveralls": "^3.0.0",
184 "eslint": "^5.0.0",
185 "hyperquest": "^2.1.3",
186 "isomorphic-fetch": "^2.2.0",
187 "markdown-toc": "^1.2.0",
188 "needle": "^2.2.0",
189 "nyc": "^12.0.1",
190 "request": "^2.83.0",
191 "request-promise": "^4.2.2",
192 "restify-clients": "^2.2.0",
193 "rimraf": "^2.6.2",
194 "semantic-release": "^15.0.0",
195 "superagent": "^3.8.2",
196 "tap": "^12.0.0"
197 },
198 "scripts": {
199 "unit": "tap --harmony ./tests/test_*.js",
200 "pretest": "npm run -s lint",
201 "test": "npm run -s unit",
202 "coverage": "nyc tap --harmony ./tests/test_*.js",
203 "coveralls": "cat ./coverage/lcov.info | coveralls",
204 "lint": "eslint '**/*.js'",
205 "toc": "markdown-toc -i README.md && markdown-toc -i CONTRIBUTING.md ",
206 "semantic-release": "semantic-release"
207 },
208 "nyc": {
209 "reporter": [
210 "lcov",
211 "text-summary"
212 ],
213 "exclude": [
214 "tests/test_*.js"
215 ]
216 },
217 "license": "MIT"
218}