{
  "name": "@rdfjs/fetch-lite",
  "version": "3.3.0",
  "description": "Wrapper for fetch to simplify sending and receiving RDF data",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "browser-test": "test-runner-browser",
    "test": "stricter-standard && c8 --reporter=lcov --reporter=text-summary mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rdfjs-base/fetch-lite.git"
  },
  "keywords": [
    "fetch",
    "light",
    "lite",
    "rdf",
    "rdfjs"
  ],
  "author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rdfjs-base/fetch-lite/issues"
  },
  "homepage": "https://github.com/rdfjs-base/fetch-lite",
  "dependencies": {
    "is-stream": "^4.0.1",
    "nodeify-fetch": "^3.1.0",
    "readable-stream": "^4.5.2"
  },
  "devDependencies": {
    "@rdfjs/data-model": "^2.0.2",
    "@rdfjs/dataset": "^2.0.2",
    "@rdfjs/environment": "^1.0.0",
    "@rdfjs/formats": "^4.0.0",
    "@rdfjs/sink-map": "^2.0.1",
    "@rdfjs/to-ntriples": "^3.0.1",
    "assert": "^2.1.0",
    "c8": "^10.0.0",
    "express-as-promise": "^2.0.0",
    "mocha": "^10.4.0",
    "stream-chunks": "^1.0.0",
    "stricter-standard": "^0.3.1",
    "test-runner-browser": "^0.1.0"
  }
}
