{
"name": "@cocalc/jupyter",
"version": "0.1.2",
"description": "CoCalc Jupyter -- code to support using Jupyter in cocalc, mainly across all clients",
"exports": {
"./*": "./dist/*.js",
"./execute/*": "./dist/execute/*.js",
"./kernel": "./dist/kernel/index.js",
"./kernel/*": "./dist/kernel/*.js",
"./zmq": "./dist/zmq/index.js",
"./zmq/*": "./dist/zmq/*.js",
"./nbgrader": "./dist/nbgrader/index.js",
"./nbgrader/*": "./dist/nbgrader/*.js",
"./pool/*": "./dist/pool/*.js",
"./stateless-api/*": "./dist/stateless-api/*.js",
"./store/*": "./dist/store/*.js",
"./types": "./dist/types/index.js",
"./types/*": "./dist/types/*.js",
"./util": "./dist/util/index.js",
"./util/*": "./dist/util/*.js"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "../node_modules/.bin/tsc --build",
"clean": "rm -rf node_modules dist",
"test": "pnpm exec jest --forceExit --maxWorkers=2",
"depcheck": "pnpx depcheck",
"tsc": "../node_modules/.bin/tsc --watch --pretty --preserveWatchOutput"
},
"files": [
"dist/**",
"bin/**",
"README.md",
"package.json"
],
"author": "SageMath, Inc.",
"keywords": [
"cocalc",
"jupyter"
],
"license": "SEE LICENSE.md",
"dependencies": {
"@cocalc/backend": "workspace:*",
"@cocalc/conat": "workspace:*",
"@cocalc/jupyter": "workspace:*",
"@cocalc/sync": "workspace:*",
"@cocalc/util": "workspace:*",
"awaiting": "^3.0.0",
"debug": "^4.4.0",
"expect": "^26.6.2",
"he": "^1.2.0",
"immutable": "^4.3.0",
"json-stable-stringify": "^1.0.1",
"jsonfile": "^6.1.0",
"jupyter-paths": "^2.0.3",
"kernelspecs": "^2.0.1",
"lodash": "^4.17.21",
"lru-cache": "^7.18.3",
"mkdirp": "^1.0.4",
"node-cleanup": "^2.1.2",
"shell-escape": "^0.2.0",
"uuid": "^8.3.2",
"zeromq": "^6.4.2"
},
"devDependencies": {
"@types/json-stable-stringify": "^1.0.32",
"@types/node": "^18.16.14",
"@types/node-cleanup": "^2.1.2"
},
"homepage": "https://github.com/sagemathinc/cocalc/tree/master/src/packages/jupyter",
"repository": {
"type": "git",
"url": "https://github.com/sagemathinc/cocalc"
}
}