12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "name": "@jupyterlab/testutils",
- "version": "2.1.0",
- "description": "JupyterLab - Test Utilities",
- "homepage": "https://github.com/jupyterlab/jupyterlab",
- "bugs": {
- "url": "https://github.com/jupyterlab/jupyterlab/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/jupyterlab/jupyterlab.git"
- },
- "license": "BSD-3-Clause",
- "author": "Project Jupyter",
- "files": [
- "lib/*.d.ts",
- "lib/*.js.map",
- "lib/*.js",
- "default.json",
- "tsconfigtestbase.json"
- ],
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
- "directories": {
- "lib": "lib/"
- },
- "scripts": {
- "build": "tsc -b",
- "clean": "rimraf lib",
- "prepublishOnly": "npm run build",
- "watch": "tsc --watch"
- },
- "dependencies": {
- "@jupyterlab/apputils": "^2.1.0",
- "@jupyterlab/cells": "^2.1.0",
- "@jupyterlab/codeeditor": "^2.1.0",
- "@jupyterlab/codemirror": "^2.1.0",
- "@jupyterlab/coreutils": "^4.1.0",
- "@jupyterlab/docregistry": "^2.1.0",
- "@jupyterlab/nbformat": "^2.1.0",
- "@jupyterlab/notebook": "^2.1.0",
- "@jupyterlab/rendermime": "^2.1.0",
- "@jupyterlab/services": "^5.1.0",
- "@lumino/algorithm": "^1.2.3",
- "@lumino/coreutils": "^1.4.2",
- "@lumino/properties": "^1.1.6",
- "@lumino/signaling": "^1.3.5",
- "fs-extra": "^8.1.0",
- "identity-obj-proxy": "^3.0.0",
- "jest": "^25.2.3",
- "jest-raw-loader": "^1.0.1",
- "json-to-html": "~0.1.2",
- "node-fetch": "^2.6.0",
- "path": "~0.12.7",
- "simulate-event": "~1.4.0",
- "ts-jest": "^25.2.1"
- },
- "devDependencies": {
- "@types/jest": "^24.0.23",
- "@types/node-fetch": "^2.5.4",
- "lighthouse": "5.6.0",
- "typescript": "~3.7.3"
- },
- "publishConfig": {
- "access": "public"
- }
- }
|