-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.06 KB
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
{
"name": "construct-new",
"version": "2.0.11",
"description": "Like the new operator, but a function.",
"main": "index.js",
"scripts": {},
"keywords": [
"instance",
"of",
"intrinsic",
"get",
"cache",
"ecmascript",
"javascript",
"is"
],
"author": "tj-commits",
"license": "MIT",
"dependencies": {
"@10xly/strict-equals": "1.0.0",
"construct-new-second": "^1.0.1",
"es-intrinsic-cache": "^1.0.4",
"es-logical-and-operator": "^1.0.0",
"es-logical-not-operator": "^1.0.0",
"identity-function": "^1.0.0",
"immediate-error": "6.4.2",
"is-arguments": "^1.1.1",
"is-constructable": "^1.0.0",
"is-es2015": "^0.1.6",
"is-function": "^1.0.2",
"is-nil": "^1.0.1",
"isarray": "^2.0.5",
"lodash.stubarray": "^4.13.0",
"node-call.next": "^1.0.1",
"noop6": "^1.0.9",
"true-value": "^3.0.3"
},
"devDependencies": {
"@types/node": "^22.5.5"
},
"repository": {
"type": "git",
"url": "https://github.com/10xEngineersQualityProgramming/construct-new.git"
}
}