{ "_from": "webworkify-webpack@^2.1.5", "_id": "webworkify-webpack@2.1.5", "_inBundle": false, "_integrity": "sha512-2akF8FIyUvbiBBdD+RoHpoTbHMQF2HwjcxfDvgztAX5YwbZNyrtfUMgvfgFVsgDhDPVTlkbb5vyasqDHfIDPQw==", "_location": "/webworkify-webpack", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "webworkify-webpack@^2.1.5", "name": "webworkify-webpack", "escapedName": "webworkify-webpack", "rawSpec": "^2.1.5", "saveSpec": null, "fetchSpec": "^2.1.5" }, "_requiredBy": [ "/flv.js" ], "_resolved": "https://registry.npmjs.org/webworkify-webpack/-/webworkify-webpack-2.1.5.tgz", "_shasum": "bf4336624c0626cbe85cf1ffde157f7aa90b1d1c", "_spec": "webworkify-webpack@^2.1.5", "_where": "/data/jenkins/workspace/badp-bcxin-web-5.x-dispatch-rail/node_modules/flv.js", "author": { "name": "Boris Sirota", "email": "borisirota@gmail.com", "url": "https://github.com/borisirota" }, "bugs": { "url": "https://github.com/borisirota/webworkify-webpack/issues" }, "bundleDependencies": false, "deprecated": false, "description": "launch a web worker at runtime that can require() in the browser with webpack", "devDependencies": { "babel-core": "^6.9.0", "babel-loader": "^7.1.2", "babel-preset-es2015": "^6.9.0", "gamma": "^1.0.0", "http-server": "^0.11.1", "webpack": "^4.29.6", "webpack-cli": "^3.2.3" }, "homepage": "https://github.com/borisirota/webworkify-webpack", "keywords": [ "web", "worker", "webworker", "background", "browser", "inline", "runtime", "webpack" ], "license": "MIT", "main": "index.js", "name": "webworkify-webpack", "repository": { "type": "git", "url": "git+https://github.com/borisirota/webworkify-webpack.git" }, "scripts": { "build": "webpack --config example/webpack.config.js", "example": "npm run build && npm run serve", "serve": "http-server" }, "version": "2.1.5" }