-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
40 lines (40 loc) · 1.53 KB
/
package-lock.json
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
{
"name": "cookie-counter",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"fs-web": "^1.0.1"
}
},
"node_modules/fs-web": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/fs-web/-/fs-web-1.0.1.tgz",
"integrity": "sha512-PUVyPo4SUkGGF3IxFAlzFMCsBi9g9tiRaruN7Bqqy/JHGxCPcX9FiW3w9EnQSG5j/vy3aG+vXJWxaxY2SI4wig==",
"dependencies": {
"path": "git://github.com/component/path.git#7b4f23c38833a5232cd5e3d50ccb8cd13dbcd2f4"
}
},
"node_modules/path": {
"version": "1.0.0",
"resolved": "git+ssh://[email protected]/component/path.git#7b4f23c38833a5232cd5e3d50ccb8cd13dbcd2f4",
"integrity": "sha512-weCqFe+FoOstAysrn4Op/Ie201rkZecCASSgKTOY072Gf1FZGSetpv8PHGPEjXLQ5FrOSiu8LrU3CYe5cG+thQ=="
}
},
"dependencies": {
"fs-web": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/fs-web/-/fs-web-1.0.1.tgz",
"integrity": "sha512-PUVyPo4SUkGGF3IxFAlzFMCsBi9g9tiRaruN7Bqqy/JHGxCPcX9FiW3w9EnQSG5j/vy3aG+vXJWxaxY2SI4wig==",
"requires": {
"path": "git://github.com/component/path.git#7b4f23c38833a5232cd5e3d50ccb8cd13dbcd2f4"
}
},
"path": {
"version": "git+ssh://[email protected]/component/path.git#7b4f23c38833a5232cd5e3d50ccb8cd13dbcd2f4",
"integrity": "sha512-weCqFe+FoOstAysrn4Op/Ie201rkZecCASSgKTOY072Gf1FZGSetpv8PHGPEjXLQ5FrOSiu8LrU3CYe5cG+thQ==",
"from": "path@git://github.com/component/path.git#7b4f23c38833a5232cd5e3d50ccb8cd13dbcd2f4"
}
}
}