-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 2.91 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 2.91 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"_args": [
[
{
"raw": "bytes@2.5.0",
"scope": null,
"escapedName": "bytes",
"name": "bytes",
"rawSpec": "2.5.0",
"spec": "2.5.0",
"type": "version"
},
"/Users/b004577/Documents/workshop/blog/next/node_modules/compression"
]
],
"_from": "bytes@2.5.0",
"_id": "bytes@2.5.0",
"_inCache": true,
"_location": "/bytes",
"_nodeVersion": "4.7.3",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/bytes-2.5.0.tgz_1490416399283_0.2922299497295171"
},
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "2.15.11",
"_phantomChildren": {},
"_requested": {
"raw": "bytes@2.5.0",
"scope": null,
"escapedName": "bytes",
"name": "bytes",
"rawSpec": "2.5.0",
"spec": "2.5.0",
"type": "version"
},
"_requiredBy": [
"/compression"
],
"_resolved": "https://registry.npmjs.org/bytes/-/bytes-2.5.0.tgz",
"_shasum": "4c9423ea2d252c270c41b2bdefeff9bb6b62c06a",
"_shrinkwrap": null,
"_spec": "bytes@2.5.0",
"_where": "/Users/b004577/Documents/workshop/blog/next/node_modules/compression",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
"url": "http://tjholowaychuk.com"
},
"bugs": {
"url": "https://github.com/visionmedia/bytes.js/issues"
},
"component": {
"scripts": {
"bytes/index.js": "index.js"
}
},
"contributors": [
{
"name": "Jed Watson",
"email": "jed.watson@me.com"
},
{
"name": "Théo FIDRY",
"email": "theo.fidry@gmail.com"
}
],
"dependencies": {},
"description": "Utility to parse a string bytes to bytes and vice-versa",
"devDependencies": {
"mocha": "1.21.5",
"nyc": "10.1.2"
},
"directories": {},
"dist": {
"shasum": "4c9423ea2d252c270c41b2bdefeff9bb6b62c06a",
"tarball": "https://registry.npmjs.org/bytes/-/bytes-2.5.0.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"History.md",
"LICENSE",
"Readme.md",
"index.js"
],
"gitHead": "a4b9af2bf289175f12b3538eb172f2489844b1ec",
"homepage": "https://github.com/visionmedia/bytes.js#readme",
"keywords": [
"byte",
"bytes",
"utility",
"parse",
"parser",
"convert",
"converter"
],
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
}
],
"name": "bytes",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/visionmedia/bytes.js.git"
},
"scripts": {
"test": "mocha --check-leaks --reporter spec",
"test-ci": "nyc --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test"
},
"version": "2.5.0"
}