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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_from": "ldapjs",
  3. "_id": "ldapjs@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-VE/3Ayt7g8aPBwEyjZKXqmlDQPk=",
  6. "_location": "/ldapjs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "ldapjs",
  12. "name": "ldapjs",
  13. "escapedName": "ldapjs",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-1.0.2.tgz",
  23. "_shasum": "544ff7032b7b83c68f0701328d9297aa694340f9",
  24. "_spec": "ldapjs",
  25. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om",
  26. "author": {
  27. "name": "Mark Cavage",
  28. "email": "mcavage@gmail.com"
  29. },
  30. "bin": {
  31. "ldapjs-add": "bin/ldapjs-add",
  32. "ldapjs-compare": "bin/ldapjs-compare",
  33. "ldapjs-delete": "bin/ldapjs-delete",
  34. "ldapjs-modify": "bin/ldapjs-modify",
  35. "ldapjs-search": "bin/ldapjs-search"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/mcavage/node-ldapjs/issues"
  39. },
  40. "bundleDependencies": false,
  41. "contributors": [
  42. {
  43. "name": "Craig Baker"
  44. },
  45. {
  46. "name": "Austin King",
  47. "email": "shout@ozten.com"
  48. },
  49. {
  50. "name": "Mathieu Lecarme",
  51. "email": "mathieu@garambrogne.net"
  52. },
  53. {
  54. "name": "Trent Mick",
  55. "email": "trentm@gmail.com"
  56. },
  57. {
  58. "name": "Yunong Xiao",
  59. "email": "yunong@joyent.com"
  60. },
  61. {
  62. "name": "Denis Vuyka",
  63. "email": "denis.vuyka@gmail.com"
  64. },
  65. {
  66. "name": "Pedro Palazón",
  67. "email": "kusorbox@gmail.com"
  68. },
  69. {
  70. "name": "Patrick Mooney",
  71. "email": "patrick.f.mooney@gmail.com"
  72. },
  73. {
  74. "name": "Matt Simerson",
  75. "email": "matt@tnpi.net"
  76. }
  77. ],
  78. "dependencies": {
  79. "asn1": "0.2.3",
  80. "assert-plus": "^1.0.0",
  81. "backoff": "^2.5.0",
  82. "bunyan": "^1.8.3",
  83. "dashdash": "^1.14.0",
  84. "dtrace-provider": "~0.8",
  85. "ldap-filter": "0.2.2",
  86. "once": "^1.4.0",
  87. "vasync": "^1.6.4",
  88. "verror": "^1.8.1"
  89. },
  90. "deprecated": false,
  91. "description": "LDAP client and server APIs",
  92. "devDependencies": {
  93. "faucet": "0.0.1",
  94. "istanbul": "^0.4.5",
  95. "node-uuid": "^1.4.7",
  96. "tape": "^4.6.2"
  97. },
  98. "directories": {
  99. "bin": "./bin",
  100. "lib": "./lib"
  101. },
  102. "engines": {
  103. "node": ">=0.10"
  104. },
  105. "homepage": "http://ldapjs.org",
  106. "license": "MIT",
  107. "main": "lib/index.js",
  108. "name": "ldapjs",
  109. "optionalDependencies": {
  110. "dtrace-provider": "~0.8"
  111. },
  112. "repository": {
  113. "type": "git",
  114. "url": "git://github.com/mcavage/node-ldapjs.git"
  115. },
  116. "scripts": {
  117. "report": "istanbul report html && open ./coverage/lcov-report/index.html",
  118. "test": "istanbul cover --print none test/test.js | ./node_modules/.bin/faucet"
  119. },
  120. "version": "1.0.2"
  121. }