Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "tapable@^1.0.0",
  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.0.0",
  12. "name": "tapable",
  13. "escapedName": "tapable",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/enhanced-resolve",
  20. "/webpack"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",
  23. "_shasum": "a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2",
  24. "_spec": "tapable@^1.0.0",
  25. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/enhanced-resolve",
  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. "babel-core": "^6.26.0",
  37. "babel-jest": "^21.0.2",
  38. "babel-polyfill": "^6.26.0",
  39. "babel-preset-env": "^1.6.0",
  40. "codecov": "^2.3.0",
  41. "jest": "^21.0.4",
  42. "prettier": "^1.13.2"
  43. },
  44. "engines": {
  45. "node": ">=6"
  46. },
  47. "files": [
  48. "lib",
  49. "!lib/__tests__"
  50. ],
  51. "homepage": "https://github.com/webpack/tapable",
  52. "jest": {
  53. "transform": {
  54. "__tests__[\\\\/].+\\.js$": "babel-jest"
  55. }
  56. },
  57. "license": "MIT",
  58. "main": "lib/index.js",
  59. "name": "tapable",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+ssh://git@github.com/webpack/tapable.git"
  63. },
  64. "scripts": {
  65. "pretty": "prettier --write lib/*.js lib/__tests__/*.js",
  66. "test": "jest",
  67. "travis": "jest --coverage && codecov"
  68. },
  69. "version": "1.1.3"
  70. }