mirror of
https://github.com/actions/setup-node.git
synced 2025-04-25 20:42:13 +00:00
38 lines
No EOL
732 B
JSON
38 lines
No EOL
732 B
JSON
{
|
|
"name": "slash",
|
|
"version": "2.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": ">=6"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"path",
|
|
"seperator",
|
|
"sep",
|
|
"slash",
|
|
"backslash",
|
|
"windows",
|
|
"win"
|
|
],
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz"
|
|
,"_integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A=="
|
|
,"_from": "slash@2.0.0"
|
|
} |