@visulima/path
Version:
Drop-in replacement of the Node.js path module.
71 lines • 1.37 kB
JSON
{
"name": "@visulima/path",
"version": "2.0.5",
"description": "Drop-in replacement of the Node.js path module.",
"keywords": [
"visulima",
"path",
"binary",
"extensions",
"extension",
"file",
"json",
"list",
"array"
],
"homepage": "https://visulima.com/packages/path",
"bugs": {
"url": "https://github.com/visulima/visulima/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/visulima/visulima.git",
"directory": "packages/path"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/prisis"
},
{
"type": "consulting",
"url": "https://anolilab.com/support"
}
],
"license": "MIT",
"author": {
"name": "Daniel Bannert",
"email": "d.bannert@anolilab.de"
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./utils": {
"types": "./dist/utils.d.ts",
"default": "./dist/utils.js"
},
"./package.json": "./package.json"
},
"files": [
"dist/**",
"README.md",
"CHANGELOG.md",
"LICENSE.md"
],
"engines": {
"node": ">=20.19 <=25.x"
},
"os": [
"darwin",
"linux",
"win32"
],
"publishConfig": {
"access": "public",
"provenance": true
}
}