create-js-app-scripts
Version:
Configuration and scripts for Create Js App.
109 lines (108 loc) • 2.98 kB
JSON
{
"_args": [
[
{
"raw": "webpack-hot-middleware@2.12.2",
"scope": null,
"escapedName": "webpack-hot-middleware",
"name": "webpack-hot-middleware",
"rawSpec": "2.12.2",
"spec": "2.12.2",
"type": "version"
},
"/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.bC79Lfnf"
]
],
"_from": "webpack-hot-middleware@2.12.2",
"_id": "webpack-hot-middleware@2.12.2",
"_inCache": true,
"_installable": true,
"_location": "/webpack-hot-middleware",
"_nodeVersion": "5.12.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/webpack-hot-middleware-2.12.2.tgz_1469544165729_0.891591097228229"
},
"_npmUser": {
"name": "glenjamin",
"email": "glenjamin@gmail.com"
},
"_npmVersion": "3.9.5",
"_phantomChildren": {},
"_requested": {
"raw": "webpack-hot-middleware@2.12.2",
"scope": null,
"escapedName": "webpack-hot-middleware",
"name": "webpack-hot-middleware",
"rawSpec": "2.12.2",
"spec": "2.12.2",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.12.2.tgz",
"_shasum": "5dc4a5aff5b3244f34de3d7138c0643fe87c1723",
"_shrinkwrap": null,
"_spec": "webpack-hot-middleware@2.12.2",
"_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.bC79Lfnf",
"author": {
"name": "Glen Mailer",
"email": "glen@stainlessed.co.uk"
},
"bugs": {
"url": "https://github.com/glenjamin/webpack-hot-middleware/issues"
},
"dependencies": {
"ansi-html": "0.0.5",
"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": "5dc4a5aff5b3244f34de3d7138c0643fe87c1723",
"tarball": "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.12.2.tgz"
},
"gitHead": "415d81da5f1af8fa17db51aad6d4a87dc6689f54",
"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.12.2"
}