package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "vue-lazyload@1.2.3",
  5. "/usr/local/develop/php/www/waibao/NN2025081602/NN2025081602/addons/min-exam"
  6. ]
  7. ],
  8. "_from": "vue-lazyload@1.2.3",
  9. "_id": "vue-lazyload@1.2.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-DC0ZwxanbRhx79tlA3zY5OYJkH8FYp3WBAnAJbrcuoS8eye1P73rcgAZhyxFSPUluJUTelMB+i/+VkNU/qVm7g==",
  12. "_location": "/vue-lazyload",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vue-lazyload@1.2.3",
  18. "name": "vue-lazyload",
  19. "escapedName": "vue-lazyload",
  20. "rawSpec": "1.2.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.3"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/vant"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/vue-lazyload/-/vue-lazyload-1.2.3.tgz",
  29. "_spec": "1.2.3",
  30. "_where": "/usr/local/develop/php/www/waibao/NN2025081602/NN2025081602/addons/min-exam",
  31. "author": {
  32. "name": "Awe",
  33. "email": "hilongjw@gmail.com"
  34. },
  35. "browserslist": [
  36. "> 1%",
  37. "last 2 versions",
  38. "not ie <= 8"
  39. ],
  40. "bugs": {
  41. "url": "https://github.com/hilongjw/vue-lazyload/issues"
  42. },
  43. "dependencies": {},
  44. "description": "Vue module for lazy-loading images in your vue.js applications.",
  45. "devDependencies": {
  46. "assign-deep": "^0.4.7",
  47. "babel-cli": "^6.26.0",
  48. "babel-core": "^6.26.0",
  49. "babel-plugin-external-helpers": "^6.22.0",
  50. "babel-polyfill": "^6.26.0",
  51. "babel-preset-env": "^1.6.1",
  52. "babel-preset-stage-0": "^6.24.1",
  53. "babel-register": "^6.26.0",
  54. "chai": "^4.1.2",
  55. "eslint": "^4.13.1",
  56. "eslint-config-standard": "^11.0.0-beta.0",
  57. "eslint-plugin-import": "^2.8.0",
  58. "eslint-plugin-node": "^5.2.1",
  59. "eslint-plugin-promise": "^3.6.0",
  60. "eslint-plugin-standard": "^3.0.1",
  61. "karma": "^1.7.1",
  62. "karma-chai": "^0.1.0",
  63. "karma-chrome-launcher": "^2.2.0",
  64. "karma-coverage": "^1.1.1",
  65. "karma-expect": "^1.1.3",
  66. "karma-mocha": "^1.3.0",
  67. "karma-rollup-preprocessor": "^5.0.2",
  68. "mocha": "^4.0.1",
  69. "puppeteer": "^0.13.0",
  70. "rollup": "^0.51.1",
  71. "rollup-plugin-babel": "^2.6.1",
  72. "rollup-plugin-commonjs": "^8.4.1",
  73. "rollup-plugin-node-resolve": "^3.2.0",
  74. "rollup-plugin-replace": "^2.0.0",
  75. "rollup-plugin-uglify": "^1.0.1",
  76. "vue": "^2.5.13"
  77. },
  78. "homepage": "https://github.com/hilongjw/vue-lazyload#readme",
  79. "keywords": [
  80. "vue-lazyload",
  81. "vue",
  82. "lazyload",
  83. "vue-directive"
  84. ],
  85. "license": "MIT",
  86. "main": "vue-lazyload.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": "karma start",
  96. "test:debug": "cross-env DEBUG=true karma start"
  97. },
  98. "unpkg": "vue-lazyload.js",
  99. "version": "1.2.3"
  100. }