-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
66 lines (66 loc) · 1.64 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
{
"name": "is-ten-thousand",
"version": "1.2.0",
"description": "is-thousand isn't 10x enough",
"main": "index.js",
"scripts": {
"test": "jest full.test.js",
"smoke": "jest smoke.test.js"
},
"author": "James Whiteley",
"repository": {
"type": "git",
"url": "git+https://github.com/james-work-account/is-ten-thousand.git"
},
"keywords": [
"original",
"is-ten-thousand",
"is-thousand",
"is-hundred",
"is-ten",
"beauty",
"grace"
],
"license": "WTFPL",
"bugs": {
"url": "https://github.com/james-work-account/is-ten-thousand/issues"
},
"homepage": "https://github.com/james-work-account/is-ten-thousand#readme",
"devDependencies": {
"jest": "^27.0.6"
},
"dependencies": {
"five": "^0.8.0",
"is-array": "^1.0.1",
"is-eq-four": "^1.1.0",
"is-is-odd": "^1.0.2",
"is-match": "^1.0.0",
"is-multiple-of-three-and-five": "^1.0.1",
"is-negative": "^2.1.0",
"is-node": "^1.0.2",
"is-not-negative": "^1.0.3",
"is-not-positive": "^1.0.0",
"is-not-thirteen": "0.0.1",
"is-npm": "^5.0.0",
"is-number": "^7.0.0",
"is-number-like": "^1.0.8",
"is-obj": "^2.0.0",
"is-object": "^1.0.2",
"is-odd": "^3.0.1",
"is-plain-obj": "^3.0.0",
"is-plain-object": "^5.0.0",
"is-positive": "^3.1.0",
"is-string": "^1.0.7",
"is-ten": "^0.1.0",
"is-thirteen": "^2.0.0",
"is-thousand": "0.0.2",
"is-zero": "^1.0.0",
"jquery": "^3.6.0",
"jquery-basic-arithmetic-plugin": "^1.1.0",
"left-pad": "^1.3.0",
"material-design-icons": "^3.0.1",
"owoifyx": "^1.0.3",
"right-pad": "^1.0.1",
"two": "^1.0.1"
}
}