UNPKG

magicpatch

Version:

Adds IPython / Jupyter magic commands to IJavascript

88 lines (87 loc) 2.29 kB
{ "name": "magicpatch", "version": "0.12.4", "description": "Adds IPython / Jupyter magic commands to IJavascript", "main": "index.js", "bin": { "magicpatch-location": "bin/magicPatchLocation.js", "magicpatch-install": "bin/magicPatchInstall.js" }, "directories": { "lib": "lib", "test": "test" }, "scripts": { "lint": "gulp lint", "test": "gulp test", "coverage": "nyc --reporter=lcov --reporter=text-summary npm test", "release": "standard-version -- --no-verify" }, "repository": { "type": "git", "url": "git+https://github.com/apowers313/magicpatch.git" }, "keywords": [ "jupyter", "ipython", "ijavascript", "magic", "magics" ], "author": "Adam Powers <apowers@ato.ms>", "license": "MIT", "bugs": { "url": "https://github.com/apowers313/magicpatch/issues" }, "homepage": "https://github.com/apowers313/magicpatch#readme", "devDependencies": { "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", "browser-sync": "^2.26.14", "chai": "^4.3.4", "cz-conventional-changelog": "^3.3.0", "doctoc": "^2.0.0", "eslint": "^7.32.0", "eslint-plugin-jsdoc": "^30.7.13", "eslint-plugin-mocha": "^8.2.0", "eslint-plugin-old-c-programmer": "^1.0.1", "gulp": "^4.0.2", "gulp-eslint7": "^0.3.1", "gulp-mocha": "^8.0.0", "husky": "^4.3.0", "is-ci": "^3.0.0", "magicpatch-test": "^1.1.2", "mocha": "^9.1.0", "mock-spawn": "^0.2.6", "mockery": "^2.1.0", "nyc": "^15.1.0", "pinst": "^2.1.6", "standard-version": "^9.3.1", "std-mocks": "^1.0.1" }, "dependencies": { "commander": "^7.2.0", "envinfo": "^7.8.1", "execa": "^5.1.1", "find-package-json": "^1.2.0", "humanize-anything": "^1.1.1", "is-docker": "^2.2.1", "isomorphic-git": "^1.8.2", "node-notifier": "^10.0.0", "table": "^6.7.1", "tmp": "^0.2.1" }, "husky": { "hooks": { "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", "pre-commit": "gulp test:quiet", "pre-push": "gulp ready" } }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }