1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
| {
| "name": "@webassemblyjs/floating-point-hex-parser",
| "scripts": {
| "build-fuzzer": "[ -f ./test/fuzzing/parse.out ] || gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall"
| },
| "repository": {
| "type": "git",
| "url": "https://github.com/xtuc/webassemblyjs.git"
| },
| "publishConfig": {
| "access": "public"
| },
| "version": "1.9.0",
| "description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification",
| "main": "lib/index.js",
| "module": "esm/index.js",
| "keywords": [
| "webassembly",
| "floating-point"
| ],
| "author": "Mauro Bringolf",
| "license": "MIT",
| "gitHead": "0440b420888c1f7701eb9762ec657775506b87d8"
|
| ,"_resolved": "https://registry.npmmirror.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz"
| ,"_integrity": "sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA=="
| ,"_from": "@webassemblyjs/floating-point-hex-parser@1.9.0"
| }
|
|