mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
9728d150f5
SHA256 hashes: retrolab-0.3.8-py3-none-any.whl: 76cee722f2e455ba06b8629ace5675ff1488f5c2979aef007a03c8a1722cffcc retrolab-0.3.8.tar.gz: 3dc7150d3db6b51a8887143dd697c7cf5f95a70323821f6b019673f1ddd07101 retrolab-application-0.3.8.tgz: 420360584d7d6f9729ae50bc0e244ffe767dbd064d1896abf511bad55b961069 retrolab-application-extension-0.3.8.tgz: 2ec4abc48c2e319f881fc01870933cd74fddc91bd88c8e85b4c072bfb7190be9 retrolab-console-extension-0.3.8.tgz: b870addcfef46ed0cbfacf5a9cdb03f2a5fe20712debb85c89931a816604feba retrolab-docmanager-extension-0.3.8.tgz: 6a9ffa01d64a39d010b345b2952136032a895d876ddfecc6aa0f80f8229f767d retrolab-help-extension-0.3.8.tgz: 04968dc9662b0aac83853ad367ea56b3d221546f4436a1b0138558d4976bad87 retrolab-lab-extension-0.3.8.tgz: 96dc7dcc4dfb96dccf66db62be3bf2bb4968f97c1756059a440bcd1f9eb810c7 retrolab-notebook-extension-0.3.8.tgz: 8ca8efc5d3c81ccb687772063b635a41a9603fd3cad3b6597e4823c74ed39f29 retrolab-terminal-extension-0.3.8.tgz: 03e27a9299af9c0f3a715df4452008c2a752de0953d75f051da875e410d8d312 retrolab-tree-extension-0.3.8.tgz: 56d72a9a1ba36fedbe5b2c03d59d2f9e107880be7a8a5ea18e1f4fb44a413920 retrolab-ui-components-0.3.8.tgz: 0e593dbe249ebe132da1aca82c09626df87d63deb893f515cf8d46a0060d8716
61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"name": "@retrolab/docmanager-extension",
|
|
"version": "0.3.8",
|
|
"description": "RetroLab - Document Manager Extension",
|
|
"homepage": "https://github.com/jupyterlab/retrolab",
|
|
"bugs": {
|
|
"url": "https://github.com/jupyterlab/retrolab/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jupyterlab/retrolab.git"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"author": "Project Jupyter",
|
|
"sideEffects": [
|
|
"style/**/*.css",
|
|
"style/index.js"
|
|
],
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"style": "style/index.css",
|
|
"directories": {
|
|
"lib": "lib/"
|
|
},
|
|
"files": [
|
|
"lib/*.d.ts",
|
|
"lib/*.js.map",
|
|
"lib/*.js",
|
|
"schema/*.json",
|
|
"style/**/*.css",
|
|
"style/index.js"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"build:prod": "tsc -b",
|
|
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
|
|
"docs": "typedoc src",
|
|
"prepublishOnly": "npm run build",
|
|
"watch": "tsc -b --watch"
|
|
},
|
|
"dependencies": {
|
|
"@jupyterlab/application": "^3.1.11",
|
|
"@jupyterlab/coreutils": "^5.1.11",
|
|
"@jupyterlab/docmanager": "^3.1.11",
|
|
"@jupyterlab/docregistry": "^3.1.11",
|
|
"@jupyterlab/services": "^6.1.11",
|
|
"@lumino/algorithm": "^1.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "~3.0.0",
|
|
"typescript": "~4.1.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"jupyterlab": {
|
|
"extension": true
|
|
},
|
|
"styleModule": "style/index.js"
|
|
}
|