package.json 2.1 KB

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