forked from marklogic/node-client-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.55 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.55 KB
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
{
"author": "MarkLogic",
"name": "marklogic",
"description": "The official MarkLogic Node.js client API.",
"homepage": "http://github.com/marklogic/node-client-api",
"version": "2.5.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"
},
"keywords": [
"marklogic",
"nosql",
"database",
"dbms",
"search",
"query",
"json",
"xml",
"http",
"xquery",
"xpath"
],
"dependencies": {
"concat-stream": "^2.0.0",
"deepcopy": "^2.0.0",
"dicer": "^0.3.0",
"json-text-sequence": "^0.1.1",
"multipart-stream": "^2.0.1",
"qs": "^6.9.1",
"through2": "^3.0.1",
"www-authenticate": "^0.6.2"
},
"repository": {
"type": "git",
"url": "http://github.com/marklogic/node-client-api.git"
},
"engines": {
"node": ">=10.15.0"
},
"devDependencies": {
"ajv": "^6.12.4",
"ast-types": "^0.13.2",
"astring": "^1.4.3",
"bunyan": "^1.8.12",
"chai": "^4.2.0",
"core-util-is": "^1.0.2",
"gulp": "^4.0.2",
"gulp-jsdoc3": "^1.0.1",
"gulp-jshint": "^2.1.0",
"gulp-mocha": "^6.0.0",
"intercept-stdout": "^0.1.2",
"jsdoc": "^3.6.3",
"jshint": "^2.11.0",
"mocha": "^6.2.2",
"moment": "^2.24.0",
"read": "^1.0.7",
"sanitize-html": "^1.22.0",
"should": "^13.2.3",
"winston": "^3.2.1"
},
"optionalDependencies": {
"kerberos": "^1.1.2",
"vinyl": "^2.2.0"
}
}