-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 904 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 904 Bytes
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
{
"name": "@resolve-es/valueof",
"version": "1.0.3",
"description": "valueOf",
"keywords": [
"mit",
"javascript",
"ecmascript",
"node",
"npm",
"valueOf",
"10xly"
],
"homepage": "https://github.com/10xly/valueOf#readme",
"bugs": {
"url": "https://github.com/10xly/valueOf/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/10xly/valueOf.git"
},
"license": "MIT",
"author": "fox",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"attempt-statement": "1.2.1",
"false-value": "^2.0.6",
"function.prototype.exec": "^1.0.0",
"is-falsey-x": "^1.0.3",
"n0p3-es2015-cjs": "^1.0.1",
"noop-enterprise": "^1.0.0",
"to-boolean-x": "^1.0.3",
"true-value": "^3.0.0"
},
"devDependencies": {
"chai": "^6.2.2",
"mocha": "^11.7.5"
}
}