-
-
Notifications
You must be signed in to change notification settings - Fork 914
/
Copy pathpackage-lock.json
138 lines (138 loc) · 4.32 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "uuid-benchmark",
"version": "0.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "uuid-benchmark",
"version": "0.0.0",
"dependencies": {
"uuid": "file:../../.local/uuid"
},
"devDependencies": {
"benchmark": "^2.1.4"
}
},
"../../.local/uuid": {
"version": "10.0.0",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist/esm/bin/uuid"
},
"devDependencies": {
"@babel/eslint-parser": "7.24.8",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@eslint/js": "9.7.0",
"@types/eslint__js": "8.42.3",
"@wdio/browserstack-service": "8.39.1",
"@wdio/cli": "8.39.1",
"@wdio/jasmine-framework": "8.39.1",
"@wdio/local-runner": "8.39.1",
"@wdio/spec-reporter": "8.39.0",
"@wdio/static-server-service": "8.39.0",
"bundlewatch": "0.3.3",
"eslint": "9.7.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"globals": "15.8.0",
"husky": "9.1.1",
"jest": "29.7.0",
"lint-staged": "15.2.7",
"neostandard": "0.11.1",
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"runmd": "1.3.9",
"standard-version": "9.5.0",
"typescript": "5.5.3",
"typescript-eslint": "8.0.0-alpha.30"
}
},
"node_modules/benchmark": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/benchmark/-/benchmark-2.1.4.tgz",
"integrity": "sha1-CfPeMckWQl1JjMLuVloOvzwqVik=",
"dev": true,
"dependencies": {
"lodash": "^4.17.4",
"platform": "^1.3.3"
}
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
"dev": true
},
"node_modules/platform": {
"version": "1.3.6",
"resolved": "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz",
"integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==",
"dev": true
},
"node_modules/uuid": {
"resolved": "../../.local/uuid",
"link": true
}
},
"dependencies": {
"benchmark": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/benchmark/-/benchmark-2.1.4.tgz",
"integrity": "sha1-CfPeMckWQl1JjMLuVloOvzwqVik=",
"dev": true,
"requires": {
"lodash": "^4.17.4",
"platform": "^1.3.3"
}
},
"lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
"dev": true
},
"platform": {
"version": "1.3.6",
"resolved": "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz",
"integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==",
"dev": true
},
"uuid": {
"version": "file:../../.local/uuid",
"requires": {
"@babel/eslint-parser": "7.24.8",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@eslint/js": "9.7.0",
"@types/eslint__js": "8.42.3",
"@wdio/browserstack-service": "8.39.1",
"@wdio/cli": "8.39.1",
"@wdio/jasmine-framework": "8.39.1",
"@wdio/local-runner": "8.39.1",
"@wdio/spec-reporter": "8.39.0",
"@wdio/static-server-service": "8.39.0",
"bundlewatch": "0.3.3",
"eslint": "9.7.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"globals": "15.8.0",
"husky": "9.1.1",
"jest": "29.7.0",
"lint-staged": "15.2.7",
"neostandard": "0.11.1",
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"runmd": "1.3.9",
"standard-version": "9.5.0",
"typescript": "5.5.3",
"typescript-eslint": "8.0.0-alpha.30"
}
}
}
}