mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-08 18:04:29 +00:00
v5
This commit is contained in:
parent
d1407282e6
commit
08403cd828
6774 changed files with 1602535 additions and 1 deletions
39
node_modules/optimist/package.json
generated
vendored
Normal file
39
node_modules/optimist/package.json
generated
vendored
Normal file
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"name" : "optimist",
|
||||
"version" : "0.6.1",
|
||||
"description" : "Light-weight option parsing with an argv hash. No optstrings attached.",
|
||||
"main" : "./index.js",
|
||||
"dependencies" : {
|
||||
"wordwrap" : "~0.0.2",
|
||||
"minimist" : "~0.0.1"
|
||||
},
|
||||
"devDependencies" : {
|
||||
"hashish": "~0.0.4",
|
||||
"tap" : "~0.4.0"
|
||||
},
|
||||
"scripts" : {
|
||||
"test" : "tap ./test/*.js"
|
||||
},
|
||||
"repository" : {
|
||||
"type" : "git",
|
||||
"url" : "http://github.com/substack/node-optimist.git"
|
||||
},
|
||||
"keywords" : [
|
||||
"argument",
|
||||
"args",
|
||||
"option",
|
||||
"parser",
|
||||
"parsing",
|
||||
"cli",
|
||||
"command"
|
||||
],
|
||||
"author" : {
|
||||
"name" : "James Halliday",
|
||||
"email" : "mail@substack.net",
|
||||
"url" : "http://substack.net"
|
||||
},
|
||||
"license" : "MIT/X11",
|
||||
"engine" : {
|
||||
"node" : ">=0.4"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue