package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "vue-lazyload@1.3.3",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "vue-lazyload@1.3.3",
  10. "_id": "vue-lazyload@1.3.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-uHnq0FTEeNmqnbBC2aRKlmtd9LofMZ6Q3mWvgfLa+i9vhxU8fDK+nGs9c1iVT85axSua/AUnMttIq3xPaU9G3A==",
  13. "_location": "/vue-lazyload",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "vue-lazyload@1.3.3",
  19. "name": "vue-lazyload",
  20. "escapedName": "vue-lazyload",
  21. "rawSpec": "1.3.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.3"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/vue-lazyload/-/vue-lazyload-1.3.3.tgz",
  29. "_spec": "1.3.3",
  30. "_where": "E:\\item\\newItem\\admin",
  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.16"
  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. "module": "vue-lazyload.esm.js",
  88. "name": "vue-lazyload",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/hilongjw/vue-lazyload.git"
  92. },
  93. "scripts": {
  94. "build": "node build",
  95. "lint": "eslint ./src",
  96. "test": "karma start",
  97. "test:debug": "cross-env DEBUG=true karma start",
  98. "test:types": "tsc -p types/test"
  99. },
  100. "typings": "types/index.d.ts",
  101. "unpkg": "vue-lazyload.js",
  102. "version": "1.3.3"
  103. }