|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "_args": [
- [
- "chrome-launcher@0.13.4",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "chrome-launcher@0.13.4",
- "_id": "chrome-launcher@0.13.4",
- "_inBundle": false,
- "_integrity": "sha512-nnzXiDbGKjDSK6t2I+35OAPBy5Pw/39bgkb/ZAFwMhwJbdYBp6aH+vW28ZgtjdU890Q7D+3wN/tB8N66q5Gi2A==",
- "_location": "/chrome-launcher",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "chrome-launcher@0.13.4",
- "name": "chrome-launcher",
- "escapedName": "chrome-launcher",
- "rawSpec": "0.13.4",
- "saveSpec": null,
- "fetchSpec": "0.13.4"
- },
- "_requiredBy": [
- "/devtools"
- ],
- "_resolved": "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.13.4.tgz",
- "_spec": "0.13.4",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "The Chromium Authors"
- },
- "bugs": {
- "url": "https://github.com/GoogleChrome/chrome-launcher/issues"
- },
- "dependencies": {
- "@types/node": "*",
- "escape-string-regexp": "^1.0.5",
- "is-wsl": "^2.2.0",
- "lighthouse-logger": "^1.0.0",
- "mkdirp": "^0.5.3",
- "rimraf": "^3.0.2"
- },
- "description": "Launch latest Chrome with the Devtools Protocol port open",
- "devDependencies": {
- "@types/mkdirp": "^0.5.2",
- "@types/mocha": "^7.0.2",
- "@types/rimraf": "^3.0.0",
- "@types/sinon": "^9.0.1",
- "clang-format": "^1.0.50",
- "mocha": "^7.1.1",
- "sinon": "^9.0.1",
- "ts-node": "8.3.0",
- "typescript": "3.9.2"
- },
- "homepage": "https://github.com/GoogleChrome/chrome-launcher#readme",
- "license": "Apache-2.0",
- "main": "./dist/index.js",
- "name": "chrome-launcher",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/GoogleChrome/chrome-launcher.git"
- },
- "scripts": {
- "build": "tsc",
- "dev": "tsc -w",
- "format": "scripts/format.sh",
- "prepublishOnly": "npm run build && npm run test",
- "test": "mocha --require ts-node/register --reporter=dot test/**/*-test.ts --timeout=10000",
- "test-formatting": "test/check-formatting.sh",
- "type-check": "tsc --allowJs --checkJs --noEmit --target es2016 *.js"
- },
- "types": "./dist/index.d.ts",
- "version": "0.13.4"
- }
|