package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "webpack-node-externals@^3.0.0",
  3. "_id": "webpack-node-externals@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LnL6Z3GGDPht/AigwRh2dvL9PQPFQ8skEpVrWZXLWBYmqcaojHNN0onvHzie6rq7EWKrrBfPYqNEzTJgiwEQDQ==",
  6. "_location": "/webpack-node-externals",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "webpack-node-externals@^3.0.0",
  12. "name": "webpack-node-externals",
  13. "escapedName": "webpack-node-externals",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/webpack"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-3.0.0.tgz",
  22. "_shasum": "1a3407c158d547a9feb4229a9e3385b7b60c9917",
  23. "_spec": "webpack-node-externals@^3.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\webpack",
  25. "author": {
  26. "name": "Liad Yosef",
  27. "url": "https://github.com/liady"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/liady/webpack-node-externals/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Easily exclude node_modules in Webpack bundle",
  36. "devDependencies": {
  37. "chai": "^3.5.0",
  38. "eslint": "^7.7.0",
  39. "eslint-plugin-import": "^2.22.0",
  40. "mocha": "^2.5.3",
  41. "mock-fs": "^4.12.0",
  42. "ncp": "^2.0.0",
  43. "webpack": "^4.44.1"
  44. },
  45. "engines": {
  46. "node": ">=6"
  47. },
  48. "files": [
  49. "LICENSE",
  50. "README.md",
  51. "index.js",
  52. "utils.js"
  53. ],
  54. "homepage": "https://github.com/liady/webpack-node-externals",
  55. "keywords": [
  56. "webpack",
  57. "node_modules",
  58. "node",
  59. "bundle",
  60. "externals"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "webpack-node-externals",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/liady/webpack-node-externals.git"
  68. },
  69. "scripts": {
  70. "test": "npm run unit-watch",
  71. "unit": "mocha --colors ./test/*.spec.js",
  72. "unit-watch": "mocha --colors -w ./test/*.spec.js"
  73. },
  74. "version": "3.0.0"
  75. }