generated from mmisty/cypress-grep-example
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
35 lines (35 loc) · 1021 Bytes
/
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
{
"name": "cypress-grep-example",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cypress-grep-example",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"allure-commandline": "^2.29.0"
},
"engines": {
"node": ">=18",
"npm": ">=8"
}
},
"node_modules/allure-commandline": {
"version": "2.29.0",
"resolved": "https://registry.npmjs.org/allure-commandline/-/allure-commandline-2.29.0.tgz",
"integrity": "sha512-he/oWJflViIdEmuQ4er5k+xRd//PaVVElHHTx01h6W71KM9qKiLeF5MloV93UBYoJRzjD9fgbZedSMKemCEGkQ==",
"bin": {
"allure": "bin/allure"
}
}
},
"dependencies": {
"allure-commandline": {
"version": "2.29.0",
"resolved": "https://registry.npmjs.org/allure-commandline/-/allure-commandline-2.29.0.tgz",
"integrity": "sha512-he/oWJflViIdEmuQ4er5k+xRd//PaVVElHHTx01h6W71KM9qKiLeF5MloV93UBYoJRzjD9fgbZedSMKemCEGkQ=="
}
}
}