上传插件,不包含上传的前端实现,只提供后端接口等,其他地方接入插件上传。包括上传进度、断点续传等

package.json 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "spark-md5",
  3. "_id": "spark-md5@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-NyIifFTi+vJLHcbZM8wUTm9xv+8=",
  6. "_location": "/spark-md5",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "spark-md5",
  12. "name": "spark-md5",
  13. "escapedName": "spark-md5",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/spark-md5/download/spark-md5-3.0.0.tgz",
  23. "_shasum": "3722227c54e2faf24b1dc6d933cc144e6f71bfef",
  24. "_spec": "spark-md5",
  25. "_where": "/Users/chris/Desktop/yunteam/npm/upload_sdk",
  26. "author": {
  27. "name": "André Cruz",
  28. "email": "andremiguelcruz@msn.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/satazor/js-spark-md5/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Lightning fast normal and incremental md5 for javascript",
  36. "devDependencies": {
  37. "uglify-js": "^2.4.16"
  38. },
  39. "directories": {
  40. "test": "test"
  41. },
  42. "files": [
  43. "spark-md5.js",
  44. "spark-md5.min.js"
  45. ],
  46. "homepage": "https://github.com/satazor/js-spark-md5#readme",
  47. "keywords": [
  48. "md5",
  49. "fast",
  50. "spark",
  51. "incremental"
  52. ],
  53. "license": "WTFPL",
  54. "main": "spark-md5.js",
  55. "name": "spark-md5",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+ssh://git@github.com/satazor/js-spark-md5.git"
  59. },
  60. "scripts": {
  61. "min": "uglifyjs spark-md5.js > spark-md5.min.js",
  62. "test": "open test/index.html"
  63. },
  64. "version": "3.0.0"
  65. }