package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "tapable@^0.2.7",
  3. "_id": "tapable@0.2.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2wsvQ+4GwBvLPLWsNfLCDYGsW6xb7aeC6utq2Qh0PFwgEy7K7dsma9Jsmb2zSQj7GvYAyUGSntLtsv++GmgL1A==",
  6. "_location": "/tapable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tapable@^0.2.7",
  12. "name": "tapable",
  13. "escapedName": "tapable",
  14. "rawSpec": "^0.2.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.7"
  17. },
  18. "_requiredBy": [
  19. "/enhanced-resolve",
  20. "/webpack"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/tapable/-/tapable-0.2.9.tgz",
  23. "_shasum": "af2d8bbc9b04f74ee17af2b4d9048f807acd18a8",
  24. "_spec": "tapable@^0.2.7",
  25. "_where": "D:\\workSpace\\dealer_front\\node_modules\\webpack",
  26. "author": {
  27. "name": "Tobias Koppers @sokra"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/webpack/tapable/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Just a little module for plugins.",
  35. "devDependencies": {
  36. "mocha": "^2.2.4",
  37. "should": "^5.2.0"
  38. },
  39. "engines": {
  40. "node": ">=0.6"
  41. },
  42. "files": [
  43. "lib"
  44. ],
  45. "homepage": "https://github.com/webpack/tapable",
  46. "license": "MIT",
  47. "main": "lib/Tapable.js",
  48. "name": "tapable",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+ssh://git@github.com/webpack/tapable.git"
  52. },
  53. "scripts": {
  54. "test": "mocha --reporter spec"
  55. },
  56. "version": "0.2.9"
  57. }