budibase/packages/common/node_modules/slash/package.json

35 lines
528 B
JSON
Raw Normal View History

2020-04-07 16:12:08 +02:00
{
"name": "slash",
"version": "2.0.0",
2020-04-07 16:12:08 +02:00
"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": ">=6"
2020-04-07 16:12:08 +02:00
},
"scripts": {
"test": "xo && ava"
2020-04-07 16:12:08 +02:00
},
"files": [
"index.js"
2020-04-07 16:12:08 +02:00
],
"keywords": [
"path",
"seperator",
"sep",
2020-04-07 16:12:08 +02:00
"slash",
"backslash",
"windows",
"win"
2020-04-07 16:12:08 +02:00
],
"devDependencies": {
"ava": "*",
"xo": "*"
2020-04-07 16:12:08 +02:00
}
}