{
  "name": "unxhr",
  "description": "Synchronous and asynchronous XMLHttpRequest for Node",
  "version": "1.2.0",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "mocha tests/test-*.js && ts-node node_modules/mocha/lib/cli/cli.js tests/test-request.js",
    "lint": "standard tests/**.js lib/**.js example/**.js",
    "lint-fix": "npm run lint -- --fix"
  },
  "authors": [
    "Dan DeFelippi (http://driverdan.com)",
    "Guillaume Grossetie (https://github.com/mogztter)",
    "David Jencks (https://gitlab.com/djencks)"
  ],
  "keywords": [
    "xhr",
    "ajax",
    "sync",
    "http"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/mogztter/unxhr.git"
  },
  "browser": {
    "fs": false,
    "child_process": false
  },
  "bugs": "http://github.com/mogztter/unxhr/issues",
  "engines": {
    "node": ">=8.11"
  },
  "directories": {
    "lib": "./lib",
    "example": "./example"
  },
  "main": "./lib/XMLHttpRequest.js",
  "devDependencies": {
    "chai": "4.3.0",
    "dirty-chai": "2.0.1",
    "get-port": "5.1.1",
    "mocha": "8.2.1",
    "standard": "16.0.3",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.3"
  },
  "standard": {
    "env": [
      "mocha"
    ]
  }
}
