source: trip-planner-front/node_modules/@webassemblyjs/floating-point-hex-parser/package.json@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 709 bytes
Line 
1{
2 "name": "@webassemblyjs/floating-point-hex-parser",
3 "scripts": {
4 "build-fuzzer": "[ -f ./test/fuzzing/parse.out ] || gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall"
5 },
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/xtuc/webassemblyjs.git"
9 },
10 "publishConfig": {
11 "access": "public"
12 },
13 "version": "1.11.1",
14 "description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification",
15 "main": "lib/index.js",
16 "module": "esm/index.js",
17 "keywords": [
18 "webassembly",
19 "floating-point"
20 ],
21 "author": "Mauro Bringolf",
22 "license": "MIT",
23 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b"
24}
Note: See TracBrowser for help on using the repository browser.