mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-06 13:50:29 +08:00
SHA256 hashes: jupyter-notebook-application-7.0.0-alpha.16.tgz: 3c0036866fa97d0333a108891b90455528524033adf44a883b52d3a74c43bcf9 jupyter-notebook-application-extension-7.0.0-alpha.16.tgz: f4fdc2643b46a3dea6473686f930e90a810fc07d7afec1c6236f8536464bfa9f jupyter-notebook-console-extension-7.0.0-alpha.16.tgz: 94e7c908a10ea4fdb0ac080f3c77d40c7ff7fe8fcfd8f308b3d252b4dcc78bbd jupyter-notebook-docmanager-extension-7.0.0-alpha.16.tgz: 1c05fef8c30ff0792e170a6f580dc81daaae20b69a20c0009dba3a17cd853b6c jupyter-notebook-documentsearch-extension-7.0.0-alpha.16.tgz: c0516c5963d6931b34856d792478ab92e54d34af006b0a7d3f7cc361f2221de6 jupyter-notebook-help-extension-7.0.0-alpha.16.tgz: 61e16f847b7fd945bd4238954ff04182a1212e9cfe6c652976eeafe79de754b3 jupyter-notebook-lab-extension-7.0.0-alpha.16.tgz: 1613bf67261199a28c398256cc6b289b01d7030ac8457c2c8909a95a1576d483 jupyter-notebook-notebook-extension-7.0.0-alpha.16.tgz: 37e0da2d66fc5175c156238bdaacb5a6cddad249c4a29270b1e6af2b35ba8154 jupyter-notebook-terminal-extension-7.0.0-alpha.16.tgz: 2021b797d46022fa4bc23d102d41187e8364948d3c46d435d4546f2f3c0f52e8 jupyter-notebook-tree-7.0.0-alpha.16.tgz: c1efa011377f44dccc30e346774fca6e9b0e921b62ac1ca0e134878320c699e7 jupyter-notebook-tree-extension-7.0.0-alpha.16.tgz: a1c6156e5ae4b4ce1448101c29e907359fcf95957f0f2330dcb04a16f1fe61c9 jupyter-notebook-ui-components-7.0.0-alpha.16.tgz: 66556229af90222d7fa431f998462c7313c735235fdbc669ce262010446d36a4 notebook-7.0.0a16-py3-none-any.whl: c86681ec17cb9ae7e34d9b23f39613704b17074f9bf8c9a086d01135ee76a8c9 notebook-7.0.0a16.tar.gz: 4f7cfc66d55c1ce84759bee0183e15352113c00503925cee351b27c7335d7fae
43 lines
1009 B
JSON
43 lines
1009 B
JSON
{
|
|
"name": "@jupyter-notebook/buildutils",
|
|
"version": "7.0.0-alpha.16",
|
|
"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.0.0-alpha.21",
|
|
"commander": "^6.2.0",
|
|
"fs-extra": "^9.1.0",
|
|
"typescript": "5.0.1-rc"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.10",
|
|
"@types/node": "^14.6.1",
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
}
|