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/wasm-parser/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@webassemblyjs/wasm-parser",
    3   "version": "1.11.1",
    4   "keywords": [
    5     "webassembly",
    6     "javascript",
    7     "ast",
    8     "parser",
    9     "wasm"
     2  "_args": [
     3    [
     4      "@webassemblyjs/wasm-parser@1.11.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "description": "WebAssembly binary format parser",
    12   "main": "lib/index.js",
    13   "module": "esm/index.js",
    14   "scripts": {
    15     "test": "mocha"
     8  "_development": true,
     9  "_from": "@webassemblyjs/wasm-parser@1.11.1",
     10  "_id": "@webassemblyjs/wasm-parser@1.11.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==",
     13  "_location": "/@webassemblyjs/wasm-parser",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@webassemblyjs/wasm-parser@1.11.1",
     19    "name": "@webassemblyjs/wasm-parser",
     20    "escapedName": "@webassemblyjs%2fwasm-parser",
     21    "scope": "@webassemblyjs",
     22    "rawSpec": "1.11.1",
     23    "saveSpec": null,
     24    "fetchSpec": "1.11.1"
    1625  },
    17   "author": "Sven Sauleau",
    18   "license": "MIT",
     26  "_requiredBy": [
     27    "/@webassemblyjs/wasm-edit",
     28    "/@webassemblyjs/wasm-opt",
     29    "/webpack"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz",
     32  "_spec": "1.11.1",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "Sven Sauleau"
     36  },
     37  "bugs": {
     38    "url": "https://github.com/xtuc/webassemblyjs/issues"
     39  },
    1940  "dependencies": {
    2041    "@webassemblyjs/ast": "1.11.1",
     
    2546    "@webassemblyjs/utf8": "1.11.1"
    2647  },
    27   "repository": {
    28     "type": "git",
    29     "url": "https://github.com/xtuc/webassemblyjs.git"
    30   },
    31   "publishConfig": {
    32     "access": "public"
    33   },
     48  "description": "WebAssembly binary format parser",
    3449  "devDependencies": {
    3550    "@webassemblyjs/helper-buffer": "1.11.1",
     
    4156    "wabt": "1.0.12"
    4257  },
    43   "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b"
     58  "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b",
     59  "homepage": "https://github.com/xtuc/webassemblyjs#readme",
     60  "keywords": [
     61    "webassembly",
     62    "javascript",
     63    "ast",
     64    "parser",
     65    "wasm"
     66  ],
     67  "license": "MIT",
     68  "main": "lib/index.js",
     69  "module": "esm/index.js",
     70  "name": "@webassemblyjs/wasm-parser",
     71  "publishConfig": {
     72    "access": "public"
     73  },
     74  "repository": {
     75    "type": "git",
     76    "url": "git+https://github.com/xtuc/webassemblyjs.git"
     77  },
     78  "scripts": {
     79    "test": "mocha"
     80  },
     81  "version": "1.11.1"
    4482}
Note: See TracChangeset for help on using the changeset viewer.