package.json 2.02 KB
{
  "_from": "xml-encryption@^0.11.0",
  "_id": "xml-encryption@0.11.2",
  "_inBundle": false,
  "_integrity": "sha512-jVvES7i5ovdO7N+NjgncA326xYKjhqeAnnvIgRnY7ROLCfFqEDLwP0Sxp/30SHG0AXQV1048T5yinOFyvwGFzg==",
  "_location": "/xml-encryption",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "xml-encryption@^0.11.0",
    "name": "xml-encryption",
    "escapedName": "xml-encryption",
    "rawSpec": "^0.11.0",
    "saveSpec": null,
    "fetchSpec": "^0.11.0"
  },
  "_requiredBy": [
    "/passport-saml"
  ],
  "_resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-0.11.2.tgz",
  "_shasum": "c217f5509547e34b500b829f2c0bca85cca73a21",
  "_spec": "xml-encryption@^0.11.0",
  "_where": "C:\\Users\\admin\\Documents\\express-project\\node_modules\\passport-saml",
  "author": {
    "name": "Matias Woloski",
    "url": "Auth0"
  },
  "bugs": {
    "url": "https://github.com/auth0/node-xml-encryption/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Jose F. Romaniello",
      "email": "jfromaniello@gmail.com",
      "url": "http://joseoncode.com"
    },
    {
      "name": "Tommi Pisto",
      "email": "tommi@pistogroup.com",
      "url": "http://pasm.pis.to"
    }
  ],
  "dependencies": {
    "async": "^2.1.5",
    "ejs": "^2.5.6",
    "node-forge": "^0.7.0",
    "xmldom": "~0.1.15",
    "xpath": "0.0.27"
  },
  "deprecated": false,
  "description": "[![Build Status](https://travis-ci.org/auth0/node-xml-encryption.png)](https://travis-ci.org/auth0/node-xml-encryption)",
  "devDependencies": {
    "mocha": "3.3.0",
    "should": "^11.2.1"
  },
  "engines": {
    "node": ">=0.10"
  },
  "homepage": "https://github.com/auth0/node-xml-encryption#readme",
  "keywords": [
    "xml",
    "encryption",
    "xmlenc"
  ],
  "license": "MIT",
  "main": "./lib",
  "name": "xml-encryption",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/auth0/node-xml-encryption.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "0.11.2"
}