{
  "_args": [
    [
      "lazy@1.0.11",
      "/var/www/html"
    ]
  ],
  "_from": "lazy@1.0.11",
  "_id": "lazy@1.0.11",
  "_inBundle": false,
  "_integrity": "sha1-2qBoIGKCVCwIgojpdcKXwa53tpA=",
  "_location": "/lazy",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "lazy@1.0.11",
    "name": "lazy",
    "escapedName": "lazy",
    "rawSpec": "1.0.11",
    "saveSpec": null,
    "fetchSpec": "1.0.11"
  },
  "_requiredBy": [
    "/nssocket"
  ],
  "_resolved": "https://registry.npmjs.org/lazy/-/lazy-1.0.11.tgz",
  "_spec": "1.0.11",
  "_where": "/var/www/html",
  "author": {
    "name": "Peteris Krumins",
    "email": "peteris.krumins@gmail.com",
    "url": "http://www.catonmat.net"
  },
  "bugs": {
    "url": "https://github.com/pkrumins/node-lazy/issues"
  },
  "description": "Lazy lists for node",
  "devDependencies": {
    "expresso": ">=0.7.5"
  },
  "engines": {
    "node": ">=0.2.0"
  },
  "homepage": "https://github.com/pkrumins/node-lazy#readme",
  "keywords": [
    "lazy lists",
    "functional"
  ],
  "license": {
    "type": "MIT"
  },
  "main": "./lazy.js",
  "name": "lazy",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/pkrumins/node-lazy.git"
  },
  "scripts": {
    "test": "expresso"
  },
  "version": "1.0.11"
}
