Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
575 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "run-async",
|
---|
| 3 | "version": "2.4.1",
|
---|
| 4 | "description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
|
---|
| 5 | "main": "index.js",
|
---|
| 6 | "scripts": {
|
---|
| 7 | "test": "mocha -R spec"
|
---|
| 8 | },
|
---|
| 9 | "engines": {
|
---|
| 10 | "node": ">=0.12.0"
|
---|
| 11 | },
|
---|
| 12 | "repository": "SBoudrias/run-async",
|
---|
| 13 | "keywords": [
|
---|
| 14 | "flow",
|
---|
| 15 | "flow-control",
|
---|
| 16 | "async"
|
---|
| 17 | ],
|
---|
| 18 | "files": [
|
---|
| 19 | "index.js"
|
---|
| 20 | ],
|
---|
| 21 | "author": "Simon Boudrias <admin@simonboudrias.com>",
|
---|
| 22 | "license": "MIT",
|
---|
| 23 | "dependencies": {},
|
---|
| 24 | "devDependencies": {
|
---|
| 25 | "mocha": "^7.1.0"
|
---|
| 26 | }
|
---|
| 27 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.