You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

69 lines
2.0 KiB

{
"_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.npmmirror.com/webworkify-webpack/-/webworkify-webpack-2.1.5.tgz",
"_shasum": "bf4336624c0626cbe85cf1ffde157f7aa90b1d1c",
"_spec": "webworkify-webpack@^2.1.5",
"_where": "F:\\烁今项目\\齐鲁医院物联系统\\qilu_hospital_app\\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"
}