package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "lodash@4.17.21",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "lodash@4.17.21",
  9. "_id": "lodash@4.17.21",
  10. "_inBundle": false,
  11. "_integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  12. "_location": "/lodash",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "lodash@4.17.21",
  18. "name": "lodash",
  19. "escapedName": "lodash",
  20. "rawSpec": "4.17.21",
  21. "saveSpec": null,
  22. "fetchSpec": "4.17.21"
  23. },
  24. "_requiredBy": [
  25. "/xrpl"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  28. "_spec": "4.17.21",
  29. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  30. "author": {
  31. "name": "John-David Dalton",
  32. "email": "john.david.dalton@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/lodash/lodash/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "John-David Dalton",
  40. "email": "john.david.dalton@gmail.com"
  41. },
  42. {
  43. "name": "Mathias Bynens",
  44. "email": "mathias@qiwi.be"
  45. }
  46. ],
  47. "description": "Lodash modular utilities.",
  48. "homepage": "https://lodash.com/",
  49. "icon": "https://lodash.com/icon.svg",
  50. "keywords": [
  51. "modules",
  52. "stdlib",
  53. "util"
  54. ],
  55. "license": "MIT",
  56. "main": "lodash.js",
  57. "name": "lodash",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/lodash/lodash.git"
  61. },
  62. "scripts": {
  63. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  64. },
  65. "version": "4.17.21"
  66. }