| 123456789101112131415161718192021222324252627 |
- {
- "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",
- "__npminstall_done": "Thu Dec 24 2020 20:20:57 GMT+0800 (CST)",
- "_from": "@webassemblyjs/floating-point-hex-parser@1.9.0",
- "_resolved": "https://registry.npm.taobao.org/@webassemblyjs/floating-point-hex-parser/download/@webassemblyjs/floating-point-hex-parser-1.9.0.tgz?cache=0&sync_timestamp=1601756324511&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40webassemblyjs%2Ffloating-point-hex-parser%2Fdownload%2F%40webassemblyjs%2Ffloating-point-hex-parser-1.9.0.tgz"
- }
|