forgeplus-react/node_modules/webworkify-webpack/package.json

73 lines
1.9 KiB
JSON

{
"_args": [
[
"webworkify-webpack@2.1.5",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "webworkify-webpack@2.1.5",
"_id": "webworkify-webpack@2.1.5",
"_inBundle": false,
"_integrity": "sha512-2akF8FIyUvbiBBdD+RoHpoTbHMQF2HwjcxfDvgztAX5YwbZNyrtfUMgvfgFVsgDhDPVTlkbb5vyasqDHfIDPQw==",
"_location": "/webworkify-webpack",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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": "http://173.15.15.82:8081/repository/npm-all/webworkify-webpack/-/webworkify-webpack-2.1.5.tgz",
"_spec": "2.1.5",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Boris Sirota",
"email": "borisirota@gmail.com",
"url": "https://github.com/borisirota"
},
"bugs": {
"url": "https://github.com/borisirota/webworkify-webpack/issues"
},
"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"
}