-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage-lock.json
More file actions
35 lines (35 loc) · 1013 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
35 lines (35 loc) · 1013 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
{
"name": "PS-Script",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"photoshop.d.ts": "^1.0.0"
},
"devDependencies": {
"typescript": "^4.9.5"
}
},
"node_modules/photoshop.d.ts": {
"version": "1.0.0",
"resolved": "https://registry.npmmirror.com/photoshop.d.ts/-/photoshop.d.ts-1.0.0.tgz",
"integrity": "sha512-bNJdjg+4ZFoxHh3ZVz1PY8Gi7r/2Xa597EsJS/ZzZCXyebvYQWNWhLuP/2iwjOf148NH7X5AF5mqrhTFxBxwoQ==",
"license": "BSD-2-Clause"
},
"node_modules/typescript": {
"version": "4.9.5",
"resolved": "https://registry.npmmirror.com/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
}
}
}