-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 983 Bytes
/
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
{
"name": "dffrnt.utils",
"version": "4.0.5",
"description": "A collection of useful API Utilities & PolyFills",
"keywords": [
"utility-library",
"utilities",
"polyfil",
"dffrnt"
],
"author": {
"name": "Arian Johnson",
"email": "arian.johnson@icloud.com",
"url": "https://github.com/LeShaunJ"
},
"homepage": "https://dffr-nt.github.io/dffrnt.api/modules/_dffrnt_utils_",
"repository": {
"type": "git",
"url": "https://github.com/DFFR-NT/dffrnt.utils.git"
},
"bugs": {
"url": "https://github.com/DFFR-NT/dffrnt.utils/issues"
},
"main": "lib/utils.js",
"types": "lib/utils.d.ts",
"engines" : { "node" : ">=8.94 <10.16.3" },
"license": "MIT",
"dependencies": {
"app-root-path": "2.0.1",
"colors": "1.2.1",
"harmony-reflect": "1.6.0",
"immutable": "3.8.2",
"immutablediff": "0.4.4",
"longjohn": "0.2.12",
"moment": "2.22.2",
"moment-timezone": "0.5.21",
"object-assign": "4.1.1",
"strftime": "0.9.2",
"tzdata": "1.0.11"
}
}