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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
| {
| "_args": [
| [
| "@webassemblyjs/floating-point-hex-parser@1.9.0",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "@webassemblyjs/floating-point-hex-parser@1.9.0",
| "_id": "@webassemblyjs/floating-point-hex-parser@1.9.0",
| "_inBundle": false,
| "_integrity": "sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==",
| "_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.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz",
| "_spec": "1.9.0",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Mauro Bringolf"
| },
| "bugs": {
| "url": "https://github.com/xtuc/webassemblyjs/issues"
| },
| "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"
| }
|
|