frontend/.pnpm-store/v3/files/cd/4b78066ddcb0e99a60d3521b742cffb8906732606417ec5bc042d5f7ed047fd8a358382866666a1f65caf39742e9ff350b8dc28dd433756d5afc6f5185cafe

28 lines
575 B
Plaintext

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