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 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "ldap-filter@0.2.2",
  3. "_id": "ldap-filter@0.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-8rhCvguG2jNSeYUFsx68rlkNd9A=",
  6. "_location": "/ldap-filter",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "ldap-filter@0.2.2",
  12. "name": "ldap-filter",
  13. "escapedName": "ldap-filter",
  14. "rawSpec": "0.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "0.2.2"
  17. },
  18. "_requiredBy": [
  19. "/ldapjs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ldap-filter/-/ldap-filter-0.2.2.tgz",
  22. "_shasum": "f2b842be0b86da3352798505b31ebcae590d77d0",
  23. "_spec": "ldap-filter@0.2.2",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/ldapjs",
  25. "author": {
  26. "name": "Patrick Mooney"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/pfmooney/node-ldap-filter/issues"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "Mark Cavage",
  35. "email": "mcavage@gmail.com"
  36. }
  37. ],
  38. "dependencies": {
  39. "assert-plus": "0.1.5"
  40. },
  41. "deprecated": false,
  42. "description": "API for handling LDAP-style filters",
  43. "devDependencies": {
  44. "faucet": "0.0.1",
  45. "istanbul": "0.3.2",
  46. "tape": "3.0.0"
  47. },
  48. "directories": {
  49. "lib": "./lib"
  50. },
  51. "engines": {
  52. "node": ">=0.8"
  53. },
  54. "homepage": "http://ldapjs.org",
  55. "license": "MIT",
  56. "main": "lib/index.js",
  57. "name": "ldap-filter",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/pfmooney/node-ldap-filter.git"
  61. },
  62. "scripts": {
  63. "test": "istanbul cover --print none test/run.js | ./node_modules/.bin/faucet"
  64. },
  65. "version": "0.2.2"
  66. }