UNPKG

marklogic

Version:

The official MarkLogic Node.js client API.

95 lines (94 loc) 2.27 kB
{ "author": "MarkLogic", "name": "marklogic", "description": "The official MarkLogic Node.js client API.", "homepage": "https://github.com/marklogic/node-client-api", "version": "3.7.0", "license": "Apache-2.0", "main": "./lib/marklogic.js", "scripts": { "doc": "gulp doc", "preinstall": "node checkNodeVersion", "prestart": "node checkNodeVersion", "test:setup": "node etc/test-setup.js", "test:teardown": "node etc/test-teardown.js", "test": "gulp test" }, "keywords": [ "marklogic", "nosql", "database", "dbms", "search", "query", "json", "xml", "http", "xquery", "xpath" ], "dependencies": { "@fastify/busboy": "^1.1.0", "big-integer": "^1.6.51", "concat-stream": "^2.0.0", "deepcopy": "^2.1.0", "duplexify": "^4.1.2", "eslint": "^8.57.0", "form-data": "^4.0.4", "json-text-sequence": "^1.0.1", "multipart-stream": "^2.0.1", "qs": "^6.11.0", "through2": "^4.0.2", "www-authenticate": "^0.6.3" }, "repository": { "type": "git", "url": "https://github.com/marklogic/node-client-api.git" }, "engines": { "node": ">=16.14.0" }, "devDependencies": { "@jsdoc/salty": "0.2.3", "ajv": "^8.11.0", "ast-types": "^0.14.2", "astring": "^1.8.3", "bunyan": "^1.8.15", "chai": "^4.4.1", "core-util-is": "^1.0.3", "gulp": "^5.0.0", "gulp-jsdoc3": "^3.0.0", "gulp-jshint": "^2.1.0", "gulp-mocha": "^8.0.0", "intercept-stdout": "^0.1.2", "jshint": "^2.13.5", "mocha": "^10.0.0", "mocha-junit-reporter": "2.2.0", "moment": "^2.29.4", "read": "^1.0.7", "sanitize-html": "^2.13.0", "should": "^13.2.3", "stream-to-array": "^2.3.0", "winston": "^3.8.2" }, "optionalDependencies": { "kerberos": "^2.0.1", "vinyl": "^3.0.0" }, "overrides": { "braces": "3.0.3", "brace-expansion": "2.0.2", "cross-spawn":"7.0.6", "jsdoc": "4.0.0", "sanitize-html": "^2.13.0", "markdown-it": "14.1.0", "minimatch": "5.1.0", "nanoid": "3.3.8", "glob": "10.3.11", "glob-parent": "6.0.2", "simple-get": "4.0.1", "semver": "7.5.3", "serialize-javascript": "6.0.2", "tar-fs": "2.1.3" } }