84 lines
2.2 KiB
JSON
84 lines
2.2 KiB
JSON
{
|
|
"_from": "watchify-middleware@^1.8.2",
|
|
"_id": "watchify-middleware@1.8.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-A+x5K0mHVEK2WSLOEbazcXDFnSlralMZzk364Ea39F4xFl2jGl4VQLLN5HwrnRzpF5/Ggf1Q2he0HpJtflUiHg==",
|
|
"_location": "/watchify-middleware",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "watchify-middleware@^1.8.2",
|
|
"name": "watchify-middleware",
|
|
"escapedName": "watchify-middleware",
|
|
"rawSpec": "^1.8.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.8.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/budo"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/watchify-middleware/-/watchify-middleware-1.8.2.tgz",
|
|
"_shasum": "be84fd318049cc281f0a1da274410f9ba45a7c1e",
|
|
"_spec": "watchify-middleware@^1.8.2",
|
|
"_where": "C:\\Users\\User\\Documents\\Git\\asdf-games\\node_modules\\budo",
|
|
"author": {
|
|
"name": "Matt DesLauriers",
|
|
"email": "dave.des@gmail.com",
|
|
"url": "https://github.com/mattdesl"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mattdesl/watchify-middleware/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"concat-stream": "^1.5.0",
|
|
"debounce": "^1.0.0",
|
|
"events": "^1.0.2",
|
|
"object-assign": "^4.0.1",
|
|
"strip-ansi": "^3.0.0",
|
|
"watchify": "^3.11.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "a server for faster watchify development",
|
|
"devDependencies": {
|
|
"brfs": "^1.4.1",
|
|
"browserify": "^16.2.3",
|
|
"faucet": "0.0.1",
|
|
"garnish": "^2.3.0",
|
|
"got": "^4.2.0",
|
|
"minimist": "^1.1.3",
|
|
"semver": "^5.0.3",
|
|
"simple-html-index": "^1.0.1",
|
|
"tape": "^4.2.0"
|
|
},
|
|
"homepage": "https://github.com/mattdesl/watchify-middleware",
|
|
"keywords": [
|
|
"watchify",
|
|
"server",
|
|
"fast",
|
|
"reload",
|
|
"incremental",
|
|
"suspend",
|
|
"request",
|
|
"response",
|
|
"wait",
|
|
"delay",
|
|
"live",
|
|
"browser",
|
|
"browserify"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "watchify-middleware",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mattdesl/watchify-middleware.git"
|
|
},
|
|
"scripts": {
|
|
"start": "node example/server.js ",
|
|
"test": "node test/index.js | faucet"
|
|
},
|
|
"version": "1.8.2"
|
|
}
|