mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 02:16:45 +00:00
Fix.
This commit is contained in:
parent
596a6da241
commit
c1a589c5b6
7078 changed files with 1882834 additions and 319 deletions
67
node_modules/dashdash/package.json
generated
vendored
Normal file
67
node_modules/dashdash/package.json
generated
vendored
Normal file
|
@ -0,0 +1,67 @@
|
|||
{
|
||||
"_from": "dashdash@^1.12.0",
|
||||
"_id": "dashdash@1.14.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
|
||||
"_location": "/dashdash",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "dashdash@^1.12.0",
|
||||
"name": "dashdash",
|
||||
"escapedName": "dashdash",
|
||||
"rawSpec": "^1.12.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.12.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/sshpk"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
|
||||
"_shasum": "853cfa0f7cbe2fed5de20326b8dd581035f6e2f0",
|
||||
"_spec": "dashdash@^1.12.0",
|
||||
"_where": "E:\\github\\setup-java\\node_modules\\sshpk",
|
||||
"author": {
|
||||
"name": "Trent Mick",
|
||||
"email": "trentm@gmail.com",
|
||||
"url": "http://trentm.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/trentm/node-dashdash/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"assert-plus": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "A light, featureful and explicit option parsing library.",
|
||||
"devDependencies": {
|
||||
"nodeunit": "0.9.x"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10"
|
||||
},
|
||||
"homepage": "https://github.com/trentm/node-dashdash#readme",
|
||||
"keywords": [
|
||||
"option",
|
||||
"parser",
|
||||
"parsing",
|
||||
"cli",
|
||||
"command",
|
||||
"args",
|
||||
"bash",
|
||||
"completion"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/dashdash.js",
|
||||
"name": "dashdash",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/trentm/node-dashdash.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "nodeunit test/*.test.js"
|
||||
},
|
||||
"version": "1.14.1"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue