mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-09 02:14:28 +00:00
v5
This commit is contained in:
parent
d1407282e6
commit
08403cd828
6774 changed files with 1602535 additions and 1 deletions
25
node_modules/urix/package.json
generated
vendored
Normal file
25
node_modules/urix/package.json
generated
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "urix",
|
||||
"version": "0.1.0",
|
||||
"author": "Simon Lydell",
|
||||
"license": "MIT",
|
||||
"description": "Makes Windows-style paths more unix and URI friendly.",
|
||||
"main": "index.js",
|
||||
"repository": "lydell/urix",
|
||||
"keywords": [
|
||||
"path",
|
||||
"url",
|
||||
"uri",
|
||||
"unix",
|
||||
"windows",
|
||||
"backslash",
|
||||
"slash"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "jshint index.js test/ && mocha"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^1.17.1",
|
||||
"jshint": "^2.4.4"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue