asdf-games/node_modules/watchify/package.json

80 lines
1.9 KiB
JSON

{
"_from": "watchify@^3.11.1",
"_id": "watchify@3.11.1",
"_inBundle": false,
"_integrity": "sha512-WwnUClyFNRMB2NIiHgJU9RQPQNqVeFk7OmZaWf5dC5EnNa0Mgr7imBydbaJ7tGTuPM2hz1Cb4uiBvK9NVxMfog==",
"_location": "/watchify",
"_phantomChildren": {
"readable-stream": "2.3.6",
"xtend": "4.0.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "watchify@^3.11.1",
"name": "watchify",
"escapedName": "watchify",
"rawSpec": "^3.11.1",
"saveSpec": null,
"fetchSpec": "^3.11.1"
},
"_requiredBy": [
"/watchify-middleware"
],
"_resolved": "https://registry.npmjs.org/watchify/-/watchify-3.11.1.tgz",
"_shasum": "8e4665871fff1ef64c0430d1a2c9d084d9721881",
"_spec": "watchify@^3.11.1",
"_where": "C:\\Users\\User\\Documents\\Git\\asdf-games\\node_modules\\watchify-middleware",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bin": {
"watchify": "bin/cmd.js"
},
"bugs": {
"url": "https://github.com/substack/watchify/issues"
},
"bundleDependencies": false,
"dependencies": {
"anymatch": "^2.0.0",
"browserify": "^16.1.0",
"chokidar": "^2.1.1",
"defined": "^1.0.0",
"outpipe": "^1.1.0",
"through2": "^2.0.0",
"xtend": "^4.0.0"
},
"deprecated": false,
"description": "watch mode for browserify builds",
"devDependencies": {
"brfs": "^2.0.1",
"mkdirp": "~0.5.1",
"split": "^1.0.0",
"tape": "^4.2.2",
"uglify-js": "^2.5.0",
"win-spawn": "^2.0.0"
},
"homepage": "https://github.com/substack/watchify",
"keywords": [
"browserify",
"browserify-tool",
"watch",
"bundle",
"build",
"browser"
],
"license": "MIT",
"main": "index.js",
"name": "watchify",
"repository": {
"type": "git",
"url": "git://github.com/substack/watchify.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "3.11.1"
}