{
  "name": "@comunica/actor-http-native",
  "version": "5.2.0",
  "description": "A native http actor",
  "lsd:module": true,
  "license": "MIT",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/comunica-association"
  },
  "homepage": "https://comunica.dev/",
  "repository": {
    "type": "git",
    "url": "https://github.com/comunica/comunica.git",
    "directory": "packages/actor-http-native"
  },
  "bugs": {
    "url": "https://github.com/comunica/comunica/issues"
  },
  "keywords": [
    "comunica",
    "actor",
    "http",
    "follow-redirects"
  ],
  "sideEffects": false,
  "main": "lib/index.js",
  "typings": "lib/index",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "components",
    "lib/**/*.d.ts",
    "lib/**/*.js",
    "lib/**/*.js.map"
  ],
  "scripts": {
    "build": "yarn run build:ts && yarn run build:components",
    "build:ts": "node \"../../node_modules/typescript/bin/tsc\"",
    "build:components": "componentsjs-generator"
  },
  "dependencies": {
    "@comunica/bus-http": "^5.2.0",
    "@comunica/context-entries": "^5.2.0",
    "@comunica/core": "^5.2.0",
    "@comunica/mediatortype-time": "^5.2.0",
    "@types/http-link-header": "^1.0.7",
    "follow-redirects": "^1.15.2",
    "http-link-header": "^1.1.3"
  },
  "browser": {
    "./lib/Requester.js": "./lib/Requester-browser.js"
  },
  "gitHead": "ebb0e79bddcd850fcb8d0fb5b422af88e67fa283"
}
