{
  "_args": [
    [
      "switchback@1.1.3",
      "/app"
    ]
  ],
  "_from": "switchback@1.1.3",
  "_id": "switchback@1.1.3",
  "_inBundle": false,
  "_integrity": "sha1-EscBCTSNailvc5upEO64U/i25jE=",
  "_location": "/switchback",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "switchback@1.1.3",
    "name": "switchback",
    "escapedName": "switchback",
    "rawSpec": "1.1.3",
    "saveSpec": null,
    "fetchSpec": "1.1.3"
  },
  "_requiredBy": [
    "/machine",
    "/reportback",
    "/sails-util"
  ],
  "_resolved": "https://registry.npmjs.org/switchback/-/switchback-1.1.3.tgz",
  "_spec": "1.1.3",
  "_where": "/app",
  "author": {
    "name": "Mike McNeil"
  },
  "bugs": {
    "url": "https://github.com/node-machine/switchback/issues"
  },
  "dependencies": {
    "lodash": "~2.4.1"
  },
  "description": "Normalize callback fns to switchbacks and vice versa",
  "devDependencies": {
    "mocha": "~1.18.2",
    "should": "~2.1.1"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/node-machine/switchback#readme",
  "keywords": [
    "switchback",
    "handlers",
    "success",
    "error",
    "switcher",
    "async.if",
    "sails"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "switchback",
  "repository": {
    "type": "git",
    "url": "git://github.com/node-machine/switchback.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "1.1.3"
}
