UNPKG

1.06 kBJSONView Raw
1{
2 "name": "async-af",
3 "description": "The asynciest of async libs there ever was or ever will be...AsyncAF!?",
4 "author": "Scott Rudiger (https://github.com/ScottRudiger)",
5 "license": "MIT",
6 "version": "7.0.39",
7 "homepage": "https://async-af.js.org",
8 "bugs": {
9 "url": "https://github.com/AsyncAF/AsyncAF/issues"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/AsyncAF/AsyncAF.git"
14 },
15 "keywords": [
16 "AsyncAF",
17 "async-af",
18 "async",
19 "await",
20 "async/await",
21 "Promise",
22 "Promises",
23 "library",
24 "array",
25 "method",
26 "methods",
27 "parallel",
28 "series",
29 "serial",
30 "map",
31 "forEach",
32 "reduce",
33 "filter",
34 "every",
35 "some",
36 "includes",
37 "find",
38 "findIndex",
39 "indexOf",
40 "lastIndexOf",
41 "join",
42 "split"
43 ],
44 "main": "index.js",
45 "module": "esm/index.js",
46 "files": [
47 "index*",
48 "min*",
49 "legacy/**",
50 "esm/**",
51 "README.md"
52 ],
53 "publishConfig": {
54 "access": "public"
55 },
56 "sideEffects": false
57}