package.json
1.3 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
{
"_from": "bytes@1",
"_id": "bytes@1.0.0",
"_inBundle": false,
"_integrity": "sha1-NWnt6Lo0MV+rmcPpLLBMciDeH6g=",
"_location": "/koa-logger/bytes",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bytes@1",
"name": "bytes",
"escapedName": "bytes",
"rawSpec": "1",
"saveSpec": null,
"fetchSpec": "1"
},
"_requiredBy": [
"/koa-logger"
],
"_resolved": "https://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz",
"_shasum": "3569ede8ba34315fab99c3e92cb04c7220de1fa8",
"_spec": "bytes@1",
"_where": "/Users/fzy/project/efang/node_modules/koa-logger",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
"url": "http://tjholowaychuk.com"
},
"bugs": {
"url": "https://github.com/visionmedia/bytes.js/issues"
},
"bundleDependencies": false,
"component": {
"scripts": {
"bytes/index.js": "index.js"
}
},
"dependencies": {},
"deprecated": false,
"description": "byte size string parser / serializer",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"homepage": "https://github.com/visionmedia/bytes.js#readme",
"main": "index.js",
"name": "bytes",
"repository": {
"type": "git",
"url": "git+https://github.com/visionmedia/bytes.js.git"
},
"version": "1.0.0"
}