{
  "_from": "run-async@^3.0.0",
  "_id": "run-async@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
  "_location": "/run-async",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "run-async@^3.0.0",
    "name": "run-async",
    "escapedName": "run-async",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/@angular-devkit/schematics-cli/inquirer"
  ],
  "_resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
  "_shasum": "42a432f6d76c689522058984384df28be379daad",
  "_spec": "run-async@^3.0.0",
  "_where": "/home/kattop/public_html/rafique/api/node_modules/@angular-devkit/schematics-cli/node_modules/inquirer",
  "author": {
    "name": "Simon Boudrias",
    "email": "admin@simonboudrias.com"
  },
  "bugs": {
    "url": "https://github.com/SBoudrias/run-async/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
  "devDependencies": {
    "mocha": "^10.2.0"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/SBoudrias/run-async#readme",
  "keywords": [
    "flow",
    "flow-control",
    "async"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "run-async",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SBoudrias/run-async.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "3.0.0"
}
