{
  "_args": [
    [
      {
        "raw": "collections@^0.2.0",
        "scope": null,
        "escapedName": "collections",
        "name": "collections",
        "rawSpec": "^0.2.0",
        "spec": ">=0.2.0 <0.3.0",
        "type": "range"
      },
      "/home/lively4/lively4/lively4-services/node_modules/joey/node_modules/q-io"
    ]
  ],
  "_from": "collections@>=0.2.0 <0.3.0",
  "_id": "collections@0.2.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/collections",
  "_npmUser": {
    "name": "kriskowal",
    "email": "kris.kowal@cixar.com"
  },
  "_npmVersion": "1.3.11",
  "_phantomChildren": {},
  "_requested": {
    "raw": "collections@^0.2.0",
    "scope": null,
    "escapedName": "collections",
    "name": "collections",
    "rawSpec": "^0.2.0",
    "spec": ">=0.2.0 <0.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/joey/q-io",
    "/q-io"
  ],
  "_resolved": "https://registry.npmjs.org/collections/-/collections-0.2.2.tgz",
  "_shasum": "1f23026b2ef36f927eecc901e99c5f0d48fa334e",
  "_shrinkwrap": null,
  "_spec": "collections@^0.2.0",
  "_where": "/home/lively4/lively4/lively4-services/node_modules/joey/node_modules/q-io",
  "author": {
    "name": "Kris Kowal",
    "email": "kris@cixar.com",
    "url": "http://github.com/kriskowal"
  },
  "bugs": {
    "url": "http://github.com/montagejs/collections/issues"
  },
  "dependencies": {
    "weak-map": "1.0.0"
  },
  "description": "data structures with idiomatic JavaScript collection interfaces",
  "devDependencies": {
    "istanbul": "*",
    "jasmine-node": "*",
    "opener": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "1f23026b2ef36f927eecc901e99c5f0d48fa334e",
    "tarball": "https://registry.npmjs.org/collections/-/collections-0.2.2.tgz"
  },
  "homepage": "http://github.com/montagejs/collections",
  "keywords": [
    "collections",
    "data structures",
    "observable",
    "list",
    "set",
    "map",
    "splay"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.github.com/montagejs/collections/master/LICENSE.md"
    }
  ],
  "maintainers": [
    {
      "name": "kriskowal",
      "email": "kris.kowal@cixar.com"
    },
    {
      "name": "aadsm",
      "email": "antonio.afonso@gmail.com"
    },
    {
      "name": "francoisfrisch",
      "email": "francoisfrisch@gmail.com"
    }
  ],
  "name": "collections",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/montagejs/collections.git"
  },
  "scripts": {
    "cover": "istanbul cover node_modules/jasmine-node/bin/jasmine-node spec && istanbul report html && opener coverage/index.html",
    "test": "jasmine-node spec"
  },
  "version": "0.2.2"
}
