Tumortisch-Dist/resources/app/node_modules/electron-process-reporter/package.json

79 lines
2.4 KiB
JSON
Raw Normal View History

2021-06-15 16:00:08 +02:00
{
"_args": [
[
"electron-process-reporter@1.4.0",
"C:\\Daten\\Git\\Tumortisch"
]
],
"_from": "electron-process-reporter@1.4.0",
"_id": "electron-process-reporter@1.4.0",
"_inBundle": false,
"_integrity": "sha512-zI5IV7zplV2eHznNbeYtMwATVqXO+g9i2ChpurvGTvExA/rpi7BdSrp38bsTz5tjJLLTz9LmzeSt85uIZ051Qw==",
"_location": "/electron-process-reporter",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "electron-process-reporter@1.4.0",
"name": "electron-process-reporter",
"escapedName": "electron-process-reporter",
"rawSpec": "1.4.0",
"saveSpec": null,
"fetchSpec": "1.4.0"
},
"_requiredBy": [
"/electron-process-manager"
],
"_resolved": "https://registry.npmjs.org/electron-process-reporter/-/electron-process-reporter-1.4.0.tgz",
"_spec": "1.4.0",
"_where": "C:\\Daten\\Git\\Tumortisch",
"dependencies": {
"memoizee": "^0.4.14",
"pidtree": "^0.3.0",
"pidusage": "2.0.16",
"rxjs": "^5.5.6"
},
"description": "Utility to extract interesting process reports of an Electron application.",
"devDependencies": {
"@types/chai": "^4.1.6",
"@types/memoizee": "^0.4.2",
"@types/mocha": "^5.2.5",
"@types/node": "^8.0.34",
"chai": "^4.2.0",
"electron": "^2.0.0",
"eslint": "^5.7.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-typescript": "^1.1.0",
"eslint-formatter-pretty": "^1.3.0",
"eslint-import-resolver-typescript": "^1.1.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-typescript": "^0.12.0",
"mocha": "^5.2.0",
"prettier": "^1.14.3",
"rimraf": "^2.6.2",
"spectron": "^4.0.0",
"ts-node": "^7.0.1",
"typescript": "^3.1.3",
"typescript-eslint-parser": "^20.0.0",
"xvfb-maybe": "^0.2.1"
},
"files": [
"lib/"
],
"license": "MIT",
"main": "lib/index.js",
"name": "electron-process-reporter",
"scripts": {
"build": "rimraf lib && tsc -p .",
"format": "prettier --write 'src/**/*.ts' 'tests/**/*.ts'",
"lint": "eslint 'src/**/*.ts' 'tests/**/*.ts'",
"prepublish": "npm run build",
"test": "xvfb-maybe mocha --exit --opts tests/mocha.opts tests/*-test.ts && npm run build"
},
"typings": "lib/index.d.ts",
"version": "1.4.0"
}