notebook/buildutils/package.json
jtpio 53b3820664 Publish 7.3.0a1
SHA256 hashes:

jupyter-notebook-application-7.3.0-alpha.1.tgz: 3aa1368e247c3fd3cca2704737cfcbec166f650d320905c3f5f0e408712b00b9

jupyter-notebook-application-extension-7.3.0-alpha.1.tgz: b55853a796cdef76c26f24f5ec82be634c65813ed71e8b500a03cd8a6f644c48

jupyter-notebook-console-extension-7.3.0-alpha.1.tgz: 299b43e6873393e09e64c8cbc4c6eeb9a2bcb4f4be79bf51699d94c2d39b2478

jupyter-notebook-docmanager-extension-7.3.0-alpha.1.tgz: 3dfc1459ee03fd189511c0c5d8b7cec1d7713572610344282328bf8b2dec763e

jupyter-notebook-documentsearch-extension-7.3.0-alpha.1.tgz: 5583d33b0fbe0189e332cc636cc05c46e7aa8028057cf92312f47a9f9c24ac4a

jupyter-notebook-help-extension-7.3.0-alpha.1.tgz: 4df3299747e5ebcaf5e4cfdb29288b5219735420e291328d197f76f755289241

jupyter-notebook-lab-extension-7.3.0-alpha.1.tgz: 4f458bd8a8a16235f70357becbba50e0b3883866dbacb33bdbf962a7f81f48e9

jupyter-notebook-notebook-extension-7.3.0-alpha.1.tgz: 5b89be3824c81e5a0341c23da8db366156a5d7cc4a70be5248bd0376e321de1f

jupyter-notebook-terminal-extension-7.3.0-alpha.1.tgz: f1f01764854eb328d8f343acb1b690fbcb3febee46d7be77255617bebd5b9ec6

jupyter-notebook-tree-7.3.0-alpha.1.tgz: 8a78a362fb89500e6e38bc3335330b3677df38b239b84f2c9a6de77eba42fc03

jupyter-notebook-tree-extension-7.3.0-alpha.1.tgz: 2b11ddbd36781d87431e436c8560f6453e031ad671bc7bd23142b234f607f58f

jupyter-notebook-ui-components-7.3.0-alpha.1.tgz: f814371e56f5ac159eac2644f321d24c2d13746e9e541c1f958eb1aa414907a2

notebook-7.3.0a1-py3-none-any.whl: 4e926a90a00ca7e61e8e854fa6e14669de9a72984bffd9d1f5c43dbcfbafa16f

notebook-7.3.0a1.tar.gz: 4763193ee7a24889a7d168f4e4c831b9cf0a4963b0c45830e1cea44e7dbfa322
2024-07-01 09:27:25 +00:00

43 lines
1005 B
JSON

{
"name": "@jupyter-notebook/buildutils",
"version": "7.3.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.3.0-alpha.1",
"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"
}
}