-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
132 lines (132 loc) · 3.86 KB
/
package.json
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
127
128
129
130
131
132
{
"_args": [
[
"html-webpack-plugin-common-hash@^1.0.6",
"C:\\CodeScienceGIT\\CodeScience.Clients\\Client.MissClark"
],
[
{
"raw": "html-webpack-plugin-common-hash@^1.0.6",
"scope": null,
"escapedName": "html-webpack-plugin-common-hash",
"name": "html-webpack-plugin-common-hash",
"rawSpec": "^1.0.5",
"spec": ">=1.0.5 <2.0.0",
"type": "range"
},
"C:\\CodeScience.GitLab\\CodeScience.Clients\\CodeScience.Client.Base"
]
],
"_from": "html-webpack-plugin-common-hash@^1.0.5",
"_id": "html-webpack-plugin-common-hash@1.0.5",
"_inCache": true,
"_installable": true,
"_location": "/html-webpack-plugin-common-hash",
"_nodeVersion": "4.2.6",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/html-webpack-plugin-common-hash-1.0.5.tgz_1460670260772_0.506559104193002"
},
"_npmUser": {
"name": "wpitallo",
"email": "wpitallo@gmail.com"
},
"_npmVersion": "3.6.0",
"_phantomChildren": {
"amdefine": "1.0.1",
"camelcase": "1.2.1",
"center-align": "0.1.3",
"change-case": "2.3.1",
"commander": "2.9.0",
"core-util-is": "1.0.2",
"decamelize": "1.2.0",
"graceful-readlink": "1.0.1",
"inherits": "2.0.3",
"isarray": "1.0.0",
"ncname": "1.0.0",
"process-nextick-args": "1.0.7",
"relateurl": "0.2.7",
"right-align": "0.1.3",
"string_decoder": "0.10.31",
"typedarray": "0.0.6",
"uglify-to-browserify": "1.0.2",
"util-deprecate": "1.0.2"
},
"_requested": {
"raw": "html-webpack-plugin-common-hash@^1.0.5",
"scope": null,
"escapedName": "html-webpack-plugin-common-hash",
"name": "html-webpack-plugin-common-hash",
"rawSpec": "^1.0.5",
"spec": ">=1.0.5 <2.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/html-webpack-plugin-common-hash/-/html-webpack-plugin-common-hash-1.0.5.tgz",
"_shasum": "6372a124a45e12771cee20fa85a8f3eab3653d51",
"_shrinkwrap": null,
"_spec": "html-webpack-plugin-common-hash@^1.0.5",
"_where": "C:\\CodeScience.GitLab\\CodeScience.Clients\\CodeScience.Client.Base",
"bugs": {
"url": "https://github.com/wpitallo/html-webpack-plugin-common-hash/issues"
},
"dependencies": {
"bluebird": "^3.4.7",
"blueimp-tmpl": "^3.8.0",
"html-minifier": "^1.0.0",
"lodash": "^4.8.2"
},
"description": "Simplifies creation of HTML files to serve your webpack bundles with added support for using hashes with common chunks",
"devDependencies": {
"css-loader": "^0.23.0",
"es6-promise": "^3.0.2",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.4",
"jasmine-node": "^1.14.5",
"jshint": "^2.9.1-rc1",
"rimraf": "^2.4.4",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.8"
},
"directories": {},
"dist": {
"shasum": "6372a124a45e12771cee20fa85a8f3eab3653d51",
"tarball": "https://registry.npmjs.org/html-webpack-plugin-common-hash/-/html-webpack-plugin-common-hash-1.0.5.tgz"
},
"files": [
"default_index.html",
"default_inject_index.html",
"index.js"
],
"gitHead": "e4ace8cbcd0c576ce89541c85671aa68aeafb4d7",
"homepage": "https://github.com/wpitallo/html-webpack-plugin-common-hash",
"keywords": [
"generate",
"html",
"plugin",
"webpack"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "wpitallo",
"email": "wpitallo@gmail.com"
}
],
"name": "html-webpack-plugin-common-hash",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/wpitallo/html-webpack-plugin-common-hash.git"
},
"scripts": {
"pretest": "jshint *.js spec",
"test": "jasmine-node --captureExceptions spec"
},
"version": "1.0.6"
}