UNPKG

jupyterlab_sparkmonitor

Version:

Jupyter Lab extension to monitor Apache Spark Jobs

87 lines (86 loc) 2.43 kB
{ "name": "jupyterlab_sparkmonitor", "version": "2.0.1", "description": "Jupyter Lab extension to monitor Apache Spark Jobs", "repository": { "type": "git", "url": "git+https://github.com/itsjafer/jupyterlab-sparkmonitor.git" }, "keywords": [ "jupyter", "jupyterlab", "jupyterlab-extension", "Spark", "sparkmonitor" ], "author": "Krishnan R", "maintainer": "itsjafer", "license": "Apache-2.0", "bugs": { "url": "https://github.com/itsjafer/jupyterlab-sparkmonitor/issues" }, "homepage": "https://github.com/itsjafer/jupyterlab-sparkmonitor#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.25.0", "babel-eslint": "^10.1.0", "babel-loader": "^7.1.1", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-env": "^1.6.0", "css-loader": "^0.28.4", "eslint": "^6.8.0", "eslint-config-airbnb": "^18.1.0", "eslint-config-prettier": "^6.10.1", "eslint-plugin-flowtype": "^4.7.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-monorepo": "^0.2.1", "eslint-plugin-prettier": "^3.1.3", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^2.5.1", "file-loader": "^6.0.0", "flow-copy-source": "^2.0.9", "html-loader": "^0.4.5", "ify-loader": "^1.0.4", "ink-docstrap": "^1.3.0", "jsdoc": "^3.5.4", "prettier": "^1.19.1", "style-loader": "^0.18.2", "url-loader": "^0.5.9", "webpack-cli": "^3.3.10" }, "scripts": { "build": "webpack" }, "dependencies": { "@jupyterlab/application": "^2.0.2", "@jupyterlab/cells": "^2.0.2", "@jupyterlab/coreutils": "^4.1.0", "@jupyterlab/docregistry": "^2.0.2", "@jupyterlab/mainmenu": "^2.1.0", "@jupyterlab/notebook": "^2.0.2", "@jupyterlab/services": "^5.1.0", "@lumino/coreutils": "^1.4.2", "@lumino/widgets": "^1.11.1", "@phosphor/coreutils": "^1.3.1", "@phosphor/widgets": "^1.9.3", "es6-promise": "^4.2.8", "jquery": "^3.4.1", "jquery-ui-bundle": "^1.12.1-migrate", "kuende-livestamp": "^1.1.2", "moment": "^2.24.0", "moment-duration-format": "^2.3.2", "plotly.js": "^1.51.1", "uuid": "^7.0.2", "vis-timeline": "^7.3.4", "webpack": "^4.44.0" }, "jupyterlab": { "extension": "dist/index" }, "files": [ "lib/*", "js/*", "dist/*" ] }