root / HServer / 00.Server / 00.Program / node_modules / bytes / package.json
이력 | 보기 | 이력해설 | 다운로드 (1.91 KB)
1 |
{ |
---|---|
2 |
"_args": [
|
3 |
[ |
4 |
"bytes@3.0.0",
|
5 |
"D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
6 |
] |
7 |
], |
8 |
"_from": "bytes@3.0.0", |
9 |
"_id": "bytes@3.0.0", |
10 |
"_inBundle": false, |
11 |
"_integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", |
12 |
"_location": "/bytes", |
13 |
"_phantomChildren": {},
|
14 |
"_requested": {
|
15 |
"type": "version", |
16 |
"registry": true, |
17 |
"raw": "bytes@3.0.0", |
18 |
"name": "bytes", |
19 |
"escapedName": "bytes", |
20 |
"rawSpec": "3.0.0", |
21 |
"saveSpec": null, |
22 |
"fetchSpec": "3.0.0" |
23 |
}, |
24 |
"_requiredBy": [
|
25 |
"/body-parser",
|
26 |
"/raw-body"
|
27 |
], |
28 |
"_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", |
29 |
"_spec": "3.0.0", |
30 |
"_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
31 |
"author": {
|
32 |
"name": "TJ Holowaychuk", |
33 |
"email": "tj@vision-media.ca", |
34 |
"url": "http://tjholowaychuk.com" |
35 |
}, |
36 |
"bugs": {
|
37 |
"url": "https://github.com/visionmedia/bytes.js/issues" |
38 |
}, |
39 |
"contributors": [
|
40 |
{ |
41 |
"name": "Jed Watson", |
42 |
"email": "jed.watson@me.com" |
43 |
}, |
44 |
{ |
45 |
"name": "Théo FIDRY", |
46 |
"email": "theo.fidry@gmail.com" |
47 |
} |
48 |
], |
49 |
"description": "Utility to parse a string bytes to bytes and vice-versa", |
50 |
"devDependencies": {
|
51 |
"mocha": "2.5.3", |
52 |
"nyc": "10.3.2" |
53 |
}, |
54 |
"engines": {
|
55 |
"node": ">= 0.8" |
56 |
}, |
57 |
"files": [
|
58 |
"History.md",
|
59 |
"LICENSE",
|
60 |
"Readme.md",
|
61 |
"index.js"
|
62 |
], |
63 |
"homepage": "https://github.com/visionmedia/bytes.js#readme", |
64 |
"keywords": [
|
65 |
"byte",
|
66 |
"bytes",
|
67 |
"utility",
|
68 |
"parse",
|
69 |
"parser",
|
70 |
"convert",
|
71 |
"converter"
|
72 |
], |
73 |
"license": "MIT", |
74 |
"name": "bytes", |
75 |
"repository": {
|
76 |
"type": "git", |
77 |
"url": "git+https://github.com/visionmedia/bytes.js.git" |
78 |
}, |
79 |
"scripts": {
|
80 |
"test": "mocha --check-leaks --reporter spec", |
81 |
"test-ci": "nyc --reporter=text npm test", |
82 |
"test-cov": "nyc --reporter=html --reporter=text npm test" |
83 |
}, |
84 |
"version": "3.0.0" |
85 |
} |