package.json 2.1 KB

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