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/@xtuc/long/package.json

    rceaed42 r59329aa  
    11{
     2  "_args": [
     3    [
     4      "@xtuc/long@4.2.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@xtuc/long@4.2.2",
     10  "_id": "@xtuc/long@4.2.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
     13  "_location": "/@xtuc/long",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@xtuc/long@4.2.2",
    219    "name": "@xtuc/long",
    3     "version": "4.2.2",
    4     "author": "Daniel Wirtz <dcode@dcode.io>",
    5     "description": "A Long class for representing a 64-bit two's-complement integer value.",
    6     "main": "src/long.js",
    7     "repository": {
    8         "type": "git",
    9         "url": "https://github.com/dcodeIO/long.js.git"
    10     },
    11     "bugs": {
    12         "url": "https://github.com/dcodeIO/long.js/issues"
    13     },
    14     "keywords": [
    15         "math"
    16     ],
    17     "dependencies": {},
    18     "devDependencies": {
    19         "webpack": "^3.10.0"
    20     },
    21     "license": "Apache-2.0",
    22     "scripts": {
    23         "build": "webpack",
    24         "test": "node tests"
    25     },
    26     "files": [
    27         "index.js",
    28         "LICENSE",
    29         "README.md",
    30         "src/long.js",
    31         "dist/long.js",
    32         "dist/long.js.map",
    33         "index.d.ts"
    34     ],
    35     "types": "index.d.ts"
     20    "escapedName": "@xtuc%2flong",
     21    "scope": "@xtuc",
     22    "rawSpec": "4.2.2",
     23    "saveSpec": null,
     24    "fetchSpec": "4.2.2"
     25  },
     26  "_requiredBy": [
     27    "/@webassemblyjs/helper-numbers",
     28    "/@webassemblyjs/leb128",
     29    "/@webassemblyjs/wast-printer"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
     32  "_spec": "4.2.2",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "Daniel Wirtz",
     36    "email": "dcode@dcode.io"
     37  },
     38  "bugs": {
     39    "url": "https://github.com/dcodeIO/long.js/issues"
     40  },
     41  "dependencies": {},
     42  "description": "A Long class for representing a 64-bit two's-complement integer value.",
     43  "devDependencies": {
     44    "webpack": "^3.10.0"
     45  },
     46  "files": [
     47    "index.js",
     48    "LICENSE",
     49    "README.md",
     50    "src/long.js",
     51    "dist/long.js",
     52    "dist/long.js.map",
     53    "index.d.ts"
     54  ],
     55  "homepage": "https://github.com/dcodeIO/long.js#readme",
     56  "keywords": [
     57    "math"
     58  ],
     59  "license": "Apache-2.0",
     60  "main": "src/long.js",
     61  "name": "@xtuc/long",
     62  "repository": {
     63    "type": "git",
     64    "url": "git+https://github.com/dcodeIO/long.js.git"
     65  },
     66  "scripts": {
     67    "build": "webpack",
     68    "test": "node tests"
     69  },
     70  "types": "index.d.ts",
     71  "version": "4.2.2"
    3672}
Note: See TracChangeset for help on using the changeset viewer.