package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "tapable@^1.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/html-webpack-plugin"
  6. ]
  7. ],
  8. "_from": "tapable@>=1.0.0 <2.0.0",
  9. "_id": "tapable@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/tapable",
  13. "_nodeVersion": "8.9.4",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/tapable_1.0.0_1519286232237_0.7789554413074959"
  17. },
  18. "_npmUser": {
  19. "email": "tobias.koppers@googlemail.com",
  20. "name": "sokra"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "tapable",
  26. "raw": "tapable@^1.0.0",
  27. "rawSpec": "^1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/html-webpack-plugin",
  34. "/webpack-cli/enhanced-resolve"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/tapable/-/tapable-1.0.0.tgz",
  37. "_shasum": "cbb639d9002eed9c6b5975eb20598d7936f1f9f2",
  38. "_shrinkwrap": null,
  39. "_spec": "tapable@^1.0.0",
  40. "_where": "/home/seleznev/project Angular/Quality system/node_modules/html-webpack-plugin",
  41. "author": {
  42. "name": "Tobias Koppers @sokra"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/webpack/tapable/issues"
  46. },
  47. "dependencies": {},
  48. "description": "Just a little module for plugins.",
  49. "devDependencies": {
  50. "babel-core": "^6.26.0",
  51. "babel-jest": "^21.0.2",
  52. "babel-polyfill": "^6.26.0",
  53. "babel-preset-env": "^1.6.0",
  54. "codecov": "^2.3.0",
  55. "jest": "^21.0.4"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "fileCount": 33,
  60. "integrity": "sha512-dQRhbNQkRnaqauC7WqSJ21EEksgT0fYZX2lqXzGkpo8JNig9zGZTYoMGvyI2nWmXlE2VSVXVDu7wLVGu/mQEsg==",
  61. "shasum": "cbb639d9002eed9c6b5975eb20598d7936f1f9f2",
  62. "tarball": "https://registry.npmjs.org/tapable/-/tapable-1.0.0.tgz",
  63. "unpackedSize": 241760
  64. },
  65. "engines": {
  66. "node": ">=6"
  67. },
  68. "files": [
  69. "lib"
  70. ],
  71. "gitHead": "f2718e63bfede29cbc81cda3ee79a6933ec5af8d",
  72. "homepage": "https://github.com/webpack/tapable",
  73. "jest": {
  74. "transform": {
  75. "__tests__[\\\\/].+\\.js$": "babel-jest"
  76. }
  77. },
  78. "license": "MIT",
  79. "main": "lib/index.js",
  80. "maintainers": [
  81. {
  82. "name": "sokra",
  83. "email": "tobias.koppers@googlemail.com"
  84. }
  85. ],
  86. "name": "tapable",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+ssh://git@github.com/webpack/tapable.git"
  92. },
  93. "scripts": {
  94. "test": "jest",
  95. "travis": "jest --coverage && codecov"
  96. },
  97. "version": "1.0.0"
  98. }