package.json 2.07 KB
{
  "_from": "passport-saml@^0.30.0",
  "_id": "passport-saml@0.30.0",
  "_inBundle": false,
  "_integrity": "sha1-ji0gtUpYtiBg5XtGq7NuxiE0J1U=",
  "_location": "/passport-saml",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "passport-saml@^0.30.0",
    "name": "passport-saml",
    "escapedName": "passport-saml",
    "rawSpec": "^0.30.0",
    "saveSpec": null,
    "fetchSpec": "^0.30.0"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/passport-saml/-/passport-saml-0.30.0.tgz",
  "_shasum": "8e2d20b54a58b62060e57b46abb36ec621342755",
  "_spec": "passport-saml@^0.30.0",
  "_where": "C:\\Users\\admin\\Documents\\express-project",
  "author": {
    "name": "Henri Bergius",
    "email": "henri.bergius@iki.fi",
    "url": "http://bergie.iki.fi"
  },
  "bugs": {
    "url": "https://github.com/bergie/passport-saml/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Michael Bosworth"
    },
    {
      "name": "Herbert Vojčík"
    },
    {
      "name": "Peter Loer"
    },
    {
      "name": "Mark Stosberg"
    }
  ],
  "dependencies": {
    "passport-strategy": "*",
    "q": "^1.5.0",
    "xml-crypto": "^0.10.1",
    "xml-encryption": "^0.11.0",
    "xml2js": "0.4.x",
    "xmlbuilder": "^9.0.4",
    "xmldom": "0.1.x"
  },
  "deprecated": false,
  "description": "SAML 2.0 authentication strategy for Passport",
  "devDependencies": {
    "body-parser": "^1.17.1",
    "express": "^4.16.2",
    "jshint": "*",
    "mocha": "*",
    "passport": "0.4.x",
    "request": "^2.83.0",
    "should": "*",
    "sinon": "^2.1.0"
  },
  "engines": {
    "node": ">= 4"
  },
  "homepage": "https://github.com/bergie/passport-saml#readme",
  "keywords": [
    "saml",
    "adfs",
    "sso",
    "shibboleth"
  ],
  "license": "MIT",
  "main": "./lib/passport-saml",
  "name": "passport-saml",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bergie/passport-saml.git"
  },
  "scripts": {
    "jshint": "jshint lib",
    "test": "mocha"
  },
  "version": "0.30.0"
}