line_push/node_modules/webpack-node-externals/package.json
2022-07-17 13:16:16 +08:00

74 lines
1.9 KiB
JSON

{
"_args": [
[
"webpack-node-externals@1.7.2",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
]
],
"_from": "webpack-node-externals@1.7.2",
"_id": "webpack-node-externals@1.7.2",
"_inBundle": false,
"_integrity": "sha512-ajerHZ+BJKeCLviLUUmnyd5B4RavLF76uv3cs6KNuO8W+HuQaEs0y0L7o40NQxdPy5w0pcv8Ew7yPUAQG0UdCg==",
"_location": "/webpack-node-externals",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "webpack-node-externals@1.7.2",
"name": "webpack-node-externals",
"escapedName": "webpack-node-externals",
"rawSpec": "1.7.2",
"saveSpec": null,
"fetchSpec": "1.7.2"
},
"_requiredBy": [
"/@nuxt/webpack"
],
"_resolved": "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-1.7.2.tgz",
"_spec": "1.7.2",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"author": {
"name": "Liad Yosef",
"url": "https://github.com/liady"
},
"bugs": {
"url": "https://github.com/liady/webpack-node-externals/issues"
},
"dependencies": {},
"description": "Easily exclude node_modules in Webpack bundle",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3",
"mock-fs": "^4.4.2",
"ncp": "^2.0.0",
"webpack": "^1.13.1"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"utils.js"
],
"homepage": "https://github.com/liady/webpack-node-externals",
"keywords": [
"webpack",
"node_modules",
"node",
"bundle",
"externals"
],
"license": "MIT",
"main": "index.js",
"name": "webpack-node-externals",
"repository": {
"type": "git",
"url": "git+https://github.com/liady/webpack-node-externals.git"
},
"scripts": {
"test": "npm run unit-watch",
"unit": "mocha --colors ./test/*.spec.js",
"unit-watch": "mocha --colors -w ./test/*.spec.js"
},
"version": "1.7.2"
}