mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-06 13:50:29 +08:00
SHA256 hashes: jupyter-notebook-application-7.4.0-alpha.3.tgz: f91d5c994d45094da9b1717884609526e9937c80262975fdb36263bc89006b87 jupyter-notebook-application-extension-7.4.0-alpha.3.tgz: af3565dca6753a2b70f4d2e38abe8c15dae60b369638a386f193f1106f1843c2 jupyter-notebook-console-extension-7.4.0-alpha.3.tgz: f87eadc54c49e0f5f59b54e08153723a2e41f1ec2ff54f83cea89eb057f02991 jupyter-notebook-docmanager-extension-7.4.0-alpha.3.tgz: 79de6f927d8e9598590ae1646d5814d0c7b444004edf964fe5b6ad1957749d85 jupyter-notebook-documentsearch-extension-7.4.0-alpha.3.tgz: e32b1aa6d43a8fa173f3593aa2071487ffe946a541ab95f7ec9b28dc42fb4c11 jupyter-notebook-help-extension-7.4.0-alpha.3.tgz: eeee7db49ea22b6eb13cffcd2d523662c76de9092ba6f8cf0381933c523d7e2a jupyter-notebook-lab-extension-7.4.0-alpha.3.tgz: 55a1a2988331b30fca369970dc3fea5bbf2f856356d0dfb9b0b31a7e61d9d049 jupyter-notebook-notebook-extension-7.4.0-alpha.3.tgz: 42e2beaaf77fb93a65395c5bc1cd5c353e81f459d5b121d58a7ede3a84c0a3fe jupyter-notebook-terminal-extension-7.4.0-alpha.3.tgz: 439298f3789a9359dda4d4956cbb1055200b588d8e9cc097bea0e823c7c8f639 jupyter-notebook-tree-7.4.0-alpha.3.tgz: f5e5262f73c47ab3364fb943ef24ab605b74ddf6537ac611095f841b3e29e6f5 jupyter-notebook-tree-extension-7.4.0-alpha.3.tgz: a1ae81bf8c5bb5bdd90018207c688171f59f4bbcce9ab1507e42fbbfc83276c7 jupyter-notebook-ui-components-7.4.0-alpha.3.tgz: 7d73065346777d6c9b22f348bce3c064ab1d8c68811cbc65b788b3a3fc11fc18 notebook-7.4.0a3-py3-none-any.whl: f6bda27718da41f0ffc386b9d8425653c92182b3637eb051b3d1b54edabe53da notebook-7.4.0a3.tar.gz: 7f604787bd10f9090b0d277bdc153266a709ed7906c0c35e0bb39620947c7172
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "@jupyter-notebook/buildutils",
|
|
"version": "7.4.0-alpha.3",
|
|
"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.3",
|
|
"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"
|
|
}
|
|
}
|