{
  "_args": [
    [
      "machine@4.1.1",
      "/app"
    ]
  ],
  "_from": "machine@4.1.1",
  "_id": "machine@4.1.1",
  "_inBundle": false,
  "_integrity": "sha1-7y7KudSqwtvDl4UCl4o25x/ln9c=",
  "_location": "/machine",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "machine@4.1.1",
    "name": "machine",
    "escapedName": "machine",
    "rawSpec": "4.1.1",
    "saveSpec": null,
    "fetchSpec": "4.1.1"
  },
  "_requiredBy": [
    "/machinepack-urls"
  ],
  "_resolved": "https://registry.npmjs.org/machine/-/machine-4.1.1.tgz",
  "_spec": "4.1.1",
  "_where": "/app",
  "author": {
    "name": "Mike McNeil",
    "email": "@mikermcneil"
  },
  "bugs": {
    "url": "http://github.com/node-machine/machine/issues"
  },
  "contributors": [
    {
      "name": "Cody Stoltman",
      "email": "@particlebanana"
    },
    {
      "name": "Scott Gress",
      "email": "@sgress454"
    }
  ],
  "dependencies": {
    "convert-to-ecmascript-compatible-varname": "^0.1.0",
    "debug": "^2.1.1",
    "lodash": "~2.4.1",
    "object-hash": "~0.3.0",
    "rttc": "^1.0.2",
    "switchback": "^1.1.3"
  },
  "description": "Configure and execute machines",
  "devDependencies": {
    "async": "^0.9.0",
    "licensing": "^0.1.0",
    "mocha": "^1.9.0"
  },
  "docs": {
    "url": "http://node-machine.org"
  },
  "engines": {
    "node": ">= 0.10.0",
    "npm": ">= 1.4.0"
  },
  "homepage": "https://github.com/node-machine/machine#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "machine",
  "repository": {
    "type": "git",
    "url": "git://github.com/node-machine/machine.git"
  },
  "scripts": {
    "prepublish": "> DEPENDENCIES.md && echo '# Dependency Licenses\\n\\n> _this recursive dependency licensing report was automatically generated by [`licensing`](https://www.npmjs.org/package/licensing)_\\n\\n```' >> DEPENDENCIES.md && node node_modules/licensing . >> DEPENDENCIES.md && echo '```' >> DEPENDENCIES.md",
    "test": "node ./node_modules/mocha/bin/mocha --recursive -R dot -b"
  },
  "version": "4.1.1"
}
