UNPKG
napi-ldap
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
OpenLDAP bindings for node
github.com/jjhoughton/napi-ldap
jjhoughton/napi-ldap
napi-ldap
/
.vscode
/
c_cpp_properties.json
17 lines
•
406 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"configurations"
: [ {
"name"
:
"Linux"
,
"includePath"
: [
"
${workspaceFolder}
/**"
,
"/usr/include/node"
],
"defines"
: [],
"compilerPath"
:
"/usr/bin/clang"
,
"cStandard"
:
"c11"
,
"cppStandard"
:
"c++17"
,
"intelliSenseMode"
:
"clang-x64"
} ],
"version"
: 4 }