package.json 2.8 KB

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