Last change
on this file since 76712b2 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
1.9 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
[59329aa] | 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 | },
|
---|
[6a3a178] | 44 | "description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
|
---|
[59329aa] | 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",
|
---|
[6a3a178] | 54 | "keywords": [
|
---|
| 55 | "arbitrary",
|
---|
| 56 | "precision",
|
---|
| 57 | "arithmetic",
|
---|
| 58 | "big",
|
---|
| 59 | "number",
|
---|
| 60 | "decimal",
|
---|
| 61 | "float",
|
---|
| 62 | "biginteger",
|
---|
| 63 | "bigdecimal",
|
---|
| 64 | "bignumber",
|
---|
| 65 | "bigint",
|
---|
| 66 | "bignum"
|
---|
| 67 | ],
|
---|
[59329aa] | 68 | "license": "MIT",
|
---|
[6a3a178] | 69 | "main": "big",
|
---|
| 70 | "module": "big.mjs",
|
---|
[59329aa] | 71 | "name": "big.js",
|
---|
| 72 | "repository": {
|
---|
| 73 | "type": "git",
|
---|
| 74 | "url": "git+https://github.com/MikeMcl/big.js.git"
|
---|
[6a3a178] | 75 | },
|
---|
| 76 | "scripts": {
|
---|
[59329aa] | 77 | "build": "uglifyjs big.js --source-map -c -m -o big.min.js",
|
---|
| 78 | "test": "node ./test/every-test.js"
|
---|
[6a3a178] | 79 | },
|
---|
[59329aa] | 80 | "version": "5.2.2"
|
---|
| 81 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.