forked from enviPath/enviPy
Current Dev State
This commit is contained in:
124
static/js/ketcher2/node_modules/budo/package.json
generated
vendored
Normal file
124
static/js/ketcher2/node_modules/budo/package.json
generated
vendored
Normal file
@ -0,0 +1,124 @@
|
||||
{
|
||||
"_from": "budo@10.0.3",
|
||||
"_id": "budo@10.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-jNrztQOqtae3BxH9okyky7lMYSQ=",
|
||||
"_location": "/budo",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "budo@10.0.3",
|
||||
"name": "budo",
|
||||
"escapedName": "budo",
|
||||
"rawSpec": "10.0.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "10.0.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/budo/-/budo-10.0.3.tgz",
|
||||
"_shasum": "8cdaf3b503aab5a7b70711fda24ca4cbb94c6124",
|
||||
"_spec": "budo@10.0.3",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher",
|
||||
"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": "^14.1.0",
|
||||
"chokidar": "^1.0.1",
|
||||
"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": "^1.0.1",
|
||||
"micromatch": "^2.2.0",
|
||||
"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.8.3",
|
||||
"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.6.0",
|
||||
"ws": "^1.1.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": "^1.4.0",
|
||||
"canvas-loop": "^1.0.4",
|
||||
"connect-slashes": "^1.3.1",
|
||||
"getuservideo": "^0.1.3",
|
||||
"ndjson": "^1.4.1",
|
||||
"request": "^2.53.0",
|
||||
"standard": "^8.6.0",
|
||||
"tap-spec": "^4.1.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 ] ]",
|
||||
"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": "10.0.3"
|
||||
}
|
||||
Reference in New Issue
Block a user