package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "vue-lazyload@1.2.3",
  3. "_id": "vue-lazyload@1.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DC0ZwxanbRhx79tlA3zY5OYJkH8FYp3WBAnAJbrcuoS8eye1P73rcgAZhyxFSPUluJUTelMB+i/+VkNU/qVm7g==",
  6. "_location": "/vue-lazyload",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "vue-lazyload@1.2.3",
  12. "name": "vue-lazyload",
  13. "escapedName": "vue-lazyload",
  14. "rawSpec": "1.2.3",
  15. "saveSpec": null,
  16. "fetchSpec": "1.2.3"
  17. },
  18. "_requiredBy": [
  19. "/vant"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/vue-lazyload/-/vue-lazyload-1.2.3.tgz",
  22. "_shasum": "901f9ec15c7e6ca78781a2bae4a343686bdedb2c",
  23. "_spec": "vue-lazyload@1.2.3",
  24. "_where": "D:\\路涛科技\\源代码\\dccloud\\uni-app-front-second-directory\\node_modules\\vant",
  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. "assign-deep": "^0.4.7",
  43. "babel-cli": "^6.26.0",
  44. "babel-core": "^6.26.0",
  45. "babel-plugin-external-helpers": "^6.22.0",
  46. "babel-polyfill": "^6.26.0",
  47. "babel-preset-env": "^1.6.1",
  48. "babel-preset-stage-0": "^6.24.1",
  49. "babel-register": "^6.26.0",
  50. "chai": "^4.1.2",
  51. "eslint": "^4.13.1",
  52. "eslint-config-standard": "^11.0.0-beta.0",
  53. "eslint-plugin-import": "^2.8.0",
  54. "eslint-plugin-node": "^5.2.1",
  55. "eslint-plugin-promise": "^3.6.0",
  56. "eslint-plugin-standard": "^3.0.1",
  57. "karma": "^1.7.1",
  58. "karma-chai": "^0.1.0",
  59. "karma-chrome-launcher": "^2.2.0",
  60. "karma-coverage": "^1.1.1",
  61. "karma-expect": "^1.1.3",
  62. "karma-mocha": "^1.3.0",
  63. "karma-rollup-preprocessor": "^5.0.2",
  64. "mocha": "^4.0.1",
  65. "puppeteer": "^0.13.0",
  66. "rollup": "^0.51.1",
  67. "rollup-plugin-babel": "^2.6.1",
  68. "rollup-plugin-commonjs": "^8.4.1",
  69. "rollup-plugin-node-resolve": "^3.2.0",
  70. "rollup-plugin-replace": "^2.0.0",
  71. "rollup-plugin-uglify": "^1.0.1",
  72. "vue": "^2.5.13"
  73. },
  74. "homepage": "https://github.com/hilongjw/vue-lazyload#readme",
  75. "keywords": [
  76. "vue-lazyload",
  77. "vue",
  78. "lazyload",
  79. "vue-directive"
  80. ],
  81. "license": "MIT",
  82. "main": "vue-lazyload.js",
  83. "name": "vue-lazyload",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/hilongjw/vue-lazyload.git"
  87. },
  88. "scripts": {
  89. "build": "node build",
  90. "lint": "eslint ./src",
  91. "test": "karma start",
  92. "test:debug": "cross-env DEBUG=true karma start"
  93. },
  94. "unpkg": "vue-lazyload.js",
  95. "version": "1.2.3"
  96. }