Urara-Blog/node_modules/.pnpm-store/v3/files/7b/0dbc2d6e80ebdad3678c2c6c55f2a184ed74ac1f90aa612ec02d0b6ff15e83ea9e9ba2132423934256a302ba0daa0c40b62835fbe60595a616a0760cd41944
2022-08-14 01:14:53 +08:00

35 lines
576 B
Text

{
"name": "slash",
"version": "3.0.0",
"description": "Convert Windows backslash paths to slash paths",
"license": "MIT",
"repository": "sindresorhus/slash",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"path",
"seperator",
"slash",
"backslash",
"windows",
"convert"
],
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
}