package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "ieee754@1.2.1",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "ieee754@1.2.1",
  9. "_id": "ieee754@1.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  12. "_location": "/ieee754",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ieee754@1.2.1",
  18. "name": "ieee754",
  19. "escapedName": "ieee754",
  20. "rawSpec": "1.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.1"
  23. },
  24. "_requiredBy": [
  25. "/buffer"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  28. "_spec": "1.2.1",
  29. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  30. "author": {
  31. "name": "Feross Aboukhadijeh",
  32. "email": "feross@feross.org",
  33. "url": "https://feross.org"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/feross/ieee754/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Romain Beauxis",
  41. "email": "toots@rastageeks.org"
  42. }
  43. ],
  44. "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object",
  45. "devDependencies": {
  46. "airtap": "^3.0.0",
  47. "standard": "*",
  48. "tape": "^5.0.1"
  49. },
  50. "funding": [
  51. {
  52. "type": "github",
  53. "url": "https://github.com/sponsors/feross"
  54. },
  55. {
  56. "type": "patreon",
  57. "url": "https://www.patreon.com/feross"
  58. },
  59. {
  60. "type": "consulting",
  61. "url": "https://feross.org/support"
  62. }
  63. ],
  64. "homepage": "https://github.com/feross/ieee754#readme",
  65. "keywords": [
  66. "IEEE 754",
  67. "buffer",
  68. "convert",
  69. "floating point",
  70. "ieee754"
  71. ],
  72. "license": "BSD-3-Clause",
  73. "main": "index.js",
  74. "name": "ieee754",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/feross/ieee754.git"
  78. },
  79. "scripts": {
  80. "test": "standard && npm run test-node && npm run test-browser",
  81. "test-browser": "airtap -- test/*.js",
  82. "test-browser-local": "airtap --local -- test/*.js",
  83. "test-node": "tape test/*.js"
  84. },
  85. "types": "index.d.ts",
  86. "version": "1.2.1"
  87. }