forked from marklogic/node-client-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 1.95 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"author": "MarkLogic",
"name": "marklogic",
"description": "The official MarkLogic Node.js client API.",
"homepage": "https://github.com/marklogic/node-client-api",
"version": "3.0.0",
"license": "Apache-2.0",
"main": "./lib/marklogic.js",
"scripts": {
"doc": "gulp doc",
"test:setup": "node etc/test-setup.js",
"test:teardown": "node etc/test-teardown.js",
"test": "gulp test",
"preinstall": "(npm install --package-lock-only --ignore-scripts) && npx npm-force-resolutions"
},
"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",
"json-text-sequence": "^1.0.1",
"multipart-stream": "^2.0.1",
"qs": "^6.11.0",
"through2": "^4.0.2",
"www-authenticate": "^0.6.3",
"@jsdoc/salty": "0.2.3"
},
"repository": {
"type": "git",
"url": "https://github.com/marklogic/node-client-api.git"
},
"engines": {
"node": ">=16.14.0"
},
"devDependencies": {
"ajv": "^8.11.0",
"ast-types": "^0.14.2",
"astring": "^1.8.3",
"bunyan": "^1.8.15",
"chai": "^4.3.6",
"core-util-is": "^1.0.3",
"gulp": "^4.0.2",
"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",
"moment": "^2.29.4",
"read": "^1.0.7",
"sanitize-html": "2.10.0",
"should": "^13.2.3",
"stream-to-array": "^2.3.0",
"winston": "^3.8.2"
},
"optionalDependencies": {
"kerberos": "^2.0.1",
"vinyl": "^3.0.0"
},
"resolutions": {
"glob-parent": "6.0.2",
"nanoid": "3.1.31",
"simple-get": "4.0.1",
"sanitize-html": "2.7.2",
"minimatch": "5.1.0"
},
"overrides": {
"jsdoc": "4.0.0"
}
}