[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "is-async-function@^2.0.0",
|
---|
| 3 | "_id": "is-async-function@2.1.0",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-GExz9MtyhlZyXYLxzlJRj5WUCE661zhDa1Yna52CN57AJsymh+DvXXjyveSioqSRdxvUrdKdvqB1b5cVKsNpWQ==",
|
---|
| 6 | "_location": "/is-async-function",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "is-async-function@^2.0.0",
|
---|
| 12 | "name": "is-async-function",
|
---|
| 13 | "escapedName": "is-async-function",
|
---|
| 14 | "rawSpec": "^2.0.0",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^2.0.0"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/which-builtin-type"
|
---|
| 20 | ],
|
---|
| 21 | "_resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.0.tgz",
|
---|
| 22 | "_shasum": "1d1080612c493608e93168fc4458c245074c06a6",
|
---|
| 23 | "_spec": "is-async-function@^2.0.0",
|
---|
| 24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/which-builtin-type",
|
---|
| 25 | "author": {
|
---|
| 26 | "name": "Jordan Harband",
|
---|
| 27 | "email": "ljharb@gmail.com"
|
---|
| 28 | },
|
---|
| 29 | "auto-changelog": {
|
---|
| 30 | "output": "CHANGELOG.md",
|
---|
| 31 | "template": "keepachangelog",
|
---|
| 32 | "unreleased": false,
|
---|
| 33 | "commitLimit": false,
|
---|
| 34 | "backfillLimit": false,
|
---|
| 35 | "hideCredit": true
|
---|
| 36 | },
|
---|
| 37 | "bugs": {
|
---|
| 38 | "url": "https://github.com/inspect-js/is-async-function/issues"
|
---|
| 39 | },
|
---|
| 40 | "bundleDependencies": false,
|
---|
| 41 | "dependencies": {
|
---|
| 42 | "call-bound": "^1.0.3",
|
---|
| 43 | "get-proto": "^1.0.1",
|
---|
| 44 | "has-tostringtag": "^1.0.2",
|
---|
| 45 | "safe-regex-test": "^1.1.0"
|
---|
| 46 | },
|
---|
| 47 | "deprecated": false,
|
---|
| 48 | "description": "Determine if a function is a native async function.",
|
---|
| 49 | "devDependencies": {
|
---|
| 50 | "@arethetypeswrong/cli": "^0.17.2",
|
---|
| 51 | "@ljharb/eslint-config": "^21.1.1",
|
---|
| 52 | "@ljharb/tsconfig": "^0.2.3",
|
---|
| 53 | "@types/for-each": "^0.3.3",
|
---|
| 54 | "@types/make-async-function": "^1.0.2",
|
---|
| 55 | "@types/make-generator-function": "^2.0.3",
|
---|
| 56 | "@types/tape": "^5.8.0",
|
---|
| 57 | "auto-changelog": "^2.5.0",
|
---|
| 58 | "encoding": "^0.1.13",
|
---|
| 59 | "eslint": "=8.8.0",
|
---|
| 60 | "for-each": "^0.3.3",
|
---|
| 61 | "in-publish": "^2.0.1",
|
---|
| 62 | "make-async-function": "^1.0.0",
|
---|
| 63 | "make-generator-function": "^2.0.0",
|
---|
| 64 | "npmignore": "^0.3.1",
|
---|
| 65 | "nyc": "^10.3.2",
|
---|
| 66 | "safe-publish-latest": "^2.0.0",
|
---|
| 67 | "tape": "^5.9.0",
|
---|
| 68 | "typescript": "next",
|
---|
| 69 | "uglify-register": "^1.0.1"
|
---|
| 70 | },
|
---|
| 71 | "engines": {
|
---|
| 72 | "node": ">= 0.4"
|
---|
| 73 | },
|
---|
| 74 | "funding": {
|
---|
| 75 | "url": "https://github.com/sponsors/ljharb"
|
---|
| 76 | },
|
---|
| 77 | "homepage": "https://github.com/inspect-js/is-async-function#readme",
|
---|
| 78 | "keywords": [
|
---|
| 79 | "async",
|
---|
| 80 | "async function",
|
---|
| 81 | "es6",
|
---|
| 82 | "es2015",
|
---|
| 83 | "yield",
|
---|
| 84 | "function",
|
---|
| 85 | "function*"
|
---|
| 86 | ],
|
---|
| 87 | "license": "MIT",
|
---|
| 88 | "main": "index.js",
|
---|
| 89 | "name": "is-async-function",
|
---|
| 90 | "publishConfig": {
|
---|
| 91 | "ignore": [
|
---|
| 92 | ".github/workflows"
|
---|
| 93 | ]
|
---|
| 94 | },
|
---|
| 95 | "repository": {
|
---|
| 96 | "type": "git",
|
---|
| 97 | "url": "git://github.com/inspect-js/is-async-function.git"
|
---|
| 98 | },
|
---|
| 99 | "scripts": {
|
---|
| 100 | "lint": "eslint --ext=js,mjs .",
|
---|
| 101 | "postlint": "tsc && attw -P",
|
---|
| 102 | "posttest": "npx npm@\">= 10.2\" audit --production",
|
---|
| 103 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
| 104 | "prepack": "npmignore --auto --commentLines=autogenerated",
|
---|
| 105 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
| 106 | "prepublishOnly": "safe-publish-latest",
|
---|
| 107 | "pretest": "npm run lint",
|
---|
| 108 | "test": "npm run tests-only",
|
---|
| 109 | "test:all": "npm run test:index && npm run test:uglified",
|
---|
| 110 | "test:index": "node test",
|
---|
| 111 | "test:uglified": "node test/uglified",
|
---|
| 112 | "tests-only": "nyc npm run test:all",
|
---|
| 113 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
| 114 | },
|
---|
| 115 | "testling": {
|
---|
| 116 | "files": "test/index.js",
|
---|
| 117 | "browsers": [
|
---|
| 118 | "iexplore/6.0..latest",
|
---|
| 119 | "firefox/3.0..6.0",
|
---|
| 120 | "firefox/15.0..latest",
|
---|
| 121 | "firefox/nightly",
|
---|
| 122 | "chrome/4.0..10.0",
|
---|
| 123 | "chrome/20.0..latest",
|
---|
| 124 | "chrome/canary",
|
---|
| 125 | "opera/10.0..latest",
|
---|
| 126 | "opera/next",
|
---|
| 127 | "safari/4.0..latest",
|
---|
| 128 | "ipad/6.0..latest",
|
---|
| 129 | "iphone/6.0..latest",
|
---|
| 130 | "android-browser/4.2"
|
---|
| 131 | ]
|
---|
| 132 | },
|
---|
| 133 | "version": "2.1.0"
|
---|
[d565449] | 134 | }
|
---|