wpathbasic
Version:
Collection of cross-platform routines to operate paths reliably and consistently. PathBasic leverages parsing, joining, extracting, normalizing, nativizing, resolving paths. Use the module to get uniform experience from playing with paths on different pla
64 lines (63 loc) • 1.56 kB
JSON
{
"name": "wpathbasic",
"version": "0.7.243",
"engine": "node >= 10.0.0",
"description": "Collection of cross-platform routines to operate paths reliably and consistently. PathBasic leverages parsing, joining, extracting, normalizing, nativizing, resolving paths. Use the module to get uniform experience from playing with paths on different platforms.",
"license": "MIT",
"enabled": 1,
"author": "Kostiantyn Wandalen <wandalen@obox.systems>",
"contributors": [
{
"name": "Kostiantyn Wandalen",
"email": "wandalen@obox.systems"
},
{
"name": "Volodymyr M.",
"email": "volodymyr.migdal@gmail.com"
},
{
"name": "Dmytro Kryvoruchko",
"email": "dm.vict.kr@gmail.com"
},
{
"name": "Artem Bohush",
"email": "art.bohush@gmail.com"
}
],
"main": "proto/node_modules/wpathbasic",
"files": [
"proto/wtools/abase/l2",
"proto/wtools/abase/l3",
"proto/node_modules",
"proto/node_modules/Tools",
"proto/node_modules/wpathbasic"
],
"scripts": {
"test": "wtest .run 'proto/**' rapidity:-3",
"gendoc": "wdoc proto"
},
"repository": {
"type": "git",
"url": "https://github.com/Wandalen/wPathBasic.git"
},
"bugs": {
"url": "https://github.com/Wandalen/wPathBasic/issues"
},
"dependencies": {
"wTools": "latest"
},
"devDependencies": {
"wTesting": "latest",
"wFiles": "latest",
"eslint": "7.32.0"
},
"keywords": [
"wTools",
"wPath",
"path",
"url",
"uri",
"path",
"file"
]
}