UNPKG

851 BJSONView Raw
1{
2 "name": "proto-fetch",
3 "version": "2.0.0",
4 "description": "Protocol handler wrapper for fetch",
5 "type": "module",
6 "main": "index.js",
7 "scripts": {
8 "test": "stricter-standard && c8 --reporter=lcov --reporter=text-summary mocha"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/bergos/proto-fetch.git"
13 },
14 "keywords": [
15 "fetch",
16 "file",
17 "fs",
18 "readable",
19 "stream"
20 ],
21 "author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/bergos/proto-fetch/issues"
25 },
26 "homepage": "https://github.com/bergos/proto-fetch",
27 "devDependencies": {
28 "c8": "^8.0.1",
29 "file-fetch": "^2.0.0",
30 "mocha": "^10.2.0",
31 "nodeify-fetch": "^3.1.0",
32 "stricter-standard": "^0.3.0"
33 }
34}