57 lines
2.1 KiB
JSON
57 lines
2.1 KiB
JSON
{
|
|
"_from": "@webassemblyjs/floating-point-hex-parser@1.9.0",
|
|
"_id": "@webassemblyjs/floating-point-hex-parser@1.9.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-PD07Jxvd/ITesA9xNEQ4MR1S/7Q=",
|
|
"_location": "/@webassemblyjs/floating-point-hex-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@webassemblyjs/floating-point-hex-parser@1.9.0",
|
|
"name": "@webassemblyjs/floating-point-hex-parser",
|
|
"escapedName": "@webassemblyjs%2ffloating-point-hex-parser",
|
|
"scope": "@webassemblyjs",
|
|
"rawSpec": "1.9.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.9.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@webassemblyjs/wast-parser"
|
|
],
|
|
"_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=1610041307537&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",
|
|
"_shasum": "3c3d3b271bddfc84deb00f71344438311d52ffb4",
|
|
"_spec": "@webassemblyjs/floating-point-hex-parser@1.9.0",
|
|
"_where": "E:\\GreateCommunity\\node_modules\\@webassemblyjs\\wast-parser",
|
|
"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": "0440b420888c1f7701eb9762ec657775506b87d8",
|
|
"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.9.0"
|
|
}
|