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

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

adding photos

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
2 "_args": [
3 [
4 "@webassemblyjs/floating-point-hex-parser@1.11.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@webassemblyjs/floating-point-hex-parser@1.11.1",
10 "_id": "@webassemblyjs/floating-point-hex-parser@1.11.1",
11 "_inBundle": false,
12 "_integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==",
13 "_location": "/@webassemblyjs/floating-point-hex-parser",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@webassemblyjs/floating-point-hex-parser@1.11.1",
19 "name": "@webassemblyjs/floating-point-hex-parser",
20 "escapedName": "@webassemblyjs%2ffloating-point-hex-parser",
21 "scope": "@webassemblyjs",
22 "rawSpec": "1.11.1",
23 "saveSpec": null,
24 "fetchSpec": "1.11.1"
25 },
26 "_requiredBy": [
27 "/@webassemblyjs/helper-numbers"
28 ],
29 "_resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz",
30 "_spec": "1.11.1",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Mauro Bringolf"
34 },
35 "bugs": {
36 "url": "https://github.com/xtuc/webassemblyjs/issues"
37 },
38 "description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification",
39 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b",
40 "homepage": "https://github.com/xtuc/webassemblyjs#readme",
41 "keywords": [
42 "webassembly",
43 "floating-point"
44 ],
45 "license": "MIT",
46 "main": "lib/index.js",
47 "module": "esm/index.js",
48 "name": "@webassemblyjs/floating-point-hex-parser",
49 "publishConfig": {
50 "access": "public"
51 },
52 "repository": {
53 "type": "git",
54 "url": "git+https://github.com/xtuc/webassemblyjs.git"
55 },
56 "scripts": {
57 "build-fuzzer": "[ -f ./test/fuzzing/parse.out ] || gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall"
58 },
59 "version": "1.11.1"
60}
Note: See TracBrowser for help on using the repository browser.