{
  "_args": [
    [
      "asyncawait",
      "/var/www/staging9.bigcityvoucher.co.in/frontend"
    ]
  ],
  "_from": "asyncawait@latest",
  "_hasShrinkwrap": false,
  "_id": "asyncawait@3.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/asyncawait",
  "_nodeVersion": "10.16.3",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/asyncawait_3.0.0_1574218701712_0.5233385896591212"
  },
  "_npmUser": {
    "email": "yortus@gmail.com",
    "name": "yortus"
  },
  "_npmVersion": "6.9.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "asyncawait",
    "raw": "asyncawait",
    "rawSpec": "",
    "scope": null,
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/asyncawait/-/asyncawait-3.0.0.tgz",
  "_shasum": "845814ec6166fd72813c9c20cd05f8733e134635",
  "_shrinkwrap": null,
  "_spec": "asyncawait",
  "_where": "/var/www/staging9.bigcityvoucher.co.in/frontend",
  "author": {
    "email": "yortus@gmail.com",
    "name": "Troy Gerwien",
    "url": "http://github.com/yortus/"
  },
  "bugs": {
    "url": "http://github.com/yortus/asyncawait/issues"
  },
  "dependencies": {
    "bluebird": "^3.1.1",
    "fibers": "^4.0.2",
    "lodash": "^4.17.12"
  },
  "description": "async/await for node.js",
  "devDependencies": {
    "async": "^1.4.2",
    "asyncx": "^0.4.5",
    "chai": "^3.2.0",
    "co": "^4.6.0",
    "mocha": "^5.2.0",
    "mock-fs": "^3.1.0",
    "rewire": "^2.3.4",
    "typescript": "1.7.5"
  },
  "directories": {},
  "dist": {
    "fileCount": 88,
    "integrity": "sha512-dkB1xxfmIX3smmQiZHRfgD1m9Ggm9tkT162Q9wZzhW6RLOoO3VWTgNDZ0E3UwzqoypMmz9kMxdVd9u9mh8yXlA==",
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1KvOCRA9TVsSAnZWagAAzewP/2Nab+NV9xpxxhAvQ9kj\nY15+HKJ/UD8Uvp/QBl6K05vqeo8lIJCXo3bfme/yxWXTqEYwu9hM76/KzYow\nN2f1s8wwPup3VtqBD14pP/M0tTKdP0TsweDQFijPRee/7PKJfj2sN29ncZea\nPh1eOTaUkR0qz5SdWogwH4vBA1SccOPIbxiUBJIuJjIKDxMBG7GVl9zGTq5v\n43hxYGwLfh5l5VzSweCcK4n2x5BiH3xU3IDGKA+4ZvK7aAHy98lQ0bZi7fY3\ntbdacNZ5kutpXmk4Ygvi0NyyZ7RdRKQ5+a4G1SPcumDwIOuH5V6tAPWn4J/I\nfUruS99KoPN0488Txqn9vhJKHZEmN0dxkQsNcZWAWF97HGvbw1/H8fEVRgXE\nPxcNWc3mUQxgBp1KCTwracS2nTSgrXIiOH+9BKrovyLnLCRcZRWEzeT9Jfo/\nFVA+dhvj+9G6uO9f8soFtEsNK391odQyUz1az56R6T7FsR6R5FIW9PbKCCFN\n5/rIPwxwhPCH6mJ+RIgeTK23Z1fyGGkEjhRQCvBX3+CB+gX/uZ3gg8bwr3MW\nHPL2rdI8c0DRBY1B5hMVA76bNYAkrHpIKSS2fIxZvliU1ivqJDilywhC+loB\nwqD/8Y1HaQUKkNQ1JdbKsCveD2eGdUkNk8Nz34lHuxnfs2CqmDif0aVMpMr4\nyDCu\r\n=+ydZ\r\n-----END PGP SIGNATURE-----\r\n",
    "shasum": "845814ec6166fd72813c9c20cd05f8733e134635",
    "tarball": "https://registry.npmjs.org/asyncawait/-/asyncawait-3.0.0.tgz",
    "unpackedSize": 439935
  },
  "gitHead": "e99ae0b7fac65d05e195a802d96223c5bb10a279",
  "homepage": "https://github.com/yortus/asyncawait",
  "keywords": [
    "async",
    "async/await",
    "asynchronous",
    "await",
    "callback",
    "callback hell",
    "coffeescript",
    "control flow",
    "coroutine",
    "fiber",
    "generator",
    "pyramid of doom",
    "synchronous",
    "typescript",
    "yield"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "yortus",
      "email": "yortus@gmail.com"
    }
  ],
  "name": "asyncawait",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/yortus/asyncawait.git"
  },
  "scripts": {
    "build": "tsc",
    "prepublish": "npm run build",
    "test": "mocha"
  },
  "version": "3.0.0"
}
