| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "ieee754@^1.1.13", |
| 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.13", |
| 12 | "name": "ieee754", |
| 13 | "escapedName": "ieee754", |
| 14 | "rawSpec": "^1.1.13", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^1.1.13" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/buffer" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", |
| 22 | "_shasum": "8eb7a10a63fff25d15a57b001586d177d1b0d352", |
| 23 | "_spec": "ieee754@^1.1.13", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\buffer", |
| 25 | "author": { |
| 26 | "name": "Feross Aboukhadijeh", |
| 27 | "email": "feross@feross.org", |
| 28 | "url": "https://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": "^3.0.0", |
| 44 | "standard": "*", |
| 45 | "tape": "^5.0.1" |
| 46 | }, |
| 47 | "funding": [ |
| 48 | { |
| 49 | "type": "github", |
| 50 | "url": "https://github.com/sponsors/feross" |
| 51 | }, |
| 52 | { |
| 53 | "type": "patreon", |
| 54 | "url": "https://www.patreon.com/feross" |
| 55 | }, |
| 56 | { |
| 57 | "type": "consulting", |
| 58 | "url": "https://feross.org/support" |
| 59 | } |
| 60 | ], |
| 61 | "homepage": "https://github.com/feross/ieee754#readme", |
| 62 | "keywords": [ |
| 63 | "IEEE 754", |
| 64 | "buffer", |
| 65 | "convert", |
| 66 | "floating point", |
| 67 | "ieee754" |
| 68 | ], |
| 69 | "license": "BSD-3-Clause", |
| 70 | "main": "index.js", |
| 71 | "name": "ieee754", |
| 72 | "repository": { |
| 73 | "type": "git", |
| 74 | "url": "git://github.com/feross/ieee754.git" |
| 75 | }, |
| 76 | "scripts": { |
| 77 | "test": "standard && npm run test-node && npm run test-browser", |
| 78 | "test-browser": "airtap -- test/*.js", |
| 79 | "test-browser-local": "airtap --local -- test/*.js", |
| 80 | "test-node": "tape test/*.js" |
| 81 | }, |
| 82 | "types": "index.d.ts", |
| 83 | "version": "1.2.1" |
| 84 | } |