UNPKG

nodulator

Version:

Complete NodeJS Framework for Restfull APIs

102 lines (101 loc) 2.54 kB
{ "_args": [ [ { "name": "passport-local", "raw": "passport-local@1.0.0", "rawSpec": "1.0.0", "scope": null, "spec": "1.0.0", "type": "version" }, "/home/fgreiner/prog/js/Nodulator/src/Modules/Nodulator-Account" ] ], "_from": "passport-local@1.0.0", "_id": "passport-local@1.0.0", "_inCache": true, "_installable": true, "_location": "/passport-local", "_npmUser": { "email": "jaredhanson@gmail.com", "name": "jaredhanson" }, "_npmVersion": "1.2.25", "_phantomChildren": {}, "_requested": { "name": "passport-local", "raw": "passport-local@1.0.0", "rawSpec": "1.0.0", "scope": null, "spec": "1.0.0", "type": "version" }, "_requiredBy": [ "/nodulator-account" ], "_resolved": "https://registry.npmjs.org/passport-local/-/passport-local-1.0.0.tgz", "_shasum": "1fe63268c92e75606626437e3b906662c15ba6ee", "_shrinkwrap": null, "_spec": "passport-local@1.0.0", "_where": "/home/fgreiner/prog/js/Nodulator/src/Modules/Nodulator-Account", "author": { "email": "jaredhanson@gmail.com", "name": "Jared Hanson", "url": "http://www.jaredhanson.net/" }, "bugs": { "url": "http://github.com/jaredhanson/passport-local/issues" }, "dependencies": { "passport-strategy": "1.x.x" }, "description": "Local username and password authentication strategy for Passport.", "devDependencies": { "chai": "1.x.x", "chai-passport-strategy": "0.1.x", "mocha": "1.x.x" }, "directories": {}, "dist": { "shasum": "1fe63268c92e75606626437e3b906662c15ba6ee", "tarball": "https://registry.npmjs.org/passport-local/-/passport-local-1.0.0.tgz" }, "engines": { "node": ">= 0.4.0" }, "homepage": "https://github.com/jaredhanson/passport-local#readme", "keywords": [ "passport", "local", "auth", "authn", "authentication", "username", "password" ], "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "main": "./lib", "maintainers": [ { "email": "jaredhanson@gmail.com", "name": "jaredhanson" } ], "name": "passport-local", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/jaredhanson/passport-local.git" }, "scripts": { "test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js" }, "version": "1.0.0" }