123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_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": "range",
- "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",
- "_shasum": "1a3407c158d547a9feb4229a9e3385b7b60c9917",
- "_spec": "webpack-node-externals@^3.0.0",
- "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\webpack",
- "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",
- "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"
- }
|