@jupyterlab/services
Version:
Client APIs for the Jupyter services REST APIs
81 lines (80 loc) • 2.18 kB
JSON
{
"name": "@jupyterlab/services",
"version": "6.4.7",
"description": "Client APIs for the Jupyter services REST APIs",
"keywords": [
"jupyter",
"notebook",
"services"
],
"homepage": "https://github.com/jupyterlab/jupyterlab",
"bugs": {
"url": "https://github.com/jupyterlab/jupyterlab/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/jupyterlab"
},
"license": "BSD-3-Clause",
"author": "Project Jupyter",
"main": "lib/index.js",
"browser": {
"node-fetch": false,
"ws": "./lib/shim/ws.js"
},
"typings": "lib/index.d.ts",
"files": [
"lib/**/*.js",
"lib/*.js.map",
"lib/**/*.d.ts",
"lib/**/*.js.map",
"lib/*.js",
"lib/*.d.ts",
"dist/*.js",
"dist/**/*.js"
],
"scripts": {
"build": "tsc -b",
"build:all": "npm run build && webpack",
"build:test": "tsc --build tsconfig.test.json",
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
"docs": "typedoc src",
"test": "jest",
"test:cov": "jest --collect-coverage",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
"test:debug:watch": "node --inspect-brk node_modules/.bin/jest --runInBand --watch",
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/coreutils": "^5.4.7",
"@jupyterlab/nbformat": "^3.4.7",
"@jupyterlab/observables": "^4.4.7",
"@jupyterlab/settingregistry": "^3.4.7",
"@jupyterlab/statedb": "^3.4.7",
"@lumino/algorithm": "^1.9.0",
"@lumino/coreutils": "^1.11.0",
"@lumino/disposable": "^1.10.0",
"@lumino/polling": "^1.9.0",
"@lumino/signaling": "^1.10.0",
"node-fetch": "^2.6.0",
"ws": "^7.4.6"
},
"devDependencies": {
"@jupyterlab/testutils": "^3.4.7",
"@types/jest": "^26.0.10",
"@types/node-fetch": "^2.5.4",
"@types/text-encoding": "^0.0.35",
"@types/ws": "^7.4.4",
"jest": "^26.4.2",
"rimraf": "~3.0.0",
"text-encoding": "^0.7.0",
"ts-jest": "^26.3.0",
"typedoc": "~0.21.2",
"typescript": "~4.1.3",
"webpack": "^5.41.1",
"webpack-cli": "^4.1.0"
},
"publishConfig": {
"access": "public"
}
}