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
26
node_modules/dashdash/package.json
generated
vendored
Normal file
26
node_modules/dashdash/package.json
generated
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "dashdash",
|
||||
"description": "A light, featureful and explicit option parsing library.",
|
||||
"version": "1.14.1",
|
||||
"author": "Trent Mick <trentm@gmail.com> (http://trentm.com)",
|
||||
"keywords": ["option", "parser", "parsing", "cli", "command", "args",
|
||||
"bash", "completion"],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/trentm/node-dashdash.git"
|
||||
},
|
||||
"main": "./lib/dashdash.js",
|
||||
"dependencies": {
|
||||
"assert-plus": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodeunit": "0.9.x"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "nodeunit test/*.test.js"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue