Apply module bundling
[platform/framework/web/wrtjs.git] / node_modules / @webassemblyjs / floating-point-hex-parser / package.json
1 {
2   "_from": "@webassemblyjs/floating-point-hex-parser@1.11.1",
3   "_id": "@webassemblyjs/floating-point-hex-parser@1.11.1",
4   "_inBundle": false,
5   "_integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==",
6   "_location": "/@webassemblyjs/floating-point-hex-parser",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "@webassemblyjs/floating-point-hex-parser@1.11.1",
12     "name": "@webassemblyjs/floating-point-hex-parser",
13     "escapedName": "@webassemblyjs%2ffloating-point-hex-parser",
14     "scope": "@webassemblyjs",
15     "rawSpec": "1.11.1",
16     "saveSpec": null,
17     "fetchSpec": "1.11.1"
18   },
19   "_requiredBy": [
20     "/@webassemblyjs/helper-numbers"
21   ],
22   "_resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz",
23   "_shasum": "f6c61a705f0fd7a6aecaa4e8198f23d9dc179e4f",
24   "_spec": "@webassemblyjs/floating-point-hex-parser@1.11.1",
25   "_where": "/home/bluesaga/sources/tizen/wrtjs/node_modules/@webassemblyjs/helper-numbers",
26   "author": {
27     "name": "Mauro Bringolf"
28   },
29   "bugs": {
30     "url": "https://github.com/xtuc/webassemblyjs/issues"
31   },
32   "bundleDependencies": false,
33   "deprecated": false,
34   "description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification",
35   "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b",
36   "homepage": "https://github.com/xtuc/webassemblyjs#readme",
37   "keywords": [
38     "webassembly",
39     "floating-point"
40   ],
41   "license": "MIT",
42   "main": "lib/index.js",
43   "module": "esm/index.js",
44   "name": "@webassemblyjs/floating-point-hex-parser",
45   "publishConfig": {
46     "access": "public"
47   },
48   "repository": {
49     "type": "git",
50     "url": "git+https://github.com/xtuc/webassemblyjs.git"
51   },
52   "scripts": {
53     "build-fuzzer": "[ -f ./test/fuzzing/parse.out ] || gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall"
54   },
55   "version": "1.11.1"
56 }