mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-06 13:50:29 +08:00
SHA256 hashes: jupyter-notebook-application-7.1.0-alpha.2.tgz: 8dd019b8dbe117bb87fc7cdab2303bd0a71abbacd6de1b6fa69fc8817d251be7 jupyter-notebook-application-extension-7.1.0-alpha.2.tgz: 2512525b196e8cf444a1132311253135ef5eb0534420df485f814f2206c3554e jupyter-notebook-console-extension-7.1.0-alpha.2.tgz: 32868732c18e289a758855a9cc7899fa97c8e50d95fca7c2e040833cf75fb51d jupyter-notebook-docmanager-extension-7.1.0-alpha.2.tgz: 007b9d8e8aef2b27828838c117631568d7b4f10785e31203e3cd3561fbf17866 jupyter-notebook-documentsearch-extension-7.1.0-alpha.2.tgz: bcdc7c8de86da5960a3df3bf5756f9f95d1d26203382fc108948279f3cce862b jupyter-notebook-help-extension-7.1.0-alpha.2.tgz: d4549fcfeb08544659eaa18b9e97b59431d4d1afcf61d85d95ee040b4971ca77 jupyter-notebook-lab-extension-7.1.0-alpha.2.tgz: 82967be33b08b012d6bac52c90e395db10ba05f555bf095897ad7d0c35ac9e0b jupyter-notebook-notebook-extension-7.1.0-alpha.2.tgz: f5e7277be941a0f8352f78d9387d2981025b182aeed001ca6b9a2290ebe3c767 jupyter-notebook-terminal-extension-7.1.0-alpha.2.tgz: 9c12bd24044364d49c583e16558a2d377d239bc485487a46810141dd8c3e4924 jupyter-notebook-tree-7.1.0-alpha.2.tgz: 84049e3d05c9ecff6272975e5addecae58980205dcefa943bd9d69f9470dc05c jupyter-notebook-tree-extension-7.1.0-alpha.2.tgz: 518b3159c253f41a4403a0246c080181f438fda8c1cba9672d74a11910e122e6 jupyter-notebook-ui-components-7.1.0-alpha.2.tgz: e68d676ab71608028f36a5fcf19bcf56adb14a4d447ca54737cf37b010473b51 notebook-7.1.0a2-py3-none-any.whl: a8b9788da47a12a58c08075b5a8f5f0665f77ad49751b8f445cc175efd90ce2c notebook-7.1.0a2.tar.gz: bcbd202e9661a8a261dbc01a47bc3fd6e86d82b21ade117c4f47642ac47e9d4c
43 lines
1004 B
JSON
43 lines
1004 B
JSON
{
|
|
"name": "@jupyter-notebook/buildutils",
|
|
"version": "7.1.0-alpha.2",
|
|
"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.1.0-beta.0",
|
|
"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"
|
|
}
|
|
}
|