safe
Version:
Starting from version 0.4.0 safejs implements almost all functions of [Async](https://github.com/caolan/async) and can transparently replace it. For asyncjs functions library adds its error trap capabilities and also contain some optimizations and speed i
51 lines (50 loc) • 1.1 kB
JSON
{
"author": "Sergey Korotkov <sergeyksv@gmail.com>",
"name": "safe",
"version": "0.4.8",
"repository": {
"type": "git",
"url": "git://github.com/sergeyksv/safejs.git"
},
"contributors": [
{
"name": "Sergey Korotkov",
"email": "sergeyksv@gmail.com"
},
{
"name": "Ilya Shatokhin",
"email": "eXamp1e@mail.ru"
}
],
"keywords": [
"async",
"safe",
"callback",
"controlflow"
],
"main": "app.js",
"engines": {
"node": ">= v0.10.x"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"es6-map": "^0.1.5",
"es6-promise": "^4.2.8",
"es6-set": "^0.1.6",
"es6-symbol": "^3.1.3",
"eslint": "^8.56.0",
"eslint-plugin-no-inferred-method-name": "^2.0.0",
"eslint-plugin-sonarjs": "^0.23.0",
"grunt": "^1.6.1",
"grunt-babel": "^8.0.0",
"grunt-terser": "^2.0.0",
"is-async-supported": "^1.2.0",
"load-grunt-tasks": "^5.1.0",
"mocha": "^3.5.3"
},
"scripts": {
"test": "mocha -bR spec ./test/test.js"
},
"dependencies": {}
}