add lisp packages

This commit is contained in:
2020-12-05 21:29:49 +01:00
parent 85e20365ae
commit a6e2395755
7272 changed files with 1363243 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
{
"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"
}