79 lines
1.9 KiB
JSON
79 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"webpack-node-externals@3.0.0",
|
|
"/home/node/nuxt"
|
|
]
|
|
],
|
|
"_from": "webpack-node-externals@3.0.0",
|
|
"_id": "webpack-node-externals@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-LnL6Z3GGDPht/AigwRh2dvL9PQPFQ8skEpVrWZXLWBYmqcaojHNN0onvHzie6rq7EWKrrBfPYqNEzTJgiwEQDQ==",
|
|
"_location": "/webpack-node-externals",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "webpack-node-externals@3.0.0",
|
|
"name": "webpack-node-externals",
|
|
"escapedName": "webpack-node-externals",
|
|
"rawSpec": "3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@nuxt/webpack"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-3.0.0.tgz",
|
|
"_spec": "3.0.0",
|
|
"_where": "/home/node/nuxt",
|
|
"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",
|
|
"eslint": "^7.7.0",
|
|
"eslint-plugin-import": "^2.22.0",
|
|
"mocha": "^2.5.3",
|
|
"mock-fs": "^4.12.0",
|
|
"ncp": "^2.0.0",
|
|
"webpack": "^4.44.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"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": "3.0.0"
|
|
}
|