package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "spark-md5@^3.0.0",
  3. "_id": "spark-md5@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0tF3AGSD1ppQeuffsLDIOWlKUd3lS92tFxcsrh5Pe3ZphhnoK+oXIBTzOAThZCiuINZLvpiLH/1VS1/ANEJVig==",
  6. "_location": "/spark-md5",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "spark-md5@^3.0.0",
  12. "name": "spark-md5",
  13. "escapedName": "spark-md5",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/qiniu-js"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/spark-md5/-/spark-md5-3.0.1.tgz",
  22. "_shasum": "83a0e255734f2ab4e5c466e5a2cfc9ba2aa2124d",
  23. "_spec": "spark-md5@^3.0.0",
  24. "_where": "D:\\工作\\项目2\\test\\node_modules\\qiniu-js",
  25. "author": {
  26. "name": "André Cruz",
  27. "email": "andremiguelcruz@msn.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/satazor/js-spark-md5/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Lightning fast normal and incremental md5 for javascript",
  35. "devDependencies": {
  36. "uglify-js": "^3.0.0"
  37. },
  38. "directories": {
  39. "test": "test"
  40. },
  41. "files": [
  42. "spark-md5.js",
  43. "spark-md5.min.js"
  44. ],
  45. "homepage": "https://github.com/satazor/js-spark-md5#readme",
  46. "keywords": [
  47. "md5",
  48. "fast",
  49. "spark",
  50. "incremental"
  51. ],
  52. "license": "WTFPL",
  53. "main": "spark-md5.js",
  54. "name": "spark-md5",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+ssh://git@github.com/satazor/js-spark-md5.git"
  58. },
  59. "scripts": {
  60. "min": "uglifyjs spark-md5.js > spark-md5.min.js",
  61. "test": "open test/index.html"
  62. },
  63. "version": "3.0.1"
  64. }