package.json 1.9 KB

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