mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-31 13:40:29 +08:00
SHA256 hashes: jupyter-notebook-application-7.4.0-alpha.1.tgz: 35fd2a00f622163c68749d739481edb2ff4c648ac5c498d140b2f59b800fb96d jupyter-notebook-application-extension-7.4.0-alpha.1.tgz: 5e1399e04d7a60ad78c480b8228370fc61bcd1ae602d35d95cfdc0c2378c712b jupyter-notebook-console-extension-7.4.0-alpha.1.tgz: 07af8728dbc92e5bbfbb379b0df5e43b45b007c9ac7ae86a6ed10363ed2dc120 jupyter-notebook-docmanager-extension-7.4.0-alpha.1.tgz: 480c0baa36d02bd1806a624f234988548ab85498087313b57056a3327e4a6cf0 jupyter-notebook-documentsearch-extension-7.4.0-alpha.1.tgz: 42485d75ce01ee89c16f254f4eabb924a787668d188fe54f58abefb27ad706c3 jupyter-notebook-help-extension-7.4.0-alpha.1.tgz: cb2c05af22720cf6fa2a44154b3ee59181921930fd864781a0a1cf7bb52e3148 jupyter-notebook-lab-extension-7.4.0-alpha.1.tgz: 0d03ae4507d5ebfc70821e18948db54a41764d6d06fe399899fd87bbacb54118 jupyter-notebook-notebook-extension-7.4.0-alpha.1.tgz: c8adf6cea72be52f02200b2d60fc7a4b39c20bebe7e5a30b9690cff59416f543 jupyter-notebook-terminal-extension-7.4.0-alpha.1.tgz: fb37612adfb1b74cf2d27075ea376b169b522d3a7f8ac8915bd8f69c56648970 jupyter-notebook-tree-7.4.0-alpha.1.tgz: f307ae86d0570ca42f912cedea839784a7d351f8f33e93758916f472afe5cde6 jupyter-notebook-tree-extension-7.4.0-alpha.1.tgz: 3d688b46205bb96826e51472f4e43b114266011d0d022a3548d017c73d4c49c5 jupyter-notebook-ui-components-7.4.0-alpha.1.tgz: e74e6872acdf2b359af8346016f5563ff32a1c5c7a5c26197362591d38d4df02 notebook-7.4.0a1-py3-none-any.whl: 5bd8528c15846955f77921831eeab1bf113b915ccc5b67150f6759e45e571f0d notebook-7.4.0a1.tar.gz: 4ee6e5651c9d1fae39254ff97ad1a7630c785b60da30af6b2a5c0e05aa7305a4
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "@jupyter-notebook/buildutils",
|
|
"version": "7.4.0-alpha.1",
|
|
"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.4.0-alpha.2",
|
|
"commander": "^6.2.0",
|
|
"fs-extra": "^9.1.0",
|
|
"semver": "^7.6.3",
|
|
"typescript": "~5.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.10",
|
|
"@types/node": "^14.6.1",
|
|
"@types/semver": "^7.5.8",
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
}
|