{
  "_args": [
    [
      "ambi@2.5.0",
      "/app"
    ]
  ],
  "_from": "ambi@2.5.0",
  "_id": "ambi@2.5.0",
  "_inBundle": false,
  "_integrity": "sha1-fI43K+SIkRV+fOoBy2+RQ9H3QiA=",
  "_location": "/ambi",
  "_phantomChildren": {
    "editions": "1.3.3"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ambi@2.5.0",
    "name": "ambi",
    "escapedName": "ambi",
    "rawSpec": "2.5.0",
    "saveSpec": null,
    "fetchSpec": "2.5.0"
  },
  "_requiredBy": [
    "/taskgroup"
  ],
  "_resolved": "https://registry.npmjs.org/ambi/-/ambi-2.5.0.tgz",
  "_spec": "2.5.0",
  "_where": "/app",
  "author": {
    "name": "2013+ Bevry Pty Ltd",
    "email": "us@bevry.me",
    "url": "http://bevry.me"
  },
  "badges": {
    "list": [
      "travisci",
      "npmversion",
      "npmdownloads",
      "daviddm",
      "daviddmdev",
      "---",
      "slackin",
      "patreon",
      "gratipay",
      "flattr",
      "paypal",
      "bitcoin",
      "wishlist"
    ],
    "config": {
      "patreonUsername": "bevry",
      "gratipayUsername": "bevry",
      "flattrUsername": "balupton",
      "paypalURL": "https://bevry.me/paypal",
      "bitcoinURL": "https://bevry.me/bitcoin",
      "wishlistURL": "https://bevry.me/wishlist",
      "slackinURL": "https://slack.bevry.me"
    }
  },
  "browser": "es2015/index.js",
  "bugs": {
    "url": "https://github.com/bevry/ambi/issues"
  },
  "contributors": [
    {
      "name": "Benjamin Lupton",
      "email": "b@lupton.cc",
      "url": "http://balupton.com"
    },
    {
      "name": "Sean Fridman",
      "email": "mail@seanfridman.com",
      "url": "http://seanfridman.com"
    },
    {
      "name": "Benjamin Lupton",
      "url": "https://balupton.com"
    }
  ],
  "dependencies": {
    "editions": "^1.1.1",
    "typechecker": "^4.3.0"
  },
  "description": "Execute a function ambidextrously (normalizes the differences between synchronous and asynchronous functions). Useful for treating synchronous functions as asynchronous functions (like supporting both synchronous and asynchronous event definitions automatically).",
  "devDependencies": {
    "assert-helpers": "^4.2.0",
    "babel-cli": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "eslint": "^2.10.0",
    "joe": "^1.6.0",
    "joe-reporter-console": "^1.2.1",
    "projectz": "^1.1.5"
  },
  "editions": [
    {
      "description": "Source + ESNext + Require",
      "entry": "source/index.js",
      "directory": "source",
      "syntaxes": [
        "javascript",
        "esnext",
        "require",
        "const",
        "let",
        "rest",
        "spread"
      ]
    },
    {
      "description": "Babel Compiled + ES2015 + Require",
      "entry": "es2015/index.js",
      "directory": "es2015",
      "syntaxes": [
        "javascript",
        "es2015",
        "require"
      ]
    }
  ],
  "engines": {
    "node": ">=0.12"
  },
  "homepage": "https://github.com/bevry/ambi",
  "keywords": [
    "sync",
    "async",
    "fire",
    "exec",
    "execute",
    "ambidextrous",
    "flow"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "Benjamin Lupton",
      "email": "b@lupton.cc",
      "url": "http://balupton.com"
    }
  ],
  "name": "ambi",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bevry/ambi.git"
  },
  "scripts": {
    "clean": "rm -Rf ./docs ./es2015",
    "compile": "npm run compile:es2015",
    "compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015",
    "meta": "npm run meta:projectz",
    "meta:projectz": "projectz compile",
    "prepare": "npm run compile && npm run test && npm run meta",
    "pretest": "npm run test:eslint",
    "release": "npm run prepare && npm run release:publish && npm run release:tag && npm run release:push",
    "release:publish": "npm publish",
    "release:push": "git push origin master && git push origin --tags",
    "release:tag": "git tag v$npm_package_version -a",
    "setup": "npm install",
    "test": "node --harmony -e \"require('editions').requirePackage(process.cwd(), require, 'test.js')\"",
    "test:eslint": "eslint ./source"
  },
  "version": "2.5.0"
}
