Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pm2 / usr / local / lib / pm2 / node_modules / lazy / package.json
Size: Mime:
{
    "name": "lazy",
    "version": "1.0.11",
    "description": "Lazy lists for node",
    "main": "./lazy.js",
    "keywords": [
        "lazy lists", "functional"
    ],
    "author": {
        "name": "Peteris Krumins",
        "email": "peteris.krumins@gmail.com",
        "web": "http://www.catonmat.net",
        "twitter": "pkrumins"
    }, 
    "license": {
            "type": "MIT"
    }, 
    "repository": {
        "type": "git",
        "url": "http://github.com/pkrumins/node-lazy.git"
    }, 
    "devDependencies" : {
        "expresso" : ">=0.7.5"
    },
    "engines": {
        "node": ">=0.2.0"
    },
    "scripts": {
        "test": "expresso"
    }

,"_resolved": "https://registry.npmjs.org/lazy/-/lazy-1.0.11.tgz"
,"_integrity": "sha1-2qBoIGKCVCwIgojpdcKXwa53tpA="
,"_from": "lazy@1.0.11"
}