File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " is-async-function" ,
3
+ "version" : " 1.3.0" ,
4
+ "description" : " Is this a native `async function`?" ,
5
+ "main" : " index.js" ,
6
+ "exports" : {
7
+ "." : " ./index.js" ,
8
+ "./package.json" : " ./package.json"
9
+ },
10
+ "scripts" : {
11
+ "test" : " echo \" Error: no test specified\" && exit 1"
12
+ },
13
+ "repository" : {
14
+ "type" : " git" ,
15
+ "url" : " git+https://github.com/inspect-js/is-async-function.git"
16
+ },
17
+ "keywords" : [
18
+ " async-await" ,
19
+ " async" ,
20
+ " await" ,
21
+ " is-async-function" ,
22
+ " function" ,
23
+ " fn"
24
+ ],
25
+ "author" :
" Jordan Harband <[email protected] >" ,
26
+ "license" : " MIT" ,
27
+ "bugs" : {
28
+ "url" : " https://github.com/inspect-js/is-async-function/issues"
29
+ },
30
+ "homepage" : " https://github.com/inspect-js/is-async-function#readme"
31
+ }
You can’t perform that action at this time.
0 commit comments