package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "webuploader@0.1.8",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "webuploader@0.1.8",
  9. "_id": "webuploader@0.1.8",
  10. "_inBundle": false,
  11. "_integrity": "sha512-soZbBIqOiXGiPySqOIIkXz6u+trdWv2jZIuo+BK4KlOtgXEKsWq1DY2RHAwl5gNzQpeEWTz0OdTdV5UC5cdgJA==",
  12. "_location": "/webuploader",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "webuploader@0.1.8",
  18. "name": "webuploader",
  19. "escapedName": "webuploader",
  20. "rawSpec": "0.1.8",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.8"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/webuploader/-/webuploader-0.1.8.tgz",
  28. "_spec": "0.1.8",
  29. "_where": "E:\\2023\\5\\myjadmin",
  30. "author": {
  31. "name": "fex-team"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/fex-team/webuploader/issues"
  35. },
  36. "description": "WebUploader是一个简单的以Html5为主,Flash为辅的现代文件上传组件。在现代的浏览器里面能充分发挥html5的优势,同时又不摒弃主流IE浏览器,延用原来的Flash运行时。两套运行时,同样的调用方式,可供用户任意选用。WebUploader采用大文件分片并发上传,极大的提高了文件上传效率。",
  37. "devDependencies": {
  38. "gmudoc": "0.0.3",
  39. "grunt": "0.4.1",
  40. "grunt-contrib-connect": "0.7.1",
  41. "grunt-contrib-copy": "0.5.0",
  42. "grunt-contrib-qunit": "0.4.0",
  43. "grunt-contrib-uglify": "0.2.1",
  44. "grunt-contrib-watch": "0.4.4",
  45. "grunt-gh-pages": "0.9.0",
  46. "grunt-jekyll": "0.4.1",
  47. "grunt-jsbint": "0.0.4",
  48. "grunt-size": "0.1.0",
  49. "load-grunt-tasks": "0.4.0",
  50. "requirejs": "2.1.9"
  51. },
  52. "gitHead": "7f92712020f66940ead10f73c16a03305b03259f",
  53. "homepage": "https://github.com/fex-team/webuploader#readme",
  54. "keywords": [
  55. "chunk",
  56. "uploader",
  57. "html5",
  58. "flash"
  59. ],
  60. "license": "BSD",
  61. "main": "dist/webuploader.fis.js",
  62. "name": "webuploader",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/fex-team/webuploader.git"
  66. },
  67. "version": "0.1.8"
  68. }