Files
30-seconds-of-code/node_modules/webpack-hot-middleware/package.json
2019-08-20 15:52:05 +02:00

87 lines
2.4 KiB
JSON

{
"_from": "webpack-hot-middleware@^2.21.0",
"_id": "webpack-hot-middleware@2.25.0",
"_inBundle": false,
"_integrity": "sha512-xs5dPOrGPCzuRXNi8F6rwhawWvQQkeli5Ro48PRuQh8pYPCPmNnltP9itiUPT4xI8oW+y0m59lyyeQk54s5VgA==",
"_location": "/webpack-hot-middleware",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "webpack-hot-middleware@^2.21.0",
"name": "webpack-hot-middleware",
"escapedName": "webpack-hot-middleware",
"rawSpec": "^2.21.0",
"saveSpec": null,
"fetchSpec": "^2.21.0"
},
"_requiredBy": [
"/gatsby"
],
"_resolved": "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.25.0.tgz",
"_shasum": "4528a0a63ec37f8f8ef565cf9e534d57d09fe706",
"_spec": "webpack-hot-middleware@^2.21.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
"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": "^5.14.1",
"eslint-plugin-prettier": "^3.0.1",
"express": "^4.13.3",
"istanbul": "^0.4.2",
"mocha": "^5.2.0",
"prettier": "^1.16.4",
"sinon": "^1.12.2",
"supertest": "^3.1.0",
"webpack": "^4.20.2",
"webpack-dev-middleware": "^3.4.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",
"prettier": {
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "always"
},
"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.25.0"
}