12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_args": [
- [
- "devtools@6.12.1",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "devtools@6.12.1",
- "_id": "devtools@6.12.1",
- "_inBundle": false,
- "_integrity": "sha512-JyG46suEiZmld7/UVeogkCWM0zYGt+2ML/TI+SkEp+bTv9cs46cDb0pKF3glYZJA7wVVL2gC07Ic0iCxyJEnCQ==",
- "_location": "/devtools",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "devtools@6.12.1",
- "name": "devtools",
- "escapedName": "devtools",
- "rawSpec": "6.12.1",
- "saveSpec": null,
- "fetchSpec": "6.12.1"
- },
- "_requiredBy": [
- "/webdriverio"
- ],
- "_resolved": "https://registry.npmjs.org/devtools/-/devtools-6.12.1.tgz",
- "_spec": "6.12.1",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Christian Bromann",
- "email": "christian@saucelabs.com"
- },
- "bugs": {
- "url": "https://github.com/webdriverio/webdriverio/issues"
- },
- "dependencies": {
- "@wdio/config": "6.12.1",
- "@wdio/logger": "6.10.10",
- "@wdio/protocols": "6.12.0",
- "@wdio/utils": "6.11.0",
- "chrome-launcher": "^0.13.1",
- "edge-paths": "^2.1.0",
- "puppeteer-core": "^5.1.0",
- "ua-parser-js": "^0.7.21",
- "uuid": "^8.0.0"
- },
- "description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer",
- "devDependencies": {
- "@types/puppeteer-core": "^2.0.0",
- "@types/ua-parser-js": "^0.7.33",
- "@types/uuid": "^8.3.0"
- },
- "engines": {
- "node": ">=10.0.0"
- },
- "gitHead": "063970498c9b1142482a1a035aa699c64cc8215c",
- "homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/devtools",
- "keywords": [
- "devtoolsdriver"
- ],
- "license": "MIT",
- "main": "./build/index",
- "name": "devtools",
- "repository": {
- "type": "git",
- "url": "git://github.com/webdriverio/webdriverio.git"
- },
- "typeScriptVersion": "3.8.3",
- "types": "./devtools.d.ts",
- "version": "6.12.1"
- }
|