Files
enviPy-bayer/static/js/ketcher2/node_modules/watchify/package.json
2025-06-23 20:13:54 +02:00

77 lines
1.8 KiB
JSON

{
"_from": "watchify@^3.3.1",
"_id": "watchify@3.9.0",
"_inBundle": false,
"_integrity": "sha1-8HX9LoqGrN6Eztum5cKgvt1SPZ4=",
"_location": "/watchify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "watchify@^3.3.1",
"name": "watchify",
"escapedName": "watchify",
"rawSpec": "^3.3.1",
"saveSpec": null,
"fetchSpec": "^3.3.1"
},
"_requiredBy": [
"/watchify-middleware"
],
"_resolved": "https://registry.npmjs.org/watchify/-/watchify-3.9.0.tgz",
"_shasum": "f075fd2e8a86acde84cedba6e5c2a0bedd523d9e",
"_spec": "watchify@^3.3.1",
"_where": "/home/manfred/enviPath/ketcher2/ketcher/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": "^1.3.0",
"browserify": "^14.0.0",
"chokidar": "^1.0.0",
"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": "^1.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.9.0"
}