UNPKG

is-async-fn

Version:

Check if something is an ES7 async function

44 lines (43 loc) 1.05 kB
{ "name": "is-async-fn", "version": "1.1.0", "description": "Check if something is an ES7 async function", "main": "index.js", "scripts": { "test": "standard && find ./tests -name *.test.js -exec node --require ./tests/_babel.js {} \\; | tap-spec" }, "repository": { "type": "git", "url": "git+https://github.com/jprichardson/is-async-fn.git" }, "keywords": [ "function", "fn", "func", "async", "await", "es7", "is", "check" ], "author": "JP Richardson", "license": "MIT", "bugs": { "url": "https://github.com/jprichardson/is-async-fn/issues" }, "homepage": "https://github.com/jprichardson/is-async-fn#readme", "devDependencies": { "babel-core": "^6.2.1", "babel-eslint": "^4.1.6", "babel-preset-es2015": "^6.1.18", "babel-preset-stage-3": "^6.1.18", "babel-regenerator-runtime": "^6.2.0", "standard": "^5.4.1", "tap-spec": "^4.1.1", "tape": "^4.2.2", "tape-promise": "^1.0.1" }, "standard": { "parser": "babel-eslint" } }