-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "largest-number",
"version": "2.2.0",
"description": "finding the largest number in the array.",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Akshay Kumar",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8"
},
"dependencies": {
"ansi-styles": "^3.2.1",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-polyfill-corejs2": "^0.3.0",
"babel-plugin-polyfill-corejs3": "^0.5.0",
"babel-plugin-polyfill-regenerator": "^0.3.0",
"browserslist": "^4.19.1",
"call-bind": "^1.0.2",
"caniuse-lite": "^1.0.30001298",
"chalk": "^2.4.2",
"color-convert": "^1.9.3",
"color-name": "^1.1.3",
"convert-source-map": "^1.8.0",
"core-js-compat": "^3.20.2",
"debug": "^4.3.3",
"define-properties": "^1.1.3",
"electron-to-chromium": "^1.4.39",
"escalade": "^3.1.1",
"escape-string-regexp": "^1.0.5",
"esutils": "^2.0.3",
"function-bind": "^1.1.1",
"gensync": "^1.0.0-beta.2",
"get-intrinsic": "^1.1.1",
"globals": "^11.12.0",
"has": "^1.0.3",
"has-flag": "^3.0.0",
"has-symbols": "^1.0.2",
"is-core-module": "^2.8.1",
"js-tokens": "^4.0.0",
"jsesc": "^2.5.2",
"json5": "^2.2.0",
"lodash.debounce": "^4.0.8",
"minimist": "^1.2.5",
"ms": "^2.1.2",
"node-releases": "^2.0.1",
"object-keys": "^1.1.1",
"object.assign": "^4.1.2",
"path-parse": "^1.0.7",
"picocolors": "^1.0.0",
"regenerate": "^1.4.2",
"regenerate-unicode-properties": "^9.0.0",
"regenerator-runtime": "^0.13.9",
"regenerator-transform": "^0.14.5",
"regexpu-core": "^4.8.0",
"regjsgen": "^0.5.2",
"regjsparser": "^0.7.0",
"resolve": "^1.21.0",
"safe-buffer": "^5.1.2",
"semver": "^6.3.0",
"source-map": "^0.5.7",
"supports-color": "^5.5.0",
"supports-preserve-symlinks-flag": "^1.0.0",
"to-fast-properties": "^2.0.0",
"unicode-canonical-property-names-ecmascript": "^2.0.0",
"unicode-match-property-ecmascript": "^2.0.0",
"unicode-match-property-value-ecmascript": "^2.0.0",
"unicode-property-aliases-ecmascript": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akshayarise/largest-number.git"
},
"bugs": {
"url": "https://github.com/akshayarise/largest-number/issues"
},
"homepage": "https://github.com/akshayarise/largest-number#readme"
}