Files
emacs/lisp/emacs-application-framework/app/mermaid/node_modules/try-catch/package.json
2020-12-05 21:29:49 +01:00

35 lines
872 B
JSON

{
"name": "try-catch",
"version": "2.0.1",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "functional try-catch wrapper",
"homepage": "http://github.com/coderaiser/try-catch",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/try-catch.git"
},
"scripts": {
"test": "madrun test",
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"coverage": "madrun coverage",
"report": "madrun report"
},
"dependencies": {},
"devDependencies": {
"coveralls": "^3.0.0",
"eslint": "^6.3.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-putout": "^2.0.0",
"madrun": "^3.0.3",
"nyc": "^14.1.1",
"putout": "^5.27.0",
"supertape": "^1.2.3"
},
"license": "MIT",
"engines": {
"node": ">=0.4"
},
"main": "lib/try-catch.js"
}