127 lines
3.4 KiB
JSON
127 lines
3.4 KiB
JSON
{
|
|
"_from": "budo",
|
|
"_id": "budo@11.6.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-U9pV6SoSxGduY/wnoIlDwEEUhxtTFqYqoyWvi3B5nJ/abSxuNmolfAfzgOQIEXqtHhPEA4FlM+VNzdEDOjpIjw==",
|
|
"_location": "/budo",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "budo",
|
|
"name": "budo",
|
|
"escapedName": "budo",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/budo/-/budo-11.6.3.tgz",
|
|
"_shasum": "146408e1f646b2b30528bef88fb491e3fd34fdf3",
|
|
"_spec": "budo",
|
|
"_where": "C:\\Users\\User\\Documents\\Git\\asdf-games",
|
|
"author": {
|
|
"name": "Matt DesLauriers",
|
|
"email": "dave.des@gmail.com",
|
|
"url": "https://github.com/mattdesl"
|
|
},
|
|
"bin": {
|
|
"budo": "./bin/cmd.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mattdesl/budo/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"bole": "^2.0.0",
|
|
"browserify": "^16.2.3",
|
|
"chokidar": "^2.0.4",
|
|
"connect-pushstate": "^1.1.0",
|
|
"escape-html": "^1.0.3",
|
|
"events": "^1.0.2",
|
|
"garnish": "^5.0.0",
|
|
"get-ports": "^1.0.2",
|
|
"inject-lr-script": "^2.1.0",
|
|
"internal-ip": "^3.0.1",
|
|
"micromatch": "^3.1.10",
|
|
"on-finished": "^2.3.0",
|
|
"on-headers": "^1.0.1",
|
|
"once": "^1.3.2",
|
|
"opn": "^3.0.2",
|
|
"path-is-absolute": "^1.0.1",
|
|
"pem": "^1.13.2",
|
|
"reload-css": "^1.0.0",
|
|
"resolve": "^1.1.6",
|
|
"serve-static": "^1.10.0",
|
|
"simple-html-index": "^1.4.0",
|
|
"stacked": "^1.1.1",
|
|
"stdout-stream": "^1.4.0",
|
|
"strip-ansi": "^3.0.0",
|
|
"subarg": "^1.0.0",
|
|
"term-color": "^1.0.1",
|
|
"url-trim": "^1.0.0",
|
|
"watchify-middleware": "^1.8.2",
|
|
"ws": "^6.2.1",
|
|
"xtend": "^4.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "a browserify server for rapid prototyping",
|
|
"devDependencies": {
|
|
"2d-context": "^1.2.0",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"babelify": "^7.3.0",
|
|
"brfs": "^2.0.2",
|
|
"canvas-loop": "^1.0.4",
|
|
"connect-slashes": "^1.3.1",
|
|
"getuservideo": "^0.1.3",
|
|
"ndjson": "^1.4.1",
|
|
"request": "^2.88.0",
|
|
"standard": "^8.6.0",
|
|
"tap-spec": "^5.0.0",
|
|
"tape": "^4.0.0",
|
|
"through2": "^2.0.0",
|
|
"tree-kill": "^1.0.0",
|
|
"uglify-js": "^2.7.5",
|
|
"win-spawn": "^2.0.0"
|
|
},
|
|
"homepage": "https://github.com/mattdesl/budo",
|
|
"keywords": [
|
|
"browserify",
|
|
"watchify",
|
|
"browser",
|
|
"dev",
|
|
"development",
|
|
"server",
|
|
"beefy",
|
|
"wzrd",
|
|
"local",
|
|
"locally",
|
|
"localhost",
|
|
"watch",
|
|
"live",
|
|
"reload",
|
|
"livereload",
|
|
"lr"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "budo",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mattdesl/budo.git"
|
|
},
|
|
"scripts": {
|
|
"bundle-live-client": "node bin/bundle-livereload-client.js",
|
|
"live": "node example/live.js example/app.js:bundle.js --dir example -- -t [ babelify --presets [ es2015 ] ]",
|
|
"prepublish": "npm run bundle-live-client",
|
|
"pushstate": "node bin/cmd.js example/app.js:bundle.js -v --dir example --live --pushstate -- -t [ babelify --presets [ es2015 ] ]",
|
|
"ssl": "node bin/cmd.js example/app.js:bundle.js --ssl --live -v --dir example -- -t [ babelify --presets [ es2015 ] ]",
|
|
"start": "node bin/cmd.js example/app.js:bundle.js --live -v --dir example -- -t [ babelify --presets [ es2015 ] ]",
|
|
"test": "standard && tape test/test*.js | tap-spec"
|
|
},
|
|
"version": "11.6.3"
|
|
}
|