package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "vue-lazyload@1.3.4",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "vue-lazyload@1.3.4",
  9. "_id": "vue-lazyload@1.3.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-K0frbPQJuvFHVpdl/ov5CqCR/CHWeLGs8E8V1d/09DIETqBjeGhC1fLMmwUy3Go2Yd/VX610AZ7Mdn4B54592Q==",
  12. "_location": "/vue-lazyload",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vue-lazyload@1.3.4",
  18. "name": "vue-lazyload",
  19. "escapedName": "vue-lazyload",
  20. "rawSpec": "1.3.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.4"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/vue-lazyload/-/vue-lazyload-1.3.4.tgz",
  28. "_spec": "1.3.4",
  29. "_where": "E:\\2023\\5\\myjadmin",
  30. "author": {
  31. "name": "Awe",
  32. "email": "hilongjw@gmail.com"
  33. },
  34. "browserslist": [
  35. "> 1%",
  36. "last 2 versions",
  37. "not ie <= 8"
  38. ],
  39. "bugs": {
  40. "url": "https://github.com/hilongjw/vue-lazyload/issues"
  41. },
  42. "dependencies": {},
  43. "description": "Vue module for lazy-loading images in your vue.js applications.",
  44. "devDependencies": {
  45. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  46. "@babel/preset-env": "^7.12.17",
  47. "@rollup/plugin-replace": "^2.3.4",
  48. "assign-deep": "^0.4.8",
  49. "babel-cli": "^6.26.0",
  50. "babel-core": "^6.26.3",
  51. "babel-plugin-external-helpers": "^6.22.0",
  52. "babel-polyfill": "^6.26.0",
  53. "babel-preset-env": "^1.7.0",
  54. "babel-preset-stage-0": "^6.24.1",
  55. "babel-register": "^6.26.0",
  56. "chai": "^4.3.0",
  57. "eslint": "^4.19.1",
  58. "eslint-config-standard": "^11.0.0",
  59. "eslint-plugin-import": "^2.22.1",
  60. "eslint-plugin-node": "^5.2.1",
  61. "eslint-plugin-promise": "^3.8.0",
  62. "eslint-plugin-standard": "^3.1.0",
  63. "jest": "^26.6.3",
  64. "jest-canvas-mock": "^2.3.1",
  65. "mocha": "^4.0.1",
  66. "rollup": "^2.39.0",
  67. "rollup-plugin-babel": "^2.6.1",
  68. "rollup-plugin-commonjs": "^8.4.1",
  69. "rollup-plugin-node-resolve": "^3.4.0",
  70. "rollup-plugin-replace": "^2.2.0",
  71. "rollup-plugin-terser": "^7.0.2",
  72. "rollup-plugin-uglify": "^1.0.1",
  73. "vue": "^2.6.12"
  74. },
  75. "homepage": "https://github.com/hilongjw/vue-lazyload#readme",
  76. "jest": {
  77. "setupFiles": [
  78. "jest-canvas-mock"
  79. ]
  80. },
  81. "keywords": [
  82. "vue-lazyload",
  83. "vue",
  84. "lazyload",
  85. "vue-directive"
  86. ],
  87. "license": "MIT",
  88. "main": "vue-lazyload.js",
  89. "module": "vue-lazyload.esm.js",
  90. "name": "vue-lazyload",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/hilongjw/vue-lazyload.git"
  94. },
  95. "scripts": {
  96. "build": "node build",
  97. "lint": "eslint ./src",
  98. "test": "jest"
  99. },
  100. "typings": "types/index.d.ts",
  101. "unpkg": "vue-lazyload.js",
  102. "version": "1.3.4"
  103. }