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.

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "ieee754@^1.1.4",
  3. "_id": "ieee754@1.1.13",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==",
  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. ],
  21. "_resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz",
  22. "_shasum": "ec168558e95aa181fd87d37f55c32bbcb6708b84",
  23. "_spec": "ieee754@^1.1.4",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\buffer",
  25. "author": {
  26. "name": "Feross Aboukhadijeh",
  27. "email": "feross@feross.org",
  28. "url": "http://feross.org"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/feross/ieee754/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Romain Beauxis",
  37. "email": "toots@rastageeks.org"
  38. }
  39. ],
  40. "deprecated": false,
  41. "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object",
  42. "devDependencies": {
  43. "airtap": "0.1.0",
  44. "standard": "*",
  45. "tape": "^4.0.0"
  46. },
  47. "homepage": "https://github.com/feross/ieee754#readme",
  48. "keywords": [
  49. "IEEE 754",
  50. "buffer",
  51. "convert",
  52. "floating point",
  53. "ieee754"
  54. ],
  55. "license": "BSD-3-Clause",
  56. "main": "index.js",
  57. "name": "ieee754",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/feross/ieee754.git"
  61. },
  62. "scripts": {
  63. "test": "standard && npm run test-node && npm run test-browser",
  64. "test-browser": "airtap -- test/*.js",
  65. "test-browser-local": "airtap --local -- test/*.js",
  66. "test-node": "tape test/*.js"
  67. },
  68. "version": "1.1.13"
  69. }