UNPKG

choo-bundles

Version:

Bundle splitting with HTTP2 push support for Choo with choo-ssr

69 lines (68 loc) 1.68 kB
{ "name": "choo-bundles", "version": "0.2.4", "description": "Bundle splitting with HTTP2 push support for Choo with choo-ssr", "homepage": "https://github.com/nearform/choo-bundles", "main": "index.js", "browser": "browser.js", "scripts": { "lint": "standard", "prepublishOnly": "npm run lint" }, "author": "Diogo Cunha - @diffcunha", "license": "MIT", "keywords": [ "choo", "code-splitting", "bundle-splitting", "lazy-loading", "server-side-rendering", "http2-push" ], "repository": { "type": "git", "url": "git+https://github.com/nearform/choo-bundles.git" }, "bugs": { "url": "https://github.com/nearform/choo-bundles/issues" }, "peerDependencies": { "choo": "^6.7.0" }, "dependencies": { "acorn-node": "^1.1.0", "browser-pack": "^6.0.2", "browserify": "^16.1.1", "caller-path": "^2.0.0", "callsites": "^2.0.0", "choo": "^6.10.3", "choo-ssr": "^0.1.0", "convert-source-map": "^1.5.0", "end-of-stream": "^1.4.0", "estree-is-require": "^1.0.0", "estree-walk": "^2.2.0", "fastify": "^1.2.1", "fastify-static": "^0.9.0", "flush-write-stream": "^1.0.2", "inline-critical-css": "^1.2.1", "labeled-stream-splicer": "^2.0.0", "mime": "^2.2.0", "object-delete-value": "^1.0.0", "object-values": "^1.0.0", "outpipe": "^1.1.1", "p-defer": "^1.0.0", "resolve": "^1.5.0", "run-parallel": "^1.1.6", "scope-analyzer": "^1.3.0", "through2": "^2.0.3", "transform-ast": "^2.3.0" }, "devDependencies": { "standard": "^11.0.1" }, "standard": { "ignore": [ "examples/" ] } }