package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "downloadjs@1.4.7",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_from": "downloadjs@1.4.7",
  9. "_id": "downloadjs@1.4.7",
  10. "_inBundle": false,
  11. "_integrity": "sha1-9p+W+UDg0FU9rCkROYZaPNAQHjw=",
  12. "_location": "/downloadjs",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "downloadjs@1.4.7",
  18. "name": "downloadjs",
  19. "escapedName": "downloadjs",
  20. "rawSpec": "1.4.7",
  21. "saveSpec": null,
  22. "fetchSpec": "1.4.7"
  23. },
  24. "_requiredBy": [
  25. "/xgplayer"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/downloadjs/download/downloadjs-1.4.7.tgz",
  28. "_spec": "1.4.7",
  29. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  30. "author": {
  31. "name": "dandavis",
  32. "email": "rndme@users.noreply.github.com",
  33. "url": "http://danml.com/"
  34. },
  35. "bugs": {
  36. "email": "rndme@users.noreply.github.com"
  37. },
  38. "description": "file downloading using client-side javascript",
  39. "files": [
  40. "download.js",
  41. "download.min.js"
  42. ],
  43. "homepage": "http://danml.com/download.html",
  44. "keywords": [
  45. "files",
  46. "dataURL",
  47. "blob",
  48. "download"
  49. ],
  50. "license": "MIT",
  51. "main": "download.js",
  52. "name": "downloadjs",
  53. "npmFileMap": [
  54. {
  55. "basePath": "/",
  56. "files": [
  57. "*.js"
  58. ]
  59. }
  60. ],
  61. "npmName": "downloadjs",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/rndme/download.git"
  65. },
  66. "version": "1.4.7"
  67. }