notebook/buildutils/package.json
blink1073 7544eeaed7 Publish 7.0.0a8
SHA256 hashes:

jupyter-notebook-application-7.0.0-alpha.8.tgz: d0cb7da2e3ba26429735a2e1b96c625dd6e0cca5a544e0a3c36641097a49c9aa

jupyter-notebook-application-extension-7.0.0-alpha.8.tgz: fb78f35c784265f933a6f01e2a3ca158b6941a8cc290c12c35d11949e56e87a3

jupyter-notebook-console-extension-7.0.0-alpha.8.tgz: f13d3ff502f61a1811604aac6361fa4627d18399559c3ed3aeb7f50377d1adc7

jupyter-notebook-docmanager-extension-7.0.0-alpha.8.tgz: a64bb18b0cfe9f801000c8dbd450819f20b464244cc0a6fe2439cf7c76ff18ff

jupyter-notebook-documentsearch-extension-7.0.0-alpha.8.tgz: 488f85fc95a51f45277e723b1d13d8b4cfd6186b27f16a8f16137f0a00a05008

jupyter-notebook-help-extension-7.0.0-alpha.8.tgz: e1df4bc4bd204d8e6a9be255dd7bff437d9407a7bdfac308070c02f40130399d

jupyter-notebook-lab-extension-7.0.0-alpha.8.tgz: 760ec1fa7926c081720ffe7657c596b53890bac4533227fa7947f5c4ff6fdd92

jupyter-notebook-notebook-extension-7.0.0-alpha.8.tgz: 21e0f856c6bd2a2caafac55bc9c8ee8371f07ac5e4b01c57c409e5f476224625

jupyter-notebook-terminal-extension-7.0.0-alpha.8.tgz: 3bc1e8661a621d5834d528076b875f2e0c8a7e1e454f46182b2d79487e9bfad9

jupyter-notebook-tree-7.0.0-alpha.8.tgz: eef8ba4aee383f024f27d57fe5bdcc7896c3c0ac6b3bdd0a8e67b14518483162

jupyter-notebook-tree-extension-7.0.0-alpha.8.tgz: 8af2d1f4e2cc82a93a98ad88c842eea708a304f6e78a984d3263de2969cbf4e0

jupyter-notebook-ui-components-7.0.0-alpha.8.tgz: b3f20f32e7d1fbbe2a52f8a66ef1ad68d282cc9853286bc141033978a9ed5116

notebook-7.0.0a8-py3-none-any.whl: b3797114631992b9a4a426d967e772ba099156ecab46d7576437c5a0d10cdea7

notebook-7.0.0a8.tar.gz: 514b3e48203e991e1d0a143fa8f253d6fdee9d293d2c54c01322bb13ae6093cd
2022-11-11 03:03:58 +00:00

44 lines
1.0 KiB
JSON

{
"name": "@jupyter-notebook/buildutils",
"version": "7.0.0-alpha.8",
"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",
"prepublishOnly": "npm run build",
"watch": "tsc -w --listEmittedFiles"
},
"dependencies": {
"@jupyterlab/buildutils": "^4.0.0-alpha.15",
"commander": "^6.2.0",
"fs-extra": "^9.1.0",
"typescript": "~4.7.3"
},
"devDependencies": {
"@types/fs-extra": "^9.0.10",
"@types/node": "^14.6.1",
"rimraf": "^3.0.2"
}
}