Files
RoboCommander/node_modules/slash/package.json

21 lines
413 B
JSON
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
{
"name": "slash",
"version": "1.0.0",
"description": "Convert Windows backslash paths to slash paths",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"repository": "sindresorhus/slash",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"files": [
"index.js"
]
}