nodulator
Version:
Complete NodeJS Framework for Restfull APIs
104 lines (103 loc) • 2.52 kB
JSON
{
"_args": [
[
{
"name": "passport",
"raw": "passport@0.2.1",
"rawSpec": "0.2.1",
"scope": null,
"spec": "0.2.1",
"type": "version"
},
"/home/fgreiner/prog/js/Nodulator/src/Modules/Nodulator-Account"
]
],
"_from": "passport@0.2.1",
"_id": "passport@0.2.1",
"_inCache": true,
"_installable": true,
"_location": "/passport",
"_npmUser": {
"email": "jaredhanson@gmail.com",
"name": "jaredhanson"
},
"_npmVersion": "1.4.23",
"_phantomChildren": {},
"_requested": {
"name": "passport",
"raw": "passport@0.2.1",
"rawSpec": "0.2.1",
"scope": null,
"spec": "0.2.1",
"type": "version"
},
"_requiredBy": [
"/nodulator-account"
],
"_resolved": "https://registry.npmjs.org/passport/-/passport-0.2.1.tgz",
"_shasum": "a7d34c07b30fb605be885edbc8c93e5142e38574",
"_shrinkwrap": null,
"_spec": "passport@0.2.1",
"_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/issues"
},
"dependencies": {
"passport-strategy": "1.x.x",
"pause": "0.0.1"
},
"description": "Simple, unobtrusive authentication for Node.js.",
"devDependencies": {
"chai": "1.x.x",
"chai-connect-middleware": "0.3.x",
"chai-passport-strategy": "0.2.x",
"mocha": "1.x.x",
"proxyquire": "0.5.x"
},
"directories": {},
"dist": {
"shasum": "a7d34c07b30fb605be885edbc8c93e5142e38574",
"tarball": "https://registry.npmjs.org/passport/-/passport-0.2.1.tgz"
},
"engines": {
"node": ">= 0.4.0"
},
"gitHead": "4dce9d99a009fdec8a6b83a8cbc99d119a73c561",
"homepage": "http://passportjs.org/",
"keywords": [
"express",
"connect",
"auth",
"authn",
"authentication"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./lib",
"maintainers": [
{
"email": "jaredhanson@gmail.com",
"name": "jaredhanson"
}
],
"name": "passport",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/jaredhanson/passport.git"
},
"scripts": {
"test": "mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js"
},
"version": "0.2.1"
}