{
  "_args": [
    [
      "thunks@4.9.3",
      "/Users/patricklyver/Documents/Sites/orea-covid/htdocs/wp-content/themes/orea-covid"
    ]
  ],
  "_from": "thunks@4.9.3",
  "_id": "thunks@4.9.3",
  "_inBundle": false,
  "_integrity": "sha512-opDsV5fCUOrcvw9mfWWo9vfhZ6+ePCxX7GKA+wB6+w4ZArjxA6IOppTlXMUXPN4Q4bnTA4dUOIPa1ovWFuHRCQ==",
  "_location": "/thunks",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "thunks@4.9.3",
    "name": "thunks",
    "escapedName": "thunks",
    "rawSpec": "4.9.3",
    "saveSpec": null,
    "fetchSpec": "4.9.3"
  },
  "_requiredBy": [
    "/gulp-sequence"
  ],
  "_resolved": "https://registry.npmjs.org/thunks/-/thunks-4.9.3.tgz",
  "_spec": "4.9.3",
  "_where": "/Users/patricklyver/Documents/Sites/orea-covid/htdocs/wp-content/themes/orea-covid",
  "authors": [
    "Yan Qing <admin@zensh.com>"
  ],
  "bugs": {
    "url": "https://github.com/thunks/thunks/issues"
  },
  "dependencies": {},
  "description": "A small and magical composer for all JavaScript asynchronous.",
  "devDependencies": {
    "@std/esm": "^0.26.0",
    "@types/node": "^10.12.0",
    "async": "^2.6.1",
    "bluebird": "^3.5.2",
    "co": "^4.6.0",
    "istanbul": "^0.4.5",
    "jsbench": "^1.2.0",
    "regenerator": "^0.13.2",
    "should": "^13.2.3",
    "standard": "^12.0.1",
    "thenjs": "^2.1.0",
    "tman": "^1.8.1",
    "ts-node": "^7.0.1",
    "typescript": "^3.1.3"
  },
  "files": [
    "README.md",
    "index.js",
    "index.mjs",
    "index.d.ts"
  ],
  "homepage": "https://github.com/thunks/thunks",
  "jsnext:main": "index.mjs",
  "keywords": [
    "async",
    "thunk",
    "thunks",
    "promise",
    "future",
    "flow",
    "yield",
    "generator",
    "compose",
    "coroutine"
  ],
  "license": "MIT",
  "main": "./index",
  "name": "thunks",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/thunks/thunks.git"
  },
  "scripts": {
    "bench": "node benchmark/index",
    "test": "standard && tman test/index",
    "test-cov": "istanbul cover _tman test/index",
    "test-typings": "tman -r ts-node/register test/typings.test.ts"
  },
  "typings": "index.d.ts",
  "version": "4.9.3"
}
