-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
46 lines (46 loc) · 1.46 KB
/
package-lock.json
File metadata and controls
46 lines (46 loc) · 1.46 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
46
{
"name": "pojs",
"version": "0.8.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pojs",
"version": "0.8.2",
"license": "MIT",
"peerDependencies": {
"lean-wrap": "0.x",
"pico-common": "0.x"
}
},
"node_modules/lean-wrap": {
"version": "0.3.6",
"resolved": "https://registry.npmjs.org/lean-wrap/-/lean-wrap-0.3.6.tgz",
"integrity": "sha512-+XDrbHTZPwBtXjAoPSb6uliAgQr0uoppcTb+qSrsWE5AbQaFXGvHjr31fgLjEzMX0ThjnZ3od8bttVy7DI+UGw==",
"peer": true
},
"node_modules/pico-common": {
"version": "0.14.23",
"resolved": "https://registry.npmjs.org/pico-common/-/pico-common-0.14.23.tgz",
"integrity": "sha512-BT5A82AeEGExSGG3WybsJhipqAlkemtzvi99aPC5WkO9Z4uWQ6mNVl/fRNTK5MgSQ6iCOO3d4FPgd7uhOT0whw==",
"peer": true,
"bin": {
"pico-common-build": "concat.js"
}
}
},
"dependencies": {
"lean-wrap": {
"version": "0.3.6",
"resolved": "https://registry.npmjs.org/lean-wrap/-/lean-wrap-0.3.6.tgz",
"integrity": "sha512-+XDrbHTZPwBtXjAoPSb6uliAgQr0uoppcTb+qSrsWE5AbQaFXGvHjr31fgLjEzMX0ThjnZ3od8bttVy7DI+UGw==",
"peer": true
},
"pico-common": {
"version": "0.14.23",
"resolved": "https://registry.npmjs.org/pico-common/-/pico-common-0.14.23.tgz",
"integrity": "sha512-BT5A82AeEGExSGG3WybsJhipqAlkemtzvi99aPC5WkO9Z4uWQ6mNVl/fRNTK5MgSQ6iCOO3d4FPgd7uhOT0whw==",
"peer": true
}
}
}