package.json
2.72 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
{
"_args": [
[
{
"raw": "filesize@^3.5.4",
"scope": null,
"escapedName": "filesize",
"name": "filesize",
"rawSpec": "^3.5.4",
"spec": ">=3.5.4 <4.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/webpack-bundle-analyzer"
]
],
"_from": "filesize@>=3.5.4 <4.0.0",
"_id": "filesize@3.5.4",
"_inCache": true,
"_location": "/filesize",
"_nodeVersion": "7.4.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/filesize-3.5.4.tgz_1485351961644_0.597131300251931"
},
"_npmUser": {
"name": "avoidwork",
"email": "jason.mulligan@avoidwork.com"
},
"_npmVersion": "4.0.5",
"_phantomChildren": {},
"_requested": {
"raw": "filesize@^3.5.4",
"scope": null,
"escapedName": "filesize",
"name": "filesize",
"rawSpec": "^3.5.4",
"spec": ">=3.5.4 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/webpack-bundle-analyzer"
],
"_resolved": "https://registry.npmjs.org/filesize/-/filesize-3.5.4.tgz",
"_shasum": "742fc7fb6aef4ee3878682600c22f840731e1fda",
"_shrinkwrap": null,
"_spec": "filesize@^3.5.4",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/webpack-bundle-analyzer",
"author": {
"name": "Jason Mulligan",
"email": "jason.mulligan@avoidwork.com"
},
"bugs": {
"url": "https://github.com/avoidwork/filesize.js/issues"
},
"dependencies": {},
"description": "JavaScript library to generate a human readable String describing the file size",
"devDependencies": {
"babel-preset-es2015": "~6.18.0",
"grunt": "~1.0.1",
"grunt-babel": "~6.0.0",
"grunt-cli": "~1.2.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-nodeunit": "~1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-eslint": "~19.0.0"
},
"directories": {},
"dist": {
"shasum": "742fc7fb6aef4ee3878682600c22f840731e1fda",
"tarball": "https://registry.npmjs.org/filesize/-/filesize-3.5.4.tgz"
},
"engines": {
"node": ">= 0.4.0"
},
"gitHead": "7c75121420abb6a3c855b96cb7552cda7ae7e1f4",
"homepage": "http://filesizejs.com",
"keywords": [
"file",
"filesize",
"size",
"readable",
"file system",
"bytes",
"diff"
],
"license": "BSD-3-Clause",
"main": "lib/filesize",
"maintainers": [
{
"name": "avoidwork",
"email": "jason@attack.io"
}
],
"name": "filesize",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/avoidwork/filesize.js.git"
},
"scripts": {
"test": "grunt test"
},
"version": "3.5.4"
}