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.1KB

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