Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@webassemblyjs/floating-point-hex-parser/package.json

    rceaed42 r59329aa  
    11{
    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"
     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"
    525  },
    6   "repository": {
    7     "type": "git",
    8     "url": "https://github.com/xtuc/webassemblyjs.git"
     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"
    934  },
    10   "publishConfig": {
    11     "access": "public"
     35  "bugs": {
     36    "url": "https://github.com/xtuc/webassemblyjs/issues"
    1237  },
    13   "version": "1.11.1",
    1438  "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",
     39  "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b",
     40  "homepage": "https://github.com/xtuc/webassemblyjs#readme",
    1741  "keywords": [
    1842    "webassembly",
    1943    "floating-point"
    2044  ],
    21   "author": "Mauro Bringolf",
    2245  "license": "MIT",
    23   "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b"
     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"
    2460}
Note: See TracChangeset for help on using the changeset viewer.