-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage-lock.json
More file actions
28 lines (28 loc) · 945 Bytes
/
package-lock.json
File metadata and controls
28 lines (28 loc) · 945 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
{
"name": "halcyon-pebble",
"version": "1.6.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "halcyon-pebble",
"version": "1.6.0",
"dependencies": {
"pebble-clay": "^1.0.4",
"pebble-clay-preview-component": "^0.0.2"
}
},
"node_modules/pebble-clay": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/pebble-clay/-/pebble-clay-1.0.4.tgz",
"integrity": "sha512-/rXxmltdW8JyohDzXINdea+d2wnFJVNFiTXfuZsKpySURZSCFMMucX9sZPZvbHnEA4xFINM4iicyhBbvY4ALfw==",
"license": "MIT"
},
"node_modules/pebble-clay-preview-component": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/pebble-clay-preview-component/-/pebble-clay-preview-component-0.0.2.tgz",
"integrity": "sha512-niwPncW/Fpvts4/jmZwXtMu0CdFymjyoJWWLzzzhF71CWxRYwDuLqhGDltI6bzSRFiBmxWSfsy7jCV+dmyw3uw==",
"license": "MIT"
}
}
}