-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
29 lines (29 loc) · 824 Bytes
/
package-lock.json
File metadata and controls
29 lines (29 loc) · 824 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
{
"name": "@mowses/observercore",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@mowses/observercore",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@mowses/Events": "github:mowses/Events",
"@mowses/ObjDiff": "github:mowses/ObjDiff"
}
},
"node_modules/@mowses/Events": {
"name": "@mowses/events",
"version": "1.0.0",
"resolved": "git+ssh://git@github.com/mowses/Events.git#2f242165c72e0363d1dc71bbe202159d80585b04",
"license": "ISC"
},
"node_modules/@mowses/ObjDiff": {
"name": "@mowses/objdiff",
"version": "1.0.0",
"resolved": "git+ssh://git@github.com/mowses/ObjDiff.git#58e950833ba68748e03e801890e5b0dde9f0b3ad",
"license": "ISC"
}
}
}