mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-18 14:10:26 +08:00
SHA256 hashes: jupyter-notebook-application-7.2.0-alpha.0.tgz: 14a47fa603d1bc156132828abc6d015b46a4d008687d5ef8a583d8b84a9c4261 jupyter-notebook-application-extension-7.2.0-alpha.0.tgz: 20a154505049e1d5a56b16a5c1c0c60c3e23570c485549d7a7b8f00b663f5050 jupyter-notebook-console-extension-7.2.0-alpha.0.tgz: 8a812b09caa5d1388cad50ce33e016296e7e11667962a43e3a97b6583ad73070 jupyter-notebook-docmanager-extension-7.2.0-alpha.0.tgz: e181e27eb81460b16ece14eb6dcd3a99f6731e0ba16bb41ceec15b3f78fad278 jupyter-notebook-documentsearch-extension-7.2.0-alpha.0.tgz: 7618e61005228ec8efeee5c9b27ca331f55da91572462af371904d2b03b8c8b2 jupyter-notebook-help-extension-7.2.0-alpha.0.tgz: b414fd862b2e440c0231637ef09baf6e6e68037f0e9b71c7ca80297af02f81e7 jupyter-notebook-lab-extension-7.2.0-alpha.0.tgz: 0cf2f9fcfc20e6a8ced4f3a6c2ad404a1ce040cc5ea2277cfb424ec2152eae71 jupyter-notebook-notebook-extension-7.2.0-alpha.0.tgz: 62ec6f2c61e80d40513e459065f02fc1da1c3fc7c78fc9ec8ed5db3e54f9ff7d jupyter-notebook-terminal-extension-7.2.0-alpha.0.tgz: 4cf7235d9dcc758aa348221490d18e303bd2cd446a812bae68cdb2652acbf39c jupyter-notebook-tree-7.2.0-alpha.0.tgz: b1fa3d74ef7fb28b20992cb3eeda56584cb95c8f3619d3350cac6171cf827fbc jupyter-notebook-tree-extension-7.2.0-alpha.0.tgz: 47892d2822f873552867e39d85a40c8b9913aa12d9a1d7be54a4fb124821070a jupyter-notebook-ui-components-7.2.0-alpha.0.tgz: e3bbd84bb6f7af75bd13db6fa32ec4a262f6fe2e0a433049bf846e30523c62ac notebook-7.2.0a0-py3-none-any.whl: cad31add63440f5bc0cc31a8a9ab2e547f5308a019a221f9e85209d2cebadcca notebook-7.2.0a0.tar.gz: 8014b8da1372a8f7db421f26e00191aa050b64764679d2b393f80589c42d13fc
43 lines
1005 B
JSON
43 lines
1005 B
JSON
{
|
|
"name": "@jupyter-notebook/buildutils",
|
|
"version": "7.2.0-alpha.0",
|
|
"private": true,
|
|
"description": "Jupyter Notebook - Build Utilities",
|
|
"homepage": "https://github.com/jupyter/notebook",
|
|
"bugs": {
|
|
"url": "https://github.com/jupyter/notebook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jupyter/notebook.git"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"author": "Project Jupyter",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"directories": {
|
|
"lib": "lib/"
|
|
},
|
|
"files": [
|
|
"lib/*.d.ts",
|
|
"lib/*.js.map",
|
|
"lib/*.js"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
|
|
"watch": "tsc -w --listEmittedFiles"
|
|
},
|
|
"dependencies": {
|
|
"@jupyterlab/buildutils": "~4.2.0-alpha.2",
|
|
"commander": "^6.2.0",
|
|
"fs-extra": "^9.1.0",
|
|
"typescript": "~5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.10",
|
|
"@types/node": "^14.6.1",
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
}
|