-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
97 lines (97 loc) · 3.89 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "@distributed-systems/stack-trace",
"version": "2.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@distributed-systems/stack-trace",
"version": "2.1.0",
"license": "MIT",
"devDependencies": {
"section-tests": "^3.2.0"
}
},
"node_modules/@distributed-systems/callsite": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@distributed-systems/callsite/-/callsite-3.0.0.tgz",
"integrity": "sha512-YtZR32J3bejut6xRProOeqJPcZRongZRTS+lzIbLoeRaa3+E+6EOmxqI31Lz9rowO5puQqmybXmQIu8iiuyRYQ==",
"dev": true,
"dependencies": {
"@distributed-systems/stack-trace": "^2.0.0"
}
},
"node_modules/@distributed-systems/glob": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@distributed-systems/glob/-/glob-2.0.1.tgz",
"integrity": "sha512-IMAIUmmrM6vYl2t/kN9YLiTeBDff1E+AZIicuuH5IK3bAMvuvGiJRv07pWip2kLxOrdXhwuk9W665ZKNhZ0x9A==",
"dev": true
},
"node_modules/@distributed-systems/stack-trace": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@distributed-systems/stack-trace/-/stack-trace-2.0.0.tgz",
"integrity": "sha512-vrdc+YCFfVICHv3xoDZwttYR7FdvqUNy3P/6HmkCVoVm5GoxA3A6uk+QxOmZgGWpOzss+Uoevcx3zGvRKSjZbA==",
"dev": true
},
"node_modules/@distributed-systems/types": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@distributed-systems/types/-/types-2.0.1.tgz",
"integrity": "sha512-uXwVzjHi5EJU1l4TLgK2POuXUIVbOTMCO6YvTAV3mhHwXnbJ5sbZdylmKquojFYLxw743Pb8vlrbgKiHCAuxzg==",
"dev": true
},
"node_modules/section-tests": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/section-tests/-/section-tests-3.2.0.tgz",
"integrity": "sha512-oBFt0IWbyDZyA/jdwtM0h+XZgRK8TArTXowihSPsnLduvVvxsaLwLnyJyoSCsP+gMoj2lofM0zsGXxUKAsvDgg==",
"dev": true,
"dependencies": {
"@distributed-systems/callsite": "^3.0.0",
"@distributed-systems/glob": "^2.0.1",
"@distributed-systems/types": "^2.0.1"
},
"bin": {
"section": "bin/run-npm.js"
}
}
},
"dependencies": {
"@distributed-systems/callsite": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@distributed-systems/callsite/-/callsite-3.0.0.tgz",
"integrity": "sha512-YtZR32J3bejut6xRProOeqJPcZRongZRTS+lzIbLoeRaa3+E+6EOmxqI31Lz9rowO5puQqmybXmQIu8iiuyRYQ==",
"dev": true,
"requires": {
"@distributed-systems/stack-trace": "^2.0.0"
}
},
"@distributed-systems/glob": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@distributed-systems/glob/-/glob-2.0.1.tgz",
"integrity": "sha512-IMAIUmmrM6vYl2t/kN9YLiTeBDff1E+AZIicuuH5IK3bAMvuvGiJRv07pWip2kLxOrdXhwuk9W665ZKNhZ0x9A==",
"dev": true
},
"@distributed-systems/stack-trace": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@distributed-systems/stack-trace/-/stack-trace-2.0.0.tgz",
"integrity": "sha512-vrdc+YCFfVICHv3xoDZwttYR7FdvqUNy3P/6HmkCVoVm5GoxA3A6uk+QxOmZgGWpOzss+Uoevcx3zGvRKSjZbA==",
"dev": true
},
"@distributed-systems/types": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@distributed-systems/types/-/types-2.0.1.tgz",
"integrity": "sha512-uXwVzjHi5EJU1l4TLgK2POuXUIVbOTMCO6YvTAV3mhHwXnbJ5sbZdylmKquojFYLxw743Pb8vlrbgKiHCAuxzg==",
"dev": true
},
"section-tests": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/section-tests/-/section-tests-3.2.0.tgz",
"integrity": "sha512-oBFt0IWbyDZyA/jdwtM0h+XZgRK8TArTXowihSPsnLduvVvxsaLwLnyJyoSCsP+gMoj2lofM0zsGXxUKAsvDgg==",
"dev": true,
"requires": {
"@distributed-systems/callsite": "^3.0.0",
"@distributed-systems/glob": "^2.0.1",
"@distributed-systems/types": "^2.0.1"
}
}
}
}