2
0
mirror of https://github.com/jupyter/notebook.git synced 2025-04-24 14:20:54 +08:00

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

43 lines
1007 B
JSON
Raw Permalink Normal View History

2021-01-19 09:35:54 +01:00
{
2022-01-18 13:18:12 +01:00
"name": "@jupyter-notebook/buildutils",
Publish 7.0.0a17 SHA256 hashes: jupyter-notebook-application-7.0.0-alpha.17.tgz: fd0a4bbc197aa47b5ba6e79759306e676abce29962885418f3d2469e838050dd jupyter-notebook-application-extension-7.0.0-alpha.17.tgz: a8bb9e049d8520a7c6d3aa92293d1501e2c028994c8f88a8274ebe50f55fb71e jupyter-notebook-console-extension-7.0.0-alpha.17.tgz: 069fb2ba8d7778739d7357c1359019a77393c4ed2d91e50a76a1547f81c49e47 jupyter-notebook-docmanager-extension-7.0.0-alpha.17.tgz: 54059a403c4eea255d2e1bac118d808e11cd3dc3fe9c6b6c527d3c0c722053fe jupyter-notebook-documentsearch-extension-7.0.0-alpha.17.tgz: eaaaa8daf944b0f7087afc63d88a60e9f62a6efd939bf46a56a907be516eca1a jupyter-notebook-help-extension-7.0.0-alpha.17.tgz: 0f1a8ce109175c31ccf30d324b6e35178b06e82b0e0fc4bf268bfe1dd91b4eea jupyter-notebook-lab-extension-7.0.0-alpha.17.tgz: c887a7c27f5f37ad71b4410368228966c6055432e37a51c1fc15d5b3418a4c66 jupyter-notebook-notebook-extension-7.0.0-alpha.17.tgz: 17cac111ee63a09a685ef2ff955917abb9fbec386620a37c0d680aae4da7bc46 jupyter-notebook-terminal-extension-7.0.0-alpha.17.tgz: 124a73f6b631d64e5c02dbd87bad104bf3b5b7b4ea92e0c067526ff63f2151f5 jupyter-notebook-tree-7.0.0-alpha.17.tgz: a5a348712c99e3b413307b5599982c89e758e4435dd8cc2741ca0bd1154f9f2b jupyter-notebook-tree-extension-7.0.0-alpha.17.tgz: 1a4f8e322cff780cd439b1f5722ef416b46e2c203ca3f680d4da1a70f9fdbeb1 jupyter-notebook-ui-components-7.0.0-alpha.17.tgz: 8ad41bb70995a8dcbc6f64e785d823456e594f6069218b7b20da74e8d66abd0b notebook-7.0.0a17-py3-none-any.whl: 43017968236c163364490ccd0178a68023c9c7d1fbcdaf9118ebcf1c79f37f77 notebook-7.0.0a17.tar.gz: cf2e5855e07a7b8c08efbeae23643deb29814858d26940a772274365f371a343
2023-03-20 13:10:34 +00:00
"version": "7.0.0-alpha.17",
2021-01-19 09:35:54 +01:00
"private": true,
2022-01-18 13:18:12 +01:00
"description": "Jupyter Notebook - Build Utilities",
2022-01-18 16:43:12 +01:00
"homepage": "https://github.com/jupyter/notebook",
2021-01-19 09:35:54 +01:00
"bugs": {
2022-01-18 16:43:12 +01:00
"url": "https://github.com/jupyter/notebook/issues"
2021-01-19 09:35:54 +01:00
},
"repository": {
"type": "git",
2022-01-18 16:43:12 +01:00
"url": "https://github.com/jupyter/notebook.git"
2021-01-19 09:35:54 +01:00
},
"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.22",
2021-01-19 10:46:01 +01:00
"commander": "^6.2.0",
"fs-extra": "^9.1.0",
"typescript": "~5.0.2"
2021-01-19 09:35:54 +01:00
},
"devDependencies": {
"@types/fs-extra": "^9.0.10",
2021-01-19 09:35:54 +01:00
"@types/node": "^14.6.1",
2022-09-29 10:43:21 +01:00
"rimraf": "^3.0.2"
2021-01-19 09:35:54 +01:00
}
}