plotly-icons
Version:
set of plotly icons
75 lines (74 loc) • 2.09 kB
JSON
{
"_from": "webpack-hot-middleware@2.19.1",
"_id": "webpack-hot-middleware@2.19.1",
"_inBundle": false,
"_integrity": "sha512-2x60xmz7XBCNN/Drol+7i85E/5RrNrf+ivOPCgrxhP1F3q3WxpVjjvj8n8fOS1bS9oTRKEDfBYVAtkxqsG7LwQ==",
"_location": "/webpack-hot-middleware",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "webpack-hot-middleware@2.19.1",
"name": "webpack-hot-middleware",
"escapedName": "webpack-hot-middleware",
"rawSpec": "2.19.1",
"saveSpec": null,
"fetchSpec": "2.19.1"
},
"_requiredBy": [
"/next"
],
"_resolved": "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.19.1.tgz",
"_shasum": "5db32c31c955c1ead114d37c7519ea554da0d405",
"_spec": "webpack-hot-middleware@2.19.1",
"_where": "/Users/verazabeida/plotly/plotly-icons/demo/node_modules/next",
"author": {
"name": "Glen Mailer",
"email": "glen@stainlessed.co.uk"
},
"bugs": {
"url": "https://github.com/glenjamin/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": {
"coveralls": "^2.11.2",
"eslint": "^4.6.1",
"express": "^4.13.3",
"istanbul": "^0.4.2",
"mocha": "^2.3.2",
"sinon": "^1.12.2",
"supertest": "^1.1.0"
},
"homepage": "https://github.com/glenjamin/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/glenjamin/webpack-hot-middleware.git"
},
"scripts": {
"lint": "eslint . --max-warnings 0",
"test": "mocha",
"travis": "istanbul cover _mocha --"
},
"version": "2.19.1"
}