package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "loader-utils@^0.2.16",
  3. "_id": "loader-utils@0.2.17",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tiv66G0SmiOx+pLWMtGEkfSEejxvb6N6uRrQjfWJIT79W9GMpgKeCAmm9aVBKtd4WEgntciI8CsGqjpDoCWJug==",
  6. "_location": "/html-webpack-plugin/loader-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "loader-utils@^0.2.16",
  12. "name": "loader-utils",
  13. "escapedName": "loader-utils",
  14. "rawSpec": "^0.2.16",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.16"
  17. },
  18. "_requiredBy": [
  19. "/html-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-0.2.17.tgz",
  22. "_shasum": "f86e6374d43205a6e6c60e9196f17c0299bfb348",
  23. "_spec": "loader-utils@^0.2.16",
  24. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\html-webpack-plugin",
  25. "author": {
  26. "name": "Tobias Koppers @sokra"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/webpack/loader-utils/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "big.js": "^3.1.3",
  34. "emojis-list": "^2.0.0",
  35. "json5": "^0.5.0",
  36. "object-assign": "^4.0.1"
  37. },
  38. "deprecated": false,
  39. "description": "utils for webpack loaders",
  40. "devDependencies": {
  41. "coveralls": "^2.11.2",
  42. "istanbul": "^0.3.14",
  43. "mocha": "^1.21.4"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/webpack/loader-utils#readme",
  49. "license": "MIT",
  50. "name": "loader-utils",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/webpack/loader-utils.git"
  54. },
  55. "scripts": {
  56. "cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
  57. "publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish",
  58. "test": "mocha",
  59. "travis": "npm run cover -- --report lcovonly"
  60. },
  61. "version": "0.2.17"
  62. }