UNPKG

@lifeomic/jupyterlab-toolbrowser

Version:

A JupyterLab extension to display, filter and allow download of notebooks from the Precision Health Cloud Tool Registry.

71 lines (70 loc) 1.95 kB
{ "name": "@lifeomic/jupyterlab-toolbrowser", "version": "1.0.1", "description": "A JupyterLab extension to display, filter and allow download of notebooks from the Precision Health Cloud Tool Registry.", "keywords": [ "lifeomic", "phc", "jupyter", "jupyterlab", "jupyterlab-extension" ], "homepage": "https://github.com/lifeomic/jupyterlab-toolbrowser", "bugs": { "url": "https://github.com/lifeomic/jupyterlab-toolbrowser/issues" }, "license": "MIT", "author": "lifeomic", "files": [ "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}" ], "main": "lib/index.js", "types": "lib/index.d.ts", "style": "style/index.css", "repository": { "type": "git", "url": "git+https://github.com/lifeomic/jupyterlab-toolbrowser.git" }, "scripts": { "build": "tsc", "clean": "rimraf lib tsconfig.tsbuildinfo", "prepare": "jlpm run clean && jlpm run build", "watch": "tsc -w" }, "dependencies": { "@jupyterlab/application": "^2.2.6", "@jupyterlab/apputils": "^2.2.6", "@jupyterlab/coreutils": "^4.0.0", "@jupyterlab/filebrowser": "^2.2.5", "@jupyterlab/mainmenu": "^2.2.4", "@jupyterlab/services": "^5.0.0", "@lumino/widgets": "^1.17.0", "@types/lodash": "^4.14.165", "npm": "^6.14.11" }, "devDependencies": { "@types/node": "^14.14.14", "@typescript-eslint/eslint-plugin": "^2.25.0", "@typescript-eslint/parser": "^2.25.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.1", "eslint-plugin-prettier": "^3.1.2", "mkdirp": "^1.0.3", "prettier": "1.16.4", "rimraf": "^2.6.1", "typescript": "^4.2.3", "ts-node": "^8.0.2", "lodash": "^4.17.15", "npm-run-all": "^4.1.5" }, "sideEffects": [ "style/*.css" ], "jupyterlab": { "extension": true }, "directories": { "lib": "lib" } }