This commit is contained in:
2023-03-07 10:52:05 +07:00
commit 772f105c65
1032 changed files with 260918 additions and 0 deletions

27
node_modules/@testim/chrome-version/package.json generated vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "@testim/chrome-version",
"version": "1.1.3",
"description": "Finds the version of Chrome that is installed on your machine",
"main": "index.js",
"scripts": {
"lint": "eslint *.js --fix",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/testimio/chrome-version.git"
},
"author": "Testim",
"license": "MIT",
"homepage": "https://github.com/testimio/chrome-version",
"keywords": [
"chrome",
"version"
],
"devDependencies": {
"chai": "4.3.4",
"eslint": "8.7.0",
"mocha": "9.1.4",
"rewire": "6.0.0"
}
}