package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "lodash.throttle@4.1.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "lodash.throttle@4.1.1",
  9. "_id": "lodash.throttle@4.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==",
  12. "_location": "/lodash.throttle",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "lodash.throttle@4.1.1",
  18. "name": "lodash.throttle",
  19. "escapedName": "lodash.throttle",
  20. "rawSpec": "4.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.1"
  23. },
  24. "_requiredBy": [
  25. "/@uppy/core",
  26. "/@uppy/utils",
  27. "/@wangeditor/editor",
  28. "/view-design"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
  31. "_spec": "4.1.1",
  32. "_where": "E:\\2023\\5\\myjadmin",
  33. "author": {
  34. "name": "John-David Dalton",
  35. "email": "john.david.dalton@gmail.com",
  36. "url": "http://allyoucanleet.com/"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/lodash/lodash/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "John-David Dalton",
  44. "email": "john.david.dalton@gmail.com",
  45. "url": "http://allyoucanleet.com/"
  46. },
  47. {
  48. "name": "Blaine Bublitz",
  49. "email": "blaine.bublitz@gmail.com",
  50. "url": "https://github.com/phated"
  51. },
  52. {
  53. "name": "Mathias Bynens",
  54. "email": "mathias@qiwi.be",
  55. "url": "https://mathiasbynens.be/"
  56. }
  57. ],
  58. "description": "The lodash method `_.throttle` exported as a module.",
  59. "homepage": "https://lodash.com/",
  60. "icon": "https://lodash.com/icon.svg",
  61. "keywords": [
  62. "lodash-modularized",
  63. "throttle"
  64. ],
  65. "license": "MIT",
  66. "name": "lodash.throttle",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/lodash/lodash.git"
  70. },
  71. "scripts": {
  72. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  73. },
  74. "version": "4.1.1"
  75. }