package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "loader-utils@2.0.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "loader-utils@2.0.2",
  9. "_id": "loader-utils@2.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==",
  12. "_location": "/loader-utils",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "loader-utils@2.0.2",
  18. "name": "loader-utils",
  19. "escapedName": "loader-utils",
  20. "rawSpec": "2.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.2"
  23. },
  24. "_requiredBy": [
  25. "/babel-loader",
  26. "/sass-loader"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-2.0.2.tgz",
  29. "_spec": "2.0.2",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "author": {
  32. "name": "Tobias Koppers @sokra"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/webpack/loader-utils/issues"
  36. },
  37. "dependencies": {
  38. "big.js": "^5.2.2",
  39. "emojis-list": "^3.0.0",
  40. "json5": "^2.1.2"
  41. },
  42. "description": "utils for webpack loaders",
  43. "devDependencies": {
  44. "coveralls": "^3.0.9",
  45. "eslint": "^6.8.0",
  46. "eslint-plugin-node": "^11.0.0",
  47. "eslint-plugin-prettier": "^3.1.2",
  48. "jest": "^25.1.0",
  49. "prettier": "^1.19.1",
  50. "standard-version": "^7.1.0"
  51. },
  52. "engines": {
  53. "node": ">=8.9.0"
  54. },
  55. "files": [
  56. "lib"
  57. ],
  58. "homepage": "https://github.com/webpack/loader-utils#readme",
  59. "license": "MIT",
  60. "main": "lib/index.js",
  61. "name": "loader-utils",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/webpack/loader-utils.git"
  65. },
  66. "scripts": {
  67. "lint": "eslint lib test",
  68. "pretest": "yarn lint",
  69. "release": "yarn test && standard-version",
  70. "test": "jest",
  71. "test:ci": "jest --coverage"
  72. },
  73. "version": "2.0.2"
  74. }