{ "_from": "watchify-middleware@^1.6.0", "_id": "watchify-middleware@1.6.0", "_inBundle": false, "_integrity": "sha1-bbbijwJ53hyhIJrk8afwY3RYd8Q=", "_location": "/watchify-middleware", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "watchify-middleware@^1.6.0", "name": "watchify-middleware", "escapedName": "watchify-middleware", "rawSpec": "^1.6.0", "saveSpec": null, "fetchSpec": "^1.6.0" }, "_requiredBy": [ "/budo" ], "_resolved": "https://registry.npmjs.org/watchify-middleware/-/watchify-middleware-1.6.0.tgz", "_shasum": "6db6e28f0279de1ca1209ae4f1a7f063745877c4", "_spec": "watchify-middleware@^1.6.0", "_where": "/home/manfred/enviPath/ketcher2/ketcher/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.3.1" }, "deprecated": false, "description": "a server for faster watchify development", "devDependencies": { "babelify": "^6.3.0", "brfs": "^1.4.1", "browserify": "^11.2.0", "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.6.0" }