Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "ldap-escape@^2.0.2",
  3. "_id": "ldap-escape@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wNi/pKH/fpIypHznnjgnMzWq3IOnWRETZRJPjqPB1ps3tIzEqFcWj/7Mm3yJFsdljayorwDfSKv0zrASleZt7w==",
  6. "_location": "/ldap-escape",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ldap-escape@^2.0.2",
  12. "name": "ldap-escape",
  13. "escapedName": "ldap-escape",
  14. "rawSpec": "^2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ldap-escape/-/ldap-escape-2.0.2.tgz",
  22. "_shasum": "e355e98292ade8734acbb41d5597405a55cdd200",
  23. "_spec": "ldap-escape@^2.0.2",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om",
  25. "author": {
  26. "name": "Thomas Cort",
  27. "email": "linuxgeek@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/tcort/ldap-escape/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Escape functions for LDAP filters and distinguished names to prevent LDAP injection attacks.",
  36. "devDependencies": {
  37. "jest": "^24.8.0",
  38. "jshint": "^2.10.2"
  39. },
  40. "homepage": "https://github.com/tcort/ldap-escape#readme",
  41. "jshintConfig": {
  42. "esversion": 6,
  43. "bitwise": true,
  44. "curly": true,
  45. "eqeqeq": true,
  46. "forin": true,
  47. "freeze": true,
  48. "globalstrict": true,
  49. "immed": true,
  50. "indent": 4,
  51. "moz": true,
  52. "newcap": true,
  53. "noarg": true,
  54. "node": true,
  55. "noempty": true,
  56. "nonew": true,
  57. "trailing": true,
  58. "undef": true,
  59. "smarttabs": true,
  60. "strict": true,
  61. "validthis": true,
  62. "globals": {
  63. "describe": false,
  64. "it": false,
  65. "before": false,
  66. "beforeEach": false,
  67. "after": false,
  68. "afterEach": false
  69. }
  70. },
  71. "keywords": [
  72. "LDAP",
  73. "escape",
  74. "security",
  75. "injection",
  76. "filter",
  77. "dn"
  78. ],
  79. "license": "ISC",
  80. "main": "index.js",
  81. "name": "ldap-escape",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/tcort/ldap-escape.git"
  85. },
  86. "scripts": {
  87. "pretest": "jshint index.js",
  88. "test": "jest"
  89. },
  90. "version": "2.0.2"
  91. }