my-idlers/node_modules/@webassemblyjs/floating-point-hex-parser/package.json
cp6 fd22b0bf58 V2 (Laravel re-make)
V2 (Laravel re-make)
2022-03-06 02:02:12 +11:00

57 lines
2.0 KiB
JSON

{
"_from": "@webassemblyjs/floating-point-hex-parser@1.11.1",
"_id": "@webassemblyjs/floating-point-hex-parser@1.11.1",
"_inBundle": false,
"_integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==",
"_location": "/@webassemblyjs/floating-point-hex-parser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@webassemblyjs/floating-point-hex-parser@1.11.1",
"name": "@webassemblyjs/floating-point-hex-parser",
"escapedName": "@webassemblyjs%2ffloating-point-hex-parser",
"scope": "@webassemblyjs",
"rawSpec": "1.11.1",
"saveSpec": null,
"fetchSpec": "1.11.1"
},
"_requiredBy": [
"/@webassemblyjs/helper-numbers"
],
"_resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz",
"_shasum": "f6c61a705f0fd7a6aecaa4e8198f23d9dc179e4f",
"_spec": "@webassemblyjs/floating-point-hex-parser@1.11.1",
"_where": "C:\\laragon\\www\\idlers\\node_modules\\@webassemblyjs\\helper-numbers",
"author": {
"name": "Mauro Bringolf"
},
"bugs": {
"url": "https://github.com/xtuc/webassemblyjs/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification",
"gitHead": "3f07e2db2031afe0ce686630418c542938c1674b",
"homepage": "https://github.com/xtuc/webassemblyjs#readme",
"keywords": [
"webassembly",
"floating-point"
],
"license": "MIT",
"main": "lib/index.js",
"module": "esm/index.js",
"name": "@webassemblyjs/floating-point-hex-parser",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xtuc/webassemblyjs.git"
},
"scripts": {
"build-fuzzer": "[ -f ./test/fuzzing/parse.out ] || gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall"
},
"version": "1.11.1"
}