{ "_args": [ [ "chrome-simple-launcher@0.1.3", "C:\\Users\\hp\\Desktop\\gitzhongyi" ] ], "_from": "chrome-simple-launcher@0.1.3", "_id": "chrome-simple-launcher@0.1.3", "_inBundle": false, "_integrity": "sha512-8xUtp6cS4tn1o1Pzev6pxbgF7vCRdfxFLW4xOSUIF/83+ya8GWRqMpkqd8h7VDliHLhyRIi5zKbi85wpZ4m2oA==", "_location": "/chrome-simple-launcher", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "chrome-simple-launcher@0.1.3", "name": "chrome-simple-launcher", "escapedName": "chrome-simple-launcher", "rawSpec": "0.1.3", "saveSpec": null, "fetchSpec": "0.1.3" }, "_requiredBy": [ "/@hap-toolkit/debugger" ], "_resolved": "https://registry.npmmirror.com/chrome-simple-launcher/-/chrome-simple-launcher-0.1.3.tgz", "_spec": "0.1.3", "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi", "author": { "name": "dustyface" }, "description": "A simple chrome launcher", "devDependencies": { "@types/jest": "23.3.11", "@types/node": "10.12.18", "jest": "23.6.0", "prettier": "1.15.3", "rimraf": "2.6.3", "ts-jest": "23.10.5", "ts-node": "6.0.0", "typescript": "3.2.4" }, "files": [ "build" ], "gitHead": "effb02b32f1c200e7a702314c6635981a21403ba", "jest": { "testEnvironment": "node", "moduleFileExtensions": [ "ts", "tsx", "js" ], "transform": { "^.+\\.tsx?$": "ts-jest" }, "testMatch": [ "**/?(*.)(spec|test).(ts|tsx|js)", "**/__tests__/*.(ts|tsx|js)", "**/test/*.(ts|tsx|js)" ] }, "license": "MIT", "main": "build/index.js", "name": "chrome-simple-launcher", "scripts": { "build": "npm run clean && tsc -p ./tsconfig.json", "clean": "rimraf build", "format": "prettier \"{examples,lib,script,test}/**/*.{js,ts}\" \"*.yml\" --write", "start": "tsc -w", "test": "jest --detectOpenHandles" }, "version": "0.1.3" }