fileurl2path
Version:
A tiny function for converting a file URL to a file path.
31 lines (30 loc) • 708 B
JSON
{
"name": "fileurl2path",
"repository": "github:fabiospampinato/fileurl2path",
"description": "A tiny function for converting a file URL to a file path.",
"license": "MIT",
"version": "1.0.1",
"type": "module",
"main": "dist/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"clean": "tsex clean",
"compile": "tsex compile",
"compile:watch": "tsex compile --watch",
"test": "tsex test",
"test:watch": "tsex test --watch",
"prepublishOnly": "tsex prepare"
},
"keywords": [
"file",
"url",
"path",
"convert"
],
"devDependencies": {
"fava": "^0.3.4",
"tsex": "^4.0.2",
"typescript": "^5.7.3"
}
}