@corbinu/couchbase
Version:
The unofficial Couchbase Node.js Client Library.
56 lines (55 loc) • 1.21 kB
JSON
{
"description": "The unofficial Couchbase Node.js Client Library.",
"engines": {
"npm": "^6.4.1",
"yarn": "^1.9.3",
"node": ">=8.9.0"
},
"version": "3.1.2",
"keywords": [
"couchbase",
"libcouchbase",
"memcached",
"nosql",
"json",
"document"
],
"main": "./lib/couchbase",
"license": "Apache-2.0",
"name": "@corbinu/couchbase",
"dependencies": {
"@types/node": "^12.19.5",
"bindings": "^1.5.0",
"debug": "^4.3.1",
"nan": "^2.14.2",
"parse-duration": "^0.4.4",
"prebuild-install": "^6.0.0",
"qs": "^6.9.5"
},
"typings": "types.d.ts",
"devDependencies": {
"cls-hooked": "^4.2.2",
"chai": "^4.2.0",
"eslint": "^7.17.0",
"mocha": "^8.2.1",
"npm-check": "^5.9.2",
"nyc": "^15.1.0",
"prebuild": "^10.0.1",
"semver": "^7.3.4",
"tsd-jsdoc": "^2.5.0",
"uuid": "^8.3.2"
},
"repository": {
"type": "git",
"url": "http://github.com/corbinu/couchnode.git"
},
"config": {
"unsafe-perm": true
},
"scripts": {
"install": "prebuild-install || node-gyp rebuild",
"test": "mocha",
"rebuild": "prebuild --compile",
"prebuild": "prebuild --verbose --strip"
}
}