github-pages-deploy-action/node_modules/run-async/package.json

30 lines
605 B
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "run-async",
"version": "2.4.0",
2020-03-07 11:45:40 +08:00
"description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
2020-03-31 20:57:48 +08:00
"main": "index.js",
"scripts": {
"test": "mocha -R spec"
2020-03-07 11:45:40 +08:00
},
"engines": {
"node": ">=0.12.0"
},
2020-03-31 20:57:48 +08:00
"repository": "SBoudrias/run-async",
2020-03-07 11:45:40 +08:00
"keywords": [
"flow",
"flow-control",
"async"
],
2020-03-31 20:57:48 +08:00
"files": [
"index.js"
],
"author": "Simon Boudrias <admin@simonboudrias.com>",
2020-03-07 11:45:40 +08:00
"license": "MIT",
2020-03-31 20:57:48 +08:00
"dependencies": {
"is-promise": "^2.1.0"
2020-03-22 05:13:25 +08:00
},
2020-03-31 20:57:48 +08:00
"devDependencies": {
"mocha": "^7.1.0"
}
2020-03-07 11:45:40 +08:00
}