package.json 1.3 KB

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