package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "tapable@^1.1.3",
  3. "_id": "tapable@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==",
  6. "_location": "/tapable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tapable@^1.1.3",
  12. "name": "tapable",
  13. "escapedName": "tapable",
  14. "rawSpec": "^1.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.3"
  17. },
  18. "_requiredBy": [
  19. "/enhanced-resolve",
  20. "/fork-ts-checker-webpack-plugin",
  21. "/html-webpack-plugin",
  22. "/webpack",
  23. "/webpack-manifest-plugin"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",
  26. "_shasum": "a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2",
  27. "_spec": "tapable@^1.1.3",
  28. "_where": "/Users/jane/myproject/node_modules/html-webpack-plugin",
  29. "author": {
  30. "name": "Tobias Koppers @sokra"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/webpack/tapable/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Just a little module for plugins.",
  38. "devDependencies": {
  39. "babel-core": "^6.26.0",
  40. "babel-jest": "^21.0.2",
  41. "babel-polyfill": "^6.26.0",
  42. "babel-preset-env": "^1.6.0",
  43. "codecov": "^2.3.0",
  44. "jest": "^21.0.4",
  45. "prettier": "^1.13.2"
  46. },
  47. "engines": {
  48. "node": ">=6"
  49. },
  50. "files": [
  51. "lib",
  52. "!lib/__tests__"
  53. ],
  54. "homepage": "https://github.com/webpack/tapable",
  55. "jest": {
  56. "transform": {
  57. "__tests__[\\\\/].+\\.js$": "babel-jest"
  58. }
  59. },
  60. "license": "MIT",
  61. "main": "lib/index.js",
  62. "name": "tapable",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+ssh://git@github.com/webpack/tapable.git"
  66. },
  67. "scripts": {
  68. "pretty": "prettier --write lib/*.js lib/__tests__/*.js",
  69. "test": "jest",
  70. "travis": "jest --coverage && codecov"
  71. },
  72. "version": "1.1.3"
  73. }