82 lines
1.9 KiB
JSON
82 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"node-polyfill-webpack-plugin@4.1.0",
|
|
"D:\\ruyi\\dapp"
|
|
]
|
|
],
|
|
"_from": "node-polyfill-webpack-plugin@4.1.0",
|
|
"_id": "node-polyfill-webpack-plugin@4.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-b4ei444EKkOagG/yFqojrD3QTYM5IOU1f8tn9o6uwrG4qL+brI7oVhjPVd0ZL2xy+Z6CP5bu9w8XTvlWgiXHcw==",
|
|
"_location": "/node-polyfill-webpack-plugin",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "node-polyfill-webpack-plugin@4.1.0",
|
|
"name": "node-polyfill-webpack-plugin",
|
|
"escapedName": "node-polyfill-webpack-plugin",
|
|
"rawSpec": "4.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/node-polyfill-webpack-plugin/-/node-polyfill-webpack-plugin-4.1.0.tgz",
|
|
"_spec": "4.1.0",
|
|
"_where": "D:\\ruyi\\dapp",
|
|
"author": {
|
|
"name": "Richie Bendall",
|
|
"email": "richiebendall@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Richienb/node-polyfill-webpack-plugin/issues"
|
|
},
|
|
"dependencies": {
|
|
"node-stdlib-browser": "^1.3.0",
|
|
"type-fest": "^4.27.0"
|
|
},
|
|
"description": "Polyfill Node.js core modules in Webpack.",
|
|
"devDependencies": {
|
|
"ava": "^6.2.0",
|
|
"p-webpack": "^1.0.1",
|
|
"webpack": "^5.96.1",
|
|
"xo": "^0.59.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/Richienb/node-polyfill-webpack-plugin#readme",
|
|
"keywords": [
|
|
"webpack",
|
|
"webpack-plugin",
|
|
"node",
|
|
"polyfill"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "node-polyfill-webpack-plugin",
|
|
"peerDependencies": {
|
|
"webpack": ">=5"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Richienb/node-polyfill-webpack-plugin.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "4.1.0",
|
|
"xo": {
|
|
"rules": {
|
|
"unicorn/prefer-module": "off"
|
|
}
|
|
}
|
|
}
|