{ "manifest": { "name": "@jupyterlab/nbformat", "version": "3.2.8", "description": "Notebook format interfaces", "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": { "name": "Project Jupyter" }, "sideEffects": [ "style/**/*" ], "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", "schema/*.json", "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}" ], "scripts": { "build": "tsc -b", "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": { "@lumino/coreutils": "^1.5.3" }, "devDependencies": { "@jupyterlab/testutils": "^3.2.8", "@types/jest": "^26.0.10", "jest": "^26.4.2", "rimraf": "~3.0.0", "ts-jest": "^26.3.0", "typescript": "~4.1.3" }, "publishConfig": { "access": "public" }, "_registry": "npm", "_loc": "/home/jovyan/.cache/yarn/v6/npm-@jupyterlab-nbformat-3.2.8-5ddabda4cddc64498828b43bb9f01dada4981842-integrity/node_modules/@jupyterlab/nbformat/package.json" }, "artifacts": [], "remote": { "resolved": "https://registry.yarnpkg.com/@jupyterlab%2fnbformat/-/nbformat-3.2.8.tgz#5ddabda4cddc64498828b43bb9f01dada4981842", "type": "tarball", "reference": "https://registry.yarnpkg.com/@jupyterlab%2fnbformat/-/nbformat-3.2.8.tgz", "hash": "5ddabda4cddc64498828b43bb9f01dada4981842", "integrity": "sha512-w73u+8CKSkSBaqyshrfRDyTGRVGpOmJPQFMVJYkymdVoJYlcdNOUJgXp3kp66xvXYxiE94rG3i3thJNospobQw==", "registry": "npm", "packageName": "@jupyterlab/nbformat", "cacheIntegrity": "sha512-w73u+8CKSkSBaqyshrfRDyTGRVGpOmJPQFMVJYkymdVoJYlcdNOUJgXp3kp66xvXYxiE94rG3i3thJNospobQw== sha1-Xdq9pM3cZEmIKLQ7ufAdraSYGEI=" }, "registry": "npm", "hash": "5ddabda4cddc64498828b43bb9f01dada4981842" }