WIP - add extractor, generate snippet_data
This commit is contained in:
56
node_modules/@webassemblyjs/floating-point-hex-parser/package.json
generated
vendored
Normal file
56
node_modules/@webassemblyjs/floating-point-hex-parser/package.json
generated
vendored
Normal file
@ -0,0 +1,56 @@
|
||||
{
|
||||
"_from": "@webassemblyjs/floating-point-hex-parser@1.7.11",
|
||||
"_id": "@webassemblyjs/floating-point-hex-parser@1.7.11",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-zY8dSNyYcgzNRNT666/zOoAyImshm3ycKdoLsyDw/Bwo6+/uktb7p4xyApuef1dwEBo/U/SYQzbGBvV+nru2Xg==",
|
||||
"_location": "/@webassemblyjs/floating-point-hex-parser",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@webassemblyjs/floating-point-hex-parser@1.7.11",
|
||||
"name": "@webassemblyjs/floating-point-hex-parser",
|
||||
"escapedName": "@webassemblyjs%2ffloating-point-hex-parser",
|
||||
"scope": "@webassemblyjs",
|
||||
"rawSpec": "1.7.11",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.7.11"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@webassemblyjs/wast-parser"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.7.11.tgz",
|
||||
"_shasum": "a69f0af6502eb9a3c045555b1a6129d3d3f2e313",
|
||||
"_spec": "@webassemblyjs/floating-point-hex-parser@1.7.11",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/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": "4291990bfc4648bc6676091a955d12dc3c7e5909",
|
||||
"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.7.11"
|
||||
}
|
||||
Reference in New Issue
Block a user