|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- {
- "_args": [
- [
- "spectron@15.0.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "spectron@15.0.0",
- "_id": "spectron@15.0.0",
- "_inBundle": false,
- "_integrity": "sha512-eErHqymkEVb6H+LPZQoDYvWEv93o3nhxL7HXXdmC61ncV0jBckh8x3Qt6j+As2c1n0C/hKG9A2H1NnwGwD6agg==",
- "_location": "/spectron",
- "_phantomChildren": {
- "@types/cacheable-request": "6.0.1",
- "@types/responselike": "1.0.0",
- "cacheable-lookup": "5.0.4",
- "clone-response": "1.0.2",
- "http-cache-semantics": "4.1.0",
- "http2-wrapper": "1.0.3",
- "pump": "3.0.0"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "spectron@15.0.0",
- "name": "spectron",
- "escapedName": "spectron",
- "rawSpec": "15.0.0",
- "saveSpec": null,
- "fetchSpec": "15.0.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/spectron/-/spectron-15.0.0.tgz",
- "_spec": "15.0.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Kevin Sawicki"
- },
- "bugs": {
- "url": "https://github.com/electron/spectron/issues"
- },
- "dependencies": {
- "@electron/remote": "^1.1.0",
- "dev-null": "^0.1.1",
- "electron-chromedriver": "^13.0.0",
- "got": "^11.8.0",
- "split": "^1.0.1",
- "webdriverio": "^6.9.1"
- },
- "description": "Easily test your Electron apps using ChromeDriver and WebdriverIO.",
- "devDependencies": {
- "@typescript-eslint/eslint-plugin": "^4.8.2",
- "@typescript-eslint/parser": "^4.8.2",
- "chai": "^4.2.0",
- "chai-as-promised": "^7.1.1",
- "chai-roughly": "^1.0.0",
- "check-for-leaks": "^1.2.1",
- "electron": "^13.0.1",
- "eslint": "^7.14.0",
- "eslint-config-standard": "^16.0.2",
- "eslint-plugin-import": "^2.22.1",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^4.2.1",
- "husky": "^4.3.0",
- "mocha": "^8.2.1",
- "prettier": "^2.2.0",
- "standard": "^16.0.3",
- "temp": "^0.9.4",
- "typescript": "^4.1.2",
- "xvfb-maybe": "^0.2.1"
- },
- "engines": {
- "node": ">=12.20.0"
- },
- "homepage": "https://github.com/electron/spectron#readme",
- "keywords": [
- "electron",
- "chromedriver",
- "webdriverio",
- "selenium"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "spectron",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/electron/spectron.git"
- },
- "resolutions": {
- "@types/node": "^12.0.0"
- },
- "scripts": {
- "lint": "eslint \"**/*.js\" \"**/*.ts\" && prettier --check \"**/*.js\" \"**/*.ts\"",
- "postinstall": "node lib/rpath-fix.js",
- "prepare": "check-for-leaks",
- "prepush": "check-for-leaks",
- "pretest": "tsc lib/spectron.d.ts",
- "prettier:write": "prettier --write \"**/*.js\" \"**/*.ts\"",
- "test": "npm run lint && xvfb-maybe --server-args=\"-screen 0 1024x768x24\" -- mocha"
- },
- "types": "./lib/spectron.d.ts",
- "version": "15.0.0"
- }
|