resolve-dat-path
Version:
Resolves a file within a dat archive based on how web browsers would load it
35 lines (34 loc) • 789 B
JSON
{
"name": "resolve-dat-path",
"version": "2.0.0",
"description": "Resolves a file within a dat archive based on how web browsers would load it",
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RangerMauve/resolve-dat-path.git"
},
"keywords": [
"hyperdrive",
"dat",
"resolve",
"file",
"browser",
"beaker"
],
"author": "rangermauve",
"license": "MIT",
"bugs": {
"url": "https://github.com/RangerMauve/resolve-dat-path/issues"
},
"homepage": "https://github.com/RangerMauve/resolve-dat-path#readme",
"devDependencies": {
"scoped-fs": "^1.3.0",
"standard": "^16.0.3",
"tape": "^5.2.2",
"tmp": "^0.2.1"
}
}