notebook/buildutils/package.json

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

43 lines
989 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.3.2 SHA256 hashes: jupyter-notebook-application-7.3.2.tgz: 86748fc262cbd44c176605f653d6ece2d766e2c4bbc79e90ddb01cb6b69a6e8b jupyter-notebook-application-extension-7.3.2.tgz: 1c01e961154c7a3201dc63ebd120f5562072a03c98b76f5b914fb610eff7a61d jupyter-notebook-console-extension-7.3.2.tgz: 5b4cc2a412c149e8b8064f758a7924df573c4689850b56c446d34511e7fa3617 jupyter-notebook-docmanager-extension-7.3.2.tgz: 34b25c80f4d2acb04a014493f9f94e40e43e16cb88360cb8f06925ba7a20f185 jupyter-notebook-documentsearch-extension-7.3.2.tgz: 6eb1cba67eea64f2ed23cb209e49d649b11d52b6d6d29ccc834c8c6d192b6628 jupyter-notebook-help-extension-7.3.2.tgz: 528450047720eacc075dbbc75f67e0017cdc7f064c3a44b3406808946bd73171 jupyter-notebook-lab-extension-7.3.2.tgz: 980e06686c78d63d574d59caa79a81e7b786b49a9e57134f80f9f836662e68dc jupyter-notebook-notebook-extension-7.3.2.tgz: f515e9c4d19f2b9fd59fc9a709366ced71d62d5603b37f9a2660937645377018 jupyter-notebook-terminal-extension-7.3.2.tgz: ae3a16ea43fb6848e863d9166f5f13e926c7d1855cc4eb4ec12fa0c579233ef6 jupyter-notebook-tree-7.3.2.tgz: 35cb648cc7148009cad0115c5416bad9eb27ea7c257128017129c1f5b21ded8f jupyter-notebook-tree-extension-7.3.2.tgz: aa8120e19b8b369caa018f2db0a7c8b6a6fc0d6e5bc637d50892f923db85c214 jupyter-notebook-ui-components-7.3.2.tgz: ca6079d21cdae1f225f64de421c492d5e0e09c5546b104b2c64986b4885f0449 notebook-7.3.2-py3-none-any.whl: e5f85fc59b69d3618d73cf27544418193ff8e8058d5bf61d315ce4f473556288 notebook-7.3.2.tar.gz: 705e83a1785f45b383bf3ee13cb76680b92d24f56fb0c7d2136fe1d850cd3ca8
2024-12-21 08:39:01 +00:00
"version": "7.3.2",
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.3.4",
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
}
}