package.json
2.87 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
{
"_args": [
[
{
"raw": "webpack-hot-middleware@^2.16.1",
"scope": null,
"escapedName": "webpack-hot-middleware",
"name": "webpack-hot-middleware",
"rawSpec": "^2.16.1",
"spec": ">=2.16.1 <3.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming"
]
],
"_from": "webpack-hot-middleware@>=2.16.1 <3.0.0",
"_id": "webpack-hot-middleware@2.17.0",
"_inCache": true,
"_location": "/webpack-hot-middleware",
"_nodeVersion": "6.9.4",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/webpack-hot-middleware-2.17.0.tgz_1487183857242_0.6240179161541164"
},
"_npmUser": {
"name": "glenjamin",
"email": "glenjamin@gmail.com"
},
"_npmVersion": "3.9.5",
"_phantomChildren": {},
"_requested": {
"raw": "webpack-hot-middleware@^2.16.1",
"scope": null,
"escapedName": "webpack-hot-middleware",
"name": "webpack-hot-middleware",
"rawSpec": "^2.16.1",
"spec": ">=2.16.1 <3.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.17.0.tgz",
"_shasum": "5af55fd2bc2f9a4392edd553f2a0fbebd4d75e78",
"_shrinkwrap": null,
"_spec": "webpack-hot-middleware@^2.16.1",
"_where": "/Users/admin/Documents/workspace/programming",
"author": {
"name": "Glen Mailer",
"email": "glen@stainlessed.co.uk"
},
"bugs": {
"url": "https://github.com/glenjamin/webpack-hot-middleware/issues"
},
"dependencies": {
"ansi-html": "0.0.6",
"html-entities": "^1.2.0",
"querystring": "^0.2.0",
"strip-ansi": "^3.0.0"
},
"description": "Webpack hot reloading you can attach to your own server",
"devDependencies": {
"coveralls": "^2.11.2",
"express": "^4.13.3",
"istanbul": "^0.4.2",
"mocha": "^2.3.2",
"sinon": "^1.12.2",
"supertest": "^1.1.0"
},
"directories": {},
"dist": {
"shasum": "5af55fd2bc2f9a4392edd553f2a0fbebd4d75e78",
"tarball": "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.17.0.tgz"
},
"gitHead": "a689475cf6bf0c48822f40c58c696e2f04b1517e",
"homepage": "https://github.com/glenjamin/webpack-hot-middleware#readme",
"keywords": [
"webpack",
"hmr",
"hot",
"module",
"reloading",
"hot-reloading",
"middleware",
"express"
],
"license": "MIT",
"main": "middleware.js",
"maintainers": [
{
"name": "glenjamin",
"email": "glenjamin@gmail.com"
}
],
"name": "webpack-hot-middleware",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/glenjamin/webpack-hot-middleware.git"
},
"scripts": {
"test": "mocha",
"travis": "istanbul cover _mocha --"
},
"version": "2.17.0"
}