UNPKG

shelljs-plugin-inspect

Version:

Add a .inspect method to ShellJS objects for REPL use

49 lines (48 loc) 1.14 kB
{ "name": "shelljs-plugin-inspect", "version": "0.4.0", "description": "Add a .inspect method to ShellJS objects for REPL use", "main": "index.js", "scripts": { "posttest": "npm run lint", "test": "mocha", "lint": "eslint .", "changelog": "shelljs-changelog", "release:major": "shelljs-release major", "release:minor": "shelljs-release minor", "release:patch": "shelljs-release patch" }, "keywords": [ "shelljs", "REPL", "inspect", "method", "plugin", "n_shell" ], "author": "Nate Fischer <ntfschr@gmail.com> (https://github.com/nfischer)", "repository": { "type": "git", "url": "git://github.com/nfischer/shelljs-plugin-inspect.git" }, "license": "MIT", "files": [ "index.js" ], "devDependencies": { "eslint": "^4.19.1", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.17.3", "mocha": "^5.2.0", "shelljs": "^0.9.1", "shelljs-changelog": "^0.2.6", "shelljs-release": "^0.5.2", "should": "^13.2.3" }, "peerDependencies": { "shelljs": "^0.9.1" }, "engines": { "node": ">=18" } }