122 lines
2.7 KiB
JSON
122 lines
2.7 KiB
JSON
{
|
|
"_from": "ldapjs",
|
|
"_id": "ldapjs@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-VE/3Ayt7g8aPBwEyjZKXqmlDQPk=",
|
|
"_location": "/ldapjs",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "ldapjs",
|
|
"name": "ldapjs",
|
|
"escapedName": "ldapjs",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-1.0.2.tgz",
|
|
"_shasum": "544ff7032b7b83c68f0701328d9297aa694340f9",
|
|
"_spec": "ldapjs",
|
|
"_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om",
|
|
"author": {
|
|
"name": "Mark Cavage",
|
|
"email": "mcavage@gmail.com"
|
|
},
|
|
"bin": {
|
|
"ldapjs-add": "bin/ldapjs-add",
|
|
"ldapjs-compare": "bin/ldapjs-compare",
|
|
"ldapjs-delete": "bin/ldapjs-delete",
|
|
"ldapjs-modify": "bin/ldapjs-modify",
|
|
"ldapjs-search": "bin/ldapjs-search"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mcavage/node-ldapjs/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Craig Baker"
|
|
},
|
|
{
|
|
"name": "Austin King",
|
|
"email": "shout@ozten.com"
|
|
},
|
|
{
|
|
"name": "Mathieu Lecarme",
|
|
"email": "mathieu@garambrogne.net"
|
|
},
|
|
{
|
|
"name": "Trent Mick",
|
|
"email": "trentm@gmail.com"
|
|
},
|
|
{
|
|
"name": "Yunong Xiao",
|
|
"email": "yunong@joyent.com"
|
|
},
|
|
{
|
|
"name": "Denis Vuyka",
|
|
"email": "denis.vuyka@gmail.com"
|
|
},
|
|
{
|
|
"name": "Pedro Palazón",
|
|
"email": "kusorbox@gmail.com"
|
|
},
|
|
{
|
|
"name": "Patrick Mooney",
|
|
"email": "patrick.f.mooney@gmail.com"
|
|
},
|
|
{
|
|
"name": "Matt Simerson",
|
|
"email": "matt@tnpi.net"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"asn1": "0.2.3",
|
|
"assert-plus": "^1.0.0",
|
|
"backoff": "^2.5.0",
|
|
"bunyan": "^1.8.3",
|
|
"dashdash": "^1.14.0",
|
|
"dtrace-provider": "~0.8",
|
|
"ldap-filter": "0.2.2",
|
|
"once": "^1.4.0",
|
|
"vasync": "^1.6.4",
|
|
"verror": "^1.8.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "LDAP client and server APIs",
|
|
"devDependencies": {
|
|
"faucet": "0.0.1",
|
|
"istanbul": "^0.4.5",
|
|
"node-uuid": "^1.4.7",
|
|
"tape": "^4.6.2"
|
|
},
|
|
"directories": {
|
|
"bin": "./bin",
|
|
"lib": "./lib"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"homepage": "http://ldapjs.org",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "ldapjs",
|
|
"optionalDependencies": {
|
|
"dtrace-provider": "~0.8"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mcavage/node-ldapjs.git"
|
|
},
|
|
"scripts": {
|
|
"report": "istanbul report html && open ./coverage/lcov-report/index.html",
|
|
"test": "istanbul cover --print none test/test.js | ./node_modules/.bin/faucet"
|
|
},
|
|
"version": "1.0.2"
|
|
}
|