file-fetch
Version:
fetch for read and write access to the local file system
43 lines (42 loc) • 1.02 kB
JSON
{
"name": "file-fetch",
"version": "2.0.1",
"description": "fetch for read and write access to the local file system",
"type": "module",
"main": "index.js",
"scripts": {
"test": "stricter-standard && c8 --reporter=lcov --reporter=text-summary mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/bergos/file-fetch.git"
},
"keywords": [
"fetch",
"readable",
"stream",
"file",
"fs"
],
"author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
"contributors": [
"Brett Zamir"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bergos/file-fetch/issues"
},
"homepage": "https://github.com/bergos/file-fetch",
"dependencies": {
"mime-types": "^3.0.1",
"readable-stream": "^4.4.2",
"stream-chunks": "^1.0.0"
},
"devDependencies": {
"c8": "^10.1.2",
"is-stream": "^4.0.1",
"mocha": "^11.0.1",
"stricter-standard": "^0.3.0",
"temp": "^0.9.4"
}
}