{ "_from": "ldap-escape", "_id": "ldap-escape@2.0.1", "_inBundle": false, "_integrity": "sha512-nDOelSFa6Xck/HedYze+xUJl5wJ2WFMVocaOECfL4Nc5HoHV3PPMxO4UsWeXNY29kTKqFuGWcQ5JOcIcBvEJBQ==", "_location": "/ldap-escape", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "ldap-escape", "name": "ldap-escape", "escapedName": "ldap-escape", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/ldap-escape/-/ldap-escape-2.0.1.tgz", "_shasum": "ee2b849dca0698188aa28595ad6898fa0dbeb511", "_spec": "ldap-escape", "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om", "author": { "name": "Thomas Cort", "email": "linuxgeek@gmail.com" }, "bugs": { "url": "https://github.com/tcort/ldap-escape/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Escape functions for LDAP filters and distinguished names to prevent LDAP injection attacks.", "devDependencies": { "jest": "^24.1.0", "jshint": "^2.10.1" }, "homepage": "https://github.com/tcort/ldap-escape#readme", "jshintConfig": { "esversion": 6, "bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "globalstrict": true, "immed": true, "indent": 4, "moz": true, "newcap": true, "noarg": true, "node": true, "noempty": true, "nonew": true, "trailing": true, "undef": true, "smarttabs": true, "strict": true, "validthis": true, "globals": { "describe": false, "it": false, "before": false, "beforeEach": false, "after": false, "afterEach": false } }, "keywords": [ "LDAP", "escape", "security", "injection", "filter", "dn" ], "license": "ISC", "main": "index.js", "name": "ldap-escape", "repository": { "type": "git", "url": "git://github.com/tcort/ldap-escape.git" }, "scripts": { "pretest": "jshint index.js", "test": "jest" }, "version": "2.0.1" }