wishthis/node_modules/run-async/package.json

28 lines
575 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "run-async",
"version": "2.4.1",
2022-01-21 08:28:41 +00:00
"description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
2022-04-08 10:55:35 +00:00
"main": "index.js",
"scripts": {
"test": "mocha -R spec"
2022-01-21 08:28:41 +00:00
},
"engines": {
"node": ">=0.12.0"
},
2022-04-08 10:55:35 +00:00
"repository": "SBoudrias/run-async",
2022-01-21 08:28:41 +00:00
"keywords": [
"flow",
"flow-control",
"async"
],
2022-04-08 10:55:35 +00:00
"files": [
"index.js"
],
"author": "Simon Boudrias <admin@simonboudrias.com>",
2022-01-21 08:28:41 +00:00
"license": "MIT",
2022-04-08 10:55:35 +00:00
"dependencies": {},
"devDependencies": {
"mocha": "^7.1.0"
}
2022-01-21 08:28:41 +00:00
}