package.json 2.0 KB

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