{
  "_args": [
    [
      {
        "raw": "temporal@0.2.8",
        "scope": null,
        "escapedName": "temporal",
        "name": "temporal",
        "rawSpec": "0.2.8",
        "spec": "0.2.8",
        "type": "version"
      },
      "/Users/alexandereul/WebstormProjects/Opal"
    ]
  ],
  "_from": "temporal@0.2.8",
  "_id": "temporal@0.2.8",
  "_inCache": true,
  "_location": "/temporal",
  "_npmUser": {
    "name": "rwaldron",
    "email": "waldron.rick@gmail.com"
  },
  "_npmVersion": "1.3.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "temporal@0.2.8",
    "scope": null,
    "escapedName": "temporal",
    "name": "temporal",
    "rawSpec": "0.2.8",
    "spec": "0.2.8",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/temporal/-/temporal-0.2.8.tgz",
  "_shasum": "b35373859a66e9826f8c79aae08e9a2845e7f89d",
  "_shrinkwrap": null,
  "_spec": "temporal@0.2.8",
  "_where": "/Users/alexandereul/WebstormProjects/Opal",
  "author": {
    "name": "Rick Waldron",
    "email": "waldron.rick@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/rwldrn/temporal/issues"
  },
  "dependencies": {
    "es6-collections": ">=0.2.0"
  },
  "description": "Non-blocking, temporal task sequencing.",
  "devDependencies": {
    "grunt": "0.4.1",
    "grunt-contrib-jshint": "0.3.0",
    "grunt-contrib-nodeunit": "latest",
    "grunt-contrib-watch": "latest"
  },
  "directories": {},
  "dist": {
    "shasum": "b35373859a66e9826f8c79aae08e9a2845e7f89d",
    "tarball": "https://registry.npmjs.org/temporal/-/temporal-0.2.8.tgz"
  },
  "engines": {
    "node": ">= 0.6.0"
  },
  "homepage": "https://github.com/rwldrn/temporal",
  "keywords": [
    "schedule",
    "task",
    "settimeout",
    "setinterval",
    "nexttick",
    "process",
    "sequence",
    "sequencing"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/rwldrn/temporal/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/temporal",
  "maintainers": [
    {
      "name": "rwaldron",
      "email": "waldron.rick@gmail.com"
    }
  ],
  "name": "temporal",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/rwldrn/temporal.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "version": "0.2.8"
}
