{ "_args": [ [ "is-async-function@2.0.0", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_from": "is-async-function@2.0.0", "_id": "is-async-function@2.0.0", "_inBundle": false, "_integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==", "_location": "/is-async-function", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "is-async-function@2.0.0", "name": "is-async-function", "escapedName": "is-async-function", "rawSpec": "2.0.0", "saveSpec": null, "fetchSpec": "2.0.0" }, "_requiredBy": [ "/which-builtin-type" ], "_resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz", "_spec": "2.0.0", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Jordan Harband", "email": "ljharb@gmail.com" }, "auto-changelog": { "output": "CHANGELOG.md", "template": "keepachangelog", "unreleased": false, "commitLimit": false, "backfillLimit": false, "hideCredit": true }, "bugs": { "url": "https://github.com/inspect-js/is-async-function/issues" }, "dependencies": { "has-tostringtag": "^1.0.0" }, "description": "Determine if a function is a native async function.", "devDependencies": { "@ljharb/eslint-config": "^21.0.0", "aud": "^2.0.0", "auto-changelog": "^2.4.0", "eslint": "=8.8.0", "in-publish": "^2.0.1", "make-async-function": "^1.0.0", "make-generator-function": "^2.0.0", "nyc": "^10.3.2", "safe-publish-latest": "^2.0.0", "tape": "^5.5.3", "uglify-register": "^1.0.1" }, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" }, "homepage": "https://github.com/inspect-js/is-async-function#readme", "keywords": [ "async", "async function", "es6", "es2015", "yield", "function", "function*" ], "license": "MIT", "main": "index.js", "name": "is-async-function", "repository": { "type": "git", "url": "git://github.com/inspect-js/is-async-function.git" }, "scripts": { "lint": "eslint --ext=js,mjs .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "test:all": "npm run test:index && npm run test:uglified", "test:index": "node test", "test:uglified": "node test/uglified", "tests-only": "nyc npm run test:all", "version": "auto-changelog && git add CHANGELOG.md" }, "testling": { "files": "test/index.js", "browsers": [ "iexplore/6.0..latest", "firefox/3.0..6.0", "firefox/15.0..latest", "firefox/nightly", "chrome/4.0..10.0", "chrome/20.0..latest", "chrome/canary", "opera/10.0..latest", "opera/next", "safari/4.0..latest", "ipad/6.0..latest", "iphone/6.0..latest", "android-browser/4.2" ] }, "version": "2.0.0" }