package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "vue-lazyload@1.2.3",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_from": "vue-lazyload@1.2.3",
  9. "_id": "vue-lazyload@1.2.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-kB+ewVx+bKeHgaK65KNDaGve2yw=",
  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. "/vant"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/vue-lazyload/download/vue-lazyload-1.2.3.tgz",
  28. "_spec": "1.2.3",
  29. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  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. "assign-deep": "^0.4.7",
  46. "babel-cli": "^6.26.0",
  47. "babel-core": "^6.26.0",
  48. "babel-plugin-external-helpers": "^6.22.0",
  49. "babel-polyfill": "^6.26.0",
  50. "babel-preset-env": "^1.6.1",
  51. "babel-preset-stage-0": "^6.24.1",
  52. "babel-register": "^6.26.0",
  53. "chai": "^4.1.2",
  54. "eslint": "^4.13.1",
  55. "eslint-config-standard": "^11.0.0-beta.0",
  56. "eslint-plugin-import": "^2.8.0",
  57. "eslint-plugin-node": "^5.2.1",
  58. "eslint-plugin-promise": "^3.6.0",
  59. "eslint-plugin-standard": "^3.0.1",
  60. "karma": "^1.7.1",
  61. "karma-chai": "^0.1.0",
  62. "karma-chrome-launcher": "^2.2.0",
  63. "karma-coverage": "^1.1.1",
  64. "karma-expect": "^1.1.3",
  65. "karma-mocha": "^1.3.0",
  66. "karma-rollup-preprocessor": "^5.0.2",
  67. "mocha": "^4.0.1",
  68. "puppeteer": "^0.13.0",
  69. "rollup": "^0.51.1",
  70. "rollup-plugin-babel": "^2.6.1",
  71. "rollup-plugin-commonjs": "^8.4.1",
  72. "rollup-plugin-node-resolve": "^3.2.0",
  73. "rollup-plugin-replace": "^2.0.0",
  74. "rollup-plugin-uglify": "^1.0.1",
  75. "vue": "^2.5.13"
  76. },
  77. "homepage": "https://github.com/hilongjw/vue-lazyload#readme",
  78. "keywords": [
  79. "vue-lazyload",
  80. "vue",
  81. "lazyload",
  82. "vue-directive"
  83. ],
  84. "license": "MIT",
  85. "main": "vue-lazyload.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": "karma start",
  95. "test:debug": "cross-env DEBUG=true karma start"
  96. },
  97. "unpkg": "vue-lazyload.js",
  98. "version": "1.2.3"
  99. }