{ "_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": [ "/umi-build-dev" ], "_resolved": "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-1.7.2.tgz", "_shasum": "6e1ee79ac67c070402ba700ef033a9b8d52ac4e3", "_spec": "webpack-node-externals@1.7.2", "_where": "/var/lib/jenkins/workspace/wechat-h5/node_modules/umi-build-dev", "author": { "name": "Liad Yosef", "url": "https://github.com/liady" }, "bugs": { "url": "https://github.com/liady/webpack-node-externals/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "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" }