-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
33 lines (33 loc) · 847 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
33 lines (33 loc) · 847 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
{
"name": "extensions",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"devDependencies": {
"@mapeditor/tiled-api": "^1.11.0"
}
},
"node_modules/@mapeditor/tiled-api": {
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/@mapeditor/tiled-api/-/tiled-api-1.11.0.tgz",
"integrity": "sha512-cE+11MlCDfVKn0uDgYqdPlqyJ13o2pEKKI7WqN/MV8drvnTTibG4DGeCr009u9WJI8qvovVkDtshC9ko8UDOAA==",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/bjorn"
},
{
"type": "opencollective",
"url": "https://opencollective.com/tiled"
},
{
"type": "patreon",
"url": "https://patreon.com/bjorn"
}
],
"license": "MIT"
}
}
}