-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.2 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
{
"name": "2",
"version": "3.0.0",
"description": "The Type Conversion Library. Numbers, Strings, Arrays, Maps, Objects, and Iterators.",
"keywords": [
"type",
"convert",
"conversion",
"to",
"array",
"iterator",
"map",
"number",
"int",
"integer",
"float",
"object",
"string"
],
"author": {
"name": "Fr. John Lamansky",
"url": "lamansky.com"
},
"license": "MIT",
"homepage": "https://github.com/lamansky/2",
"repository": "lamansky/2",
"main": "index.js",
"engines": {
"node": ">=8.3.0"
},
"dependencies": {
"@lamansky/every": "^1.0.0",
"add-counter": "^1.0.0",
"empty-iterator": "^1.0.0",
"is-array-of-length": "^1.0.0",
"is-instance-of": "^1.0.2",
"is-iterable": "^1.1.1",
"is-nil": "^1.0.1",
"is-object": "^1.0.1",
"map-iter": "^1.0.0",
"new-object": "^4.0.0",
"otherwise": "^2.0.0",
"parser-factory": "^1.1.0",
"round-to": "^4.0.0",
"sbo": "^1.1.0"
},
"devDependencies": {
"eslint-config-lamansky": "^2.0.0",
"mocha": "^6.2.2"
},
"scripts": {
"test": "mocha"
},
"eslintConfig": {
"extends": "lamansky",
"env": {
"mocha": true
}
}
}