mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2024-11-22 10:26:08 -07:00
69 lines
1.5 KiB
JSON
69 lines
1.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"commander@2.8.1",
|
|
"/home/runner/work/ghaction-upx/ghaction-upx"
|
|
]
|
|
],
|
|
"_from": "commander@2.8.1",
|
|
"_id": "commander@2.8.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Br42f+v9oMMwqh4qBy09yXYkJdQ=",
|
|
"_location": "/commander",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "commander@2.8.1",
|
|
"name": "commander",
|
|
"escapedName": "commander",
|
|
"rawSpec": "2.8.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.8.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/seek-bzip"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz",
|
|
"_spec": "2.8.1",
|
|
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
|
|
"author": {
|
|
"name": "TJ Holowaychuk",
|
|
"email": "tj@vision-media.ca"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tj/commander.js/issues"
|
|
},
|
|
"dependencies": {
|
|
"graceful-readlink": ">= 1.0.0"
|
|
},
|
|
"description": "the complete solution for node.js command-line programs",
|
|
"devDependencies": {
|
|
"should": ">= 0.0.1",
|
|
"sinon": ">= 1.14.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6.x"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/tj/commander.js#readme",
|
|
"keywords": [
|
|
"command",
|
|
"option",
|
|
"parser"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index",
|
|
"name": "commander",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tj/commander.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"version": "2.8.1"
|
|
}
|