You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 3 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "@xtuc/ieee754@1.2.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "@xtuc/ieee754@1.2.0",
  9. "_id": "@xtuc/ieee754@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==",
  12. "_location": "/@xtuc/ieee754",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@xtuc/ieee754@1.2.0",
  18. "name": "@xtuc/ieee754",
  19. "escapedName": "@xtuc%2fieee754",
  20. "scope": "@xtuc",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/@webassemblyjs/ieee754"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "author": {
  32. "name": "Feross Aboukhadijeh",
  33. "email": "feross@feross.org",
  34. "url": "http://feross.org"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/feross/ieee754/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Romain Beauxis",
  42. "email": "toots@rastageeks.org"
  43. }
  44. ],
  45. "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object",
  46. "devDependencies": {
  47. "@babel/cli": "^7.0.0-beta.54",
  48. "@babel/core": "^7.0.0-beta.54",
  49. "@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.54",
  50. "airtap": "0.0.7",
  51. "standard": "*",
  52. "tape": "^4.0.0"
  53. },
  54. "homepage": "https://github.com/feross/ieee754#readme",
  55. "keywords": [
  56. "IEEE 754",
  57. "buffer",
  58. "convert",
  59. "floating point",
  60. "ieee754"
  61. ],
  62. "license": "BSD-3-Clause",
  63. "main": "dist/index.cjs.js",
  64. "module": "index.js",
  65. "name": "@xtuc/ieee754",
  66. "prepublish": "babel --plugins @babel/plugin-transform-modules-commonjs index.js -o dist/index.cjs.js",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/feross/ieee754.git"
  70. },
  71. "scripts": {
  72. "test": "standard && npm run test-node && npm run test-browser",
  73. "test-browser": "airtap -- test/*.js",
  74. "test-browser-local": "airtap --local -- test/*.js",
  75. "test-node": "tape test/*.js"
  76. },
  77. "version": "1.2.0"
  78. }