package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "vue-lazyload@^1.3.3",
  3. "_id": "vue-lazyload@1.3.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SCO/LWgCCbjaregHO4wg2buzITBdPBZRlIS104vERGpT88uxXsK26veuzZpgGAXMR8WpkaR+JDqz80OedpaLiA==",
  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. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/vue-lazyload/-/vue-lazyload-1.3.5.tgz",
  22. "_shasum": "eb36d299a519167d987fdf0ebfdc9c6dd1bf1ef0",
  23. "_spec": "vue-lazyload@^1.3.3",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\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. "@rollup/plugin-replace": "^2.3.4",
  43. "assign-deep": "^1.0.1",
  44. "babel-cli": "^6.26.0",
  45. "babel-core": "^6.26.3",
  46. "babel-plugin-external-helpers": "^6.22.0",
  47. "babel-plugin-syntax-dynamic-import": "^6.18.0",
  48. "babel-polyfill": "^6.26.0",
  49. "babel-preset-env": "^1.7.0",
  50. "babel-preset-stage-0": "^6.24.1",
  51. "babel-register": "^6.26.0",
  52. "chai": "^4.3.0",
  53. "eslint": "^4.19.1",
  54. "eslint-config-standard": "^11.0.0",
  55. "eslint-plugin-import": "^2.22.1",
  56. "eslint-plugin-node": "^5.2.1",
  57. "eslint-plugin-promise": "^3.8.0",
  58. "eslint-plugin-standard": "^3.1.0",
  59. "jest": "^26.6.3",
  60. "jest-canvas-mock": "^2.3.1",
  61. "mocha": "^4.0.1",
  62. "rollup": "^2.39.0",
  63. "rollup-plugin-babel": "^2.6.1",
  64. "rollup-plugin-commonjs": "^8.4.1",
  65. "rollup-plugin-node-resolve": "^3.4.0",
  66. "rollup-plugin-replace": "^2.2.0",
  67. "rollup-plugin-terser": "^7.0.2",
  68. "rollup-plugin-uglify": "^1.0.1",
  69. "vue": "^2.6.12"
  70. },
  71. "homepage": "https://github.com/hilongjw/vue-lazyload#readme",
  72. "jest": {
  73. "setupFiles": [
  74. "jest-canvas-mock"
  75. ]
  76. },
  77. "keywords": [
  78. "vue-lazyload",
  79. "vue",
  80. "lazyload",
  81. "vue-directive"
  82. ],
  83. "license": "MIT",
  84. "main": "vue-lazyload.js",
  85. "module": "vue-lazyload.esm.js",
  86. "name": "vue-lazyload",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/hilongjw/vue-lazyload.git"
  90. },
  91. "scripts": {
  92. "build": "node build",
  93. "lint": "eslint ./src",
  94. "test": "jest"
  95. },
  96. "typings": "types/index.d.ts",
  97. "unpkg": "vue-lazyload.js",
  98. "version": "1.3.5"
  99. }