UNPKG

extra-path

Version:

Useful additions to inbuilt path module.

66 lines (65 loc) 1.48 kB
{ "name": "extra-path", "version": "1.2.1", "description": "Useful additions to inbuilt path module.", "main": "index.js", "module": "index.mjs", "sideEffects": false, "exports": { "require": "./index.js", "import": "./index.mjs" }, "scripts": { "test": "jest", "build": "node ./build", "publish-docs": "node ./build publish-docs", "publish-packages": "node ./build publish-packages" }, "repository": { "type": "git", "url": "git+https://github.com/nodef/extra-path.git" }, "keywords": [ "extra", "path", "basename", "delimiter", "dirname", "extname", "format", "isAbsolute", "join", "normalize", "parse", "posix", "relative", "resolve", "sep", "toNamespacedPath", "win32", "FormatInputPathObject", "ParsedPath", "PlatformPath", "filename", "keywordname", "symbolname" ], "author": "wolfram77@gmail.com", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/nodef/extra-path/issues" }, "homepage": "https://github.com/nodef/extra-path#readme", "devDependencies": { "@rollup/plugin-commonjs": "^25.0.8", "@rollup/plugin-node-resolve": "^15.3.0", "@types/jest": "^29.5.13", "@types/node": "^20.16.10", "extra-build": "^2.2.46", "extra-string": "^2.1.42", "jest": "^29.7.0", "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-dts": "^6.1.1", "ts-jest": "^29.2.5" } }