ucf-scripts-test
Version:
development and build services of UCF project
78 lines (77 loc) • 2.23 kB
JSON
{
"_from": "webpack-hot-middleware@^2.24.3",
"_id": "webpack-hot-middleware@2.24.3",
"_inBundle": false,
"_integrity": "sha512-pPlmcdoR2Fn6UhYjAhp1g/IJy1Yc9hD+T6O9mjRcWV2pFbBjIFoJXhP0CoD0xPOhWJuWXuZXGBga9ybbOdzXpg==",
"_location": "/webpack-hot-middleware",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "webpack-hot-middleware@^2.24.3",
"name": "webpack-hot-middleware",
"escapedName": "webpack-hot-middleware",
"rawSpec": "^2.24.3",
"saveSpec": null,
"fetchSpec": "^2.24.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.24.3.tgz",
"_shasum": "5bb76259a8fc0d97463ab517640ba91d3382d4a6",
"_spec": "webpack-hot-middleware@^2.24.3",
"_where": "/Users/kvkens/code/yonyou/ucf-web/packages/ucf-scripts",
"author": {
"name": "Glen Mailer",
"email": "glen@stainlessed.co.uk"
},
"bugs": {
"url": "https://github.com/webpack-contrib/webpack-hot-middleware/issues"
},
"bundleDependencies": false,
"dependencies": {
"ansi-html": "0.0.7",
"html-entities": "^1.2.0",
"querystring": "^0.2.0",
"strip-ansi": "^3.0.0"
},
"deprecated": false,
"description": "Webpack hot reloading you can attach to your own server",
"devDependencies": {
"eslint": "^4.6.1",
"express": "^4.13.3",
"istanbul": "^0.4.2",
"mocha": "^5.2.0",
"sinon": "^1.12.2",
"supertest": "^3.1.0"
},
"homepage": "https://github.com/webpack-contrib/webpack-hot-middleware#readme",
"keywords": [
"webpack",
"hmr",
"hot",
"module",
"reloading",
"hot-reloading",
"middleware",
"express"
],
"license": "MIT",
"main": "middleware.js",
"name": "webpack-hot-middleware",
"repository": {
"type": "git",
"url": "git+https://github.com/webpack-contrib/webpack-hot-middleware.git"
},
"scripts": {
"ci:coverage": "npm run test:coverage",
"ci:lint": "npm run lint && npm run security",
"ci:test": "npm run test",
"lint": "eslint . --max-warnings 0",
"security": "npm audit",
"test": "mocha",
"test:coverage": "istanbul cover _mocha --"
},
"version": "2.24.3"
}