{
  "name": "arangojs-fork",
  "version": "7.7.0",
  "engines": {
    "node": ">=10"
  },
  "license": "Apache-2.0",
  "description": "Fork of the official ArangoDB JavaScript driver with some PR merged.",
  "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"
    },
    {
      "name": "Alex Gorbatchev",
      "email": "alex.gorbatchev@gmail.com"
    }
  ],
  "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"
  },
  "dependencies": {
    "es6-error": "^4.1.1",
    "multi-part": "^3.0.0",
    "x3-linkedlist": "1.2.0",
    "xhr": "^2.6.0"
  }
}
