{
  "_args": [
    [
      "async-compat@1.4.7",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "async-compat@1.4.7",
  "_id": "async-compat@1.4.7",
  "_inBundle": false,
  "_integrity": "sha512-DzJRBBF6Q+AJYuAnFXflE5P0FEkJ7oKMOOR4YhzMNZsDnXOSUdCpYt+PpbCGrljempC3hujxy48rHBcBAWdr7g==",
  "_location": "/async-compat",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "async-compat@1.4.7",
    "name": "async-compat",
    "escapedName": "async-compat",
    "rawSpec": "1.4.7",
    "saveSpec": null,
    "fetchSpec": "1.4.7"
  },
  "_requiredBy": [
    "/function-exec-sync",
    "/maximize-iterator",
    "/stack-base-iterator"
  ],
  "_resolved": "https://registry.npmjs.org/async-compat/-/async-compat-1.4.7.tgz",
  "_spec": "1.4.7",
  "_where": "/var/www/html/whatsapp-bi",
  "author": {
    "name": "Kevin Malakoff",
    "email": "kmalakoff@gmail.com",
    "url": "https://github.com/kmalakoff"
  },
  "bugs": {
    "url": "https://github.com/kmalakoff/async-compat/issues"
  },
  "dependencies": {
    "is-error": "^2.2.2",
    "is-promise": "^4.0.0"
  },
  "description": "Compatibility functions for writing libraries that support synchronous, callback and promise signatures",
  "devDependencies": {
    "@typescript-eslint/parser": "^5.30.7",
    "depcheck": "^1.4.3",
    "eslint": "^8.20.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.2.4",
    "eslint-plugin-promise": "^6.0.0",
    "mocha-compat": "^3.5.5",
    "prettier": "^2.7.1"
  },
  "engines": {
    "node": ">=0.8"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/kmalakoff/async-compat",
  "keywords": [
    "async",
    "compatibilty",
    "library",
    "callback",
    "promise"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "async-compat",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmalakoff/async-compat.git"
  },
  "scripts": {
    "format": "prettier --write .",
    "lint": "eslint .",
    "prepublishOnly": "npm run lint && depcheck",
    "test": "mocha-compat test/spec/**/*.test.js",
    "test:engines": "nvu engines npm test"
  },
  "version": "1.4.7"
}
