-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 806 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 806 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
{
"name": "internal-prop",
"version": "4.0.9",
"description": "Gives access to native objects internal properties, such as proxy's [[Target]] and [[Handler]]",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"save": "npm run build & npm publish"
},
"keywords": [
"internal",
"native",
"proxy",
"jsproxy",
"target",
"[[Target]]",
"handler",
"[[Handler]]",
"promise",
"resonse",
"[[PromiseResponse]]",
"status",
"[[PromiseState]]",
"private",
"private fields",
"private properties"
],
"repository": {
"type": "git",
"url": "https://github.com/AFatNiBBa/internal-prop"
},
"author": "AFatNiBBa",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.2.5",
"typescript": "^5.4.5"
}
}