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.
 
 
 

106 lines
3.9 KiB

{
"_args": [
[
"@xtuc/ieee754@^1.2.0",
"/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/@webassemblyjs/ieee754"
]
],
"_from": "@xtuc/ieee754@>=1.2.0 <2.0.0",
"_id": "@xtuc/ieee754@1.2.0",
"_inCache": true,
"_installable": true,
"_location": "/@xtuc/ieee754",
"_nodeVersion": "9.3.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/ieee754_1.2.0_1532016645902_0.15972107691013826"
},
"_npmUser": {
"email": "contact@xtuc.fr",
"name": "xtuc"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"name": "@xtuc/ieee754",
"raw": "@xtuc/ieee754@^1.2.0",
"rawSpec": "^1.2.0",
"scope": "@xtuc",
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/@webassemblyjs/ieee754"
],
"_resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
"_shasum": "eef014a3145ae477a1cbc00cd1e552336dceb790",
"_shrinkwrap": null,
"_spec": "@xtuc/ieee754@^1.2.0",
"_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/@webassemblyjs/ieee754",
"author": {
"email": "feross@feross.org",
"name": "Feross Aboukhadijeh",
"url": "http://feross.org"
},
"bugs": {
"url": "https://github.com/feross/ieee754/issues"
},
"contributors": [
{
"name": "Romain Beauxis",
"email": "toots@rastageeks.org"
}
],
"dependencies": {},
"description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object",
"devDependencies": {
"@babel/cli": "^7.0.0-beta.54",
"@babel/core": "^7.0.0-beta.54",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.54",
"airtap": "0.0.7",
"standard": "*",
"tape": "^4.0.0"
},
"directories": {},
"dist": {
"fileCount": 6,
"integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbULgFCRA9TVsSAnZWagAAQ6EP/0DW0e9dCD8Uwlo0JKN2\ngcsushPj1QAdnlsL2jIyWDs0h6WKRVEct2Bx28Go9LC3MYLd8RjxhhnrsQ5N\nYQcgqgJ1peuN2IvE+veSd098RryELJJ1T82r6TgOqkg133l/K5P6Rjqkl8Sa\n9Qxu5E5egW6e2d7dNSUnl4Po/NxogwWmCzxHR3hmWYvLug64tzJpGp8mYtsp\n4lCXAMIHrHEb8FS667QQXv8iTCNHNUXqiulyejqlDwuREGWsCNP+owvAU9zc\nJOH0ULQiUAs2bMBok/Zeis7Ro8fuUKx0PhfRshcu3Bwt3cvtb36Ryl/SwGoG\ndE5P3Q6oFGbQgMUqcSe0m/4lTHnD3/VJqDxVYt9pV+38RH8oF0lF4sQU76kw\nCjr9OtuTHKh4w58up6Hywn41bHDiad+3V5aQMOjMhQyoeeiFej6YmTKbzShj\n1AveVvs/2PQXICiPMiiWgmMd2lW8UEfP9jyWIb0yIMYnT0nyE4oBb5np2WA6\nhcWI17VaB5TBpltw0i7ClplLbGBXViT6lmxcxhQ+SmkD7lkUDWYXmCP+a0MB\nXWT/X6VVrhvT8Fit3Ii/x7+Fhl/q8hlMDsbrzilNs9PDGxujDpxuQGkA00Gl\nNC3PgVDAAIFpv35EpQJoxuseKLihErLnFa2eyTnSMVZMeNWjLCOuLAddt+Ab\n8yPF\r\n=mxnY\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "eef014a3145ae477a1cbc00cd1e552336dceb790",
"tarball": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
"unpackedSize": 8575
},
"gitHead": "25da4f98d46eb47072792e23adfd92d02c16c6d7",
"homepage": "https://github.com/feross/ieee754#readme",
"keywords": [
"IEEE 754",
"buffer",
"convert",
"floating point",
"ieee754"
],
"license": "BSD-3-Clause",
"main": "dist/index.cjs.js",
"maintainers": [
{
"name": "xtuc",
"email": "contact@xtuc.fr"
}
],
"module": "index.js",
"name": "@xtuc/ieee754",
"optionalDependencies": {},
"prepublish": "babel --plugins @babel/plugin-transform-modules-commonjs index.js -o dist/index.cjs.js",
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/feross/ieee754.git"
},
"scripts": {
"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "airtap -- test/*.js",
"test-browser-local": "airtap --local -- test/*.js",
"test-node": "tape test/*.js"
},
"version": "1.2.0"
}