source: trip-planner-front/node_modules/big.js/package.json@ 84d0fbb

Last change on this file since 84d0fbb was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
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 },
44 "description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
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",
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 ],
68 "license": "MIT",
69 "main": "big",
70 "module": "big.mjs",
71 "name": "big.js",
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/MikeMcl/big.js.git"
75 },
76 "scripts": {
77 "build": "uglifyjs big.js --source-map -c -m -o big.min.js",
78 "test": "node ./test/every-test.js"
79 },
80 "version": "5.2.2"
81}
Note: See TracBrowser for help on using the repository browser.