package.json
1.8 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
{
"_from": "mz@^2.3.1",
"_id": "mz@2.6.0",
"_inBundle": false,
"_integrity": "sha1-yLhSHZWN8KTydoAl22nHGe5O8c4=",
"_location": "/mz",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mz@^2.3.1",
"name": "mz",
"escapedName": "mz",
"rawSpec": "^2.3.1",
"saveSpec": null,
"fetchSpec": "^2.3.1"
},
"_requiredBy": [
"/koa-send",
"/koa-views"
],
"_resolved": "https://registry.npmjs.org/mz/-/mz-2.6.0.tgz",
"_shasum": "c8b8521d958df0a4f2768025db69c719ee4ef1ce",
"_spec": "mz@^2.3.1",
"_where": "/Users/fzy/project/efang/node_modules/koa-send",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/normalize/mz/issues"
},
"bundleDependencies": false,
"dependencies": {
"any-promise": "^1.0.0",
"object-assign": "^4.0.1",
"thenify-all": "^1.0.0"
},
"deprecated": false,
"description": "modernize node.js to current ECMAScript standards",
"devDependencies": {
"bluebird": "^3.0.0",
"istanbul": "^0.4.0",
"mocha": "^3.0.0"
},
"files": [
"index.js",
"child_process.js",
"crypto.js",
"dns.js",
"fs.js",
"readline.js",
"zlib.js"
],
"homepage": "https://github.com/normalize/mz#readme",
"keywords": [
"promisify",
"promise",
"thenify",
"then",
"es6"
],
"license": "MIT",
"name": "mz",
"repository": {
"type": "git",
"url": "git+https://github.com/normalize/mz.git"
},
"scripts": {
"test": "mocha --reporter spec",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
},
"version": "2.6.0"
}