forked from canada-ca/tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.15 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
{
"name": "arangojs",
"version": "7.5.0",
"engines": {
"node": ">=10"
},
"license": "Apache-2.0",
"description": "The official ArangoDB JavaScript driver.",
"homepage": "https://github.com/arangodb/arangojs",
"bugs": {
"url": "https://github.com/arangodb/arangojs/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/arangodb/arangojs.git"
},
"author": "ArangoDB GmbH",
"contributors": [
{
"name": "Alan Plum",
"email": "me@pluma.io"
}
],
"keywords": [
"arango",
"arangodb",
"aql",
"nosql",
"client",
"driver",
"api",
"http",
"rest"
],
"main": "index.js",
"typings": "arangojs.d.ts",
"browser": {
"./lib/btoa.js": "./lib/btoa.web.js",
"./lib/bytelength.js": "./lib/bytelength.web.js",
"./lib/joinPath.js": "./lib/joinPath.web.js",
"./lib/multipart.js": "./lib/multipart.web.js",
"./lib/request.js": "./lib/request.web.js"
},
"files": [
"**/*",
"!test/**"
],
"dependencies": {
"@types/node": ">=13.13.4",
"es6-error": "^4.0.1",
"multi-part": "^3.0.0",
"x3-linkedlist": "1.2.0",
"xhr": "^2.4.1"
}
}