wurifundamentals
Version:
Collection of routines to operate URI(s) in the reliable and consistent way. UriFundamentals leverages parsing, joining, extracting, normalizing, nativizing, resolving URI(s). Use the module to get uniform experience from playing with URI(s) on different
55 lines (54 loc) • 1.32 kB
JSON
{
"name": "wurifundamentals",
"version": "0.6.82",
"engine": "node >= 6.0.0",
"description": "Collection of routines to operate URI(s) in the reliable and consistent way. UriFundamentals leverages parsing, joining, extracting, normalizing, nativizing, resolving URI(s). Use the module to get uniform experience from playing with URI(s) on different platforms.",
"license": "MIT",
"author": "Kostiantyn Wandalen <wanalen@willbe.so>",
"contributors": [
{
"name": "Kostiantyn Wandalen",
"email": "wanalen@willbe.so"
},
{
"name": "Volodymyr M.",
"email": "volodymyr.migdal@gmail.com"
}
],
"main": "proto/dwtools/abase/l4/Uri.s",
"files": [
"proto/dwtools/abase/l4",
"proto/dwtools/abase/l5",
"proto/dwtools/Tools.s",
"out",
"production"
],
"scripts": {
"test": "wtest proto",
"docgen": "wdocgen proto"
},
"repository": {
"type": "git",
"url": "https://github.com/Wandalen/wUriFundamentals.git"
},
"bugs": {
"url": "https://github.com/Wandalen/wUriFundamentals/issues"
},
"dependencies": {
"wTools": "",
"wpathfundamentals": ""
},
"devDependencies": {
"wFiles": "",
"wTesting": ""
},
"keywords": [
"wTools",
"wPath",
"path",
"URL",
"URI",
"path",
"file"
]
}