package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "loader-utils@^0.2.16",
  5. "/home/seleznev/project Angular/Quality system/node_modules/html-webpack-plugin"
  6. ]
  7. ],
  8. "_from": "loader-utils@>=0.2.16 <0.3.0",
  9. "_id": "loader-utils@0.2.17",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/loader-utils",
  13. "_nodeVersion": "7.1.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/loader-utils-0.2.17.tgz_1487631410094_0.04626395273953676"
  17. },
  18. "_npmUser": {
  19. "email": "mail@johannesewald.de",
  20. "name": "jhnns"
  21. },
  22. "_npmVersion": "3.10.9",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "loader-utils",
  26. "raw": "loader-utils@^0.2.16",
  27. "rawSpec": "^0.2.16",
  28. "scope": null,
  29. "spec": ">=0.2.16 <0.3.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/html-webpack-plugin"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.17.tgz",
  36. "_shasum": "f86e6374d43205a6e6c60e9196f17c0299bfb348",
  37. "_shrinkwrap": null,
  38. "_spec": "loader-utils@^0.2.16",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/html-webpack-plugin",
  40. "author": {
  41. "name": "Tobias Koppers @sokra"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/webpack/loader-utils/issues"
  45. },
  46. "dependencies": {
  47. "big.js": "^3.1.3",
  48. "emojis-list": "^2.0.0",
  49. "json5": "^0.5.0",
  50. "object-assign": "^4.0.1"
  51. },
  52. "description": "utils for webpack loaders",
  53. "devDependencies": {
  54. "coveralls": "^2.11.2",
  55. "istanbul": "^0.3.14",
  56. "mocha": "^1.21.4"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "f86e6374d43205a6e6c60e9196f17c0299bfb348",
  61. "tarball": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.17.tgz"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "gitHead": "00b9d0848bd7216e184beacbf6582dc5ee51ff80",
  67. "homepage": "https://github.com/webpack/loader-utils#readme",
  68. "license": "MIT",
  69. "maintainers": [
  70. {
  71. "name": "jhnns",
  72. "email": "mail@johannesewald.de"
  73. },
  74. {
  75. "name": "sokra",
  76. "email": "tobias.koppers@googlemail.com"
  77. }
  78. ],
  79. "name": "loader-utils",
  80. "optionalDependencies": {},
  81. "readme": "ERROR: No README data found!",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/webpack/loader-utils.git"
  85. },
  86. "scripts": {
  87. "cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
  88. "publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish",
  89. "test": "mocha",
  90. "travis": "npm run cover -- --report lcovonly"
  91. },
  92. "version": "0.2.17"
  93. }