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/big.js/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "big.js",
     2  "_args": [
     3    [
     4      "big.js@5.2.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "big.js@5.2.2",
     10  "_id": "big.js@5.2.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
     13  "_location": "/big.js",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "big.js@5.2.2",
     19    "name": "big.js",
     20    "escapedName": "big.js",
     21    "rawSpec": "5.2.2",
     22    "saveSpec": null,
     23    "fetchSpec": "5.2.2"
     24  },
     25  "_requiredBy": [
     26    "/babel-loader/loader-utils",
     27    "/loader-utils"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
     30  "_spec": "5.2.2",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Michael Mclaughlin",
     34    "email": "M8ch88l@gmail.com"
     35  },
     36  "browser": "big.js",
     37  "bugs": {
     38    "url": "https://github.com/MikeMcl/big.js/issues"
     39  },
     40  "collective": {
     41    "type": "opencollective",
     42    "url": "https://opencollective.com/bigjs"
     43  },
    344  "description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
    4   "version": "5.2.2",
     45  "engines": {
     46    "node": "*"
     47  },
     48  "files": [
     49    "big.js",
     50    "big.mjs",
     51    "big.min.js"
     52  ],
     53  "homepage": "https://github.com/MikeMcl/big.js#readme",
    554  "keywords": [
    655    "arbitrary",
     
    1766    "bignum"
    1867  ],
     68  "license": "MIT",
     69  "main": "big",
     70  "module": "big.mjs",
     71  "name": "big.js",
    1972  "repository": {
    2073    "type": "git",
    21     "url": "https://github.com/MikeMcl/big.js.git"
     74    "url": "git+https://github.com/MikeMcl/big.js.git"
    2275  },
    23   "main": "big",
    24   "browser": "big.js",
    25   "module": "big.mjs",
    26   "author": {
    27     "name": "Michael Mclaughlin",
    28     "email": "M8ch88l@gmail.com"
     76  "scripts": {
     77    "build": "uglifyjs big.js --source-map -c -m -o big.min.js",
     78    "test": "node ./test/every-test.js"
    2979  },
    30   "bugs": {
    31     "url": "https://github.com/MikeMcl/big.js/issues"
    32   },
    33   "engines": {
    34     "node": "*"
    35   },
    36   "license": "MIT",
    37   "scripts": {
    38     "test": "node ./test/every-test.js",
    39     "build": "uglifyjs big.js --source-map -c -m -o big.min.js"
    40   },
    41   "files": [
    42     "big.js",
    43     "big.mjs",
    44     "big.min.js"
    45   ],
    46   "collective": {
    47     "type": "opencollective",
    48     "url": "https://opencollective.com/bigjs"
    49   }
     80  "version": "5.2.2"
    5081}
Note: See TracChangeset for help on using the changeset viewer.