add lisp packages
This commit is contained in:
34
lisp/emacs-application-framework/app/mermaid/node_modules/try-catch/package.json
generated
vendored
Normal file
34
lisp/emacs-application-framework/app/mermaid/node_modules/try-catch/package.json
generated
vendored
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user