strip-path
Version:
Strip a path from a path
38 lines (37 loc) • 667 B
JSON
{
"name": "strip-path",
"version": "2.0.0",
"description": "Strip a path from a path",
"license": "MIT",
"repository": "sindresorhus/strip-path",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"path",
"directory",
"file",
"strip",
"trim",
"normalize",
"string"
],
"devDependencies": {
"ava": "^3.15.0",
"xo": "^0.44.0"
}
}