mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2024-11-22 10:26:08 -07:00
68 lines
1.5 KiB
JSON
68 lines
1.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"sort-keys-length@1.0.1",
|
|
"/home/runner/work/ghaction-upx/ghaction-upx"
|
|
]
|
|
],
|
|
"_from": "sort-keys-length@1.0.1",
|
|
"_id": "sort-keys-length@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-nLb09OnkgVWmqgZx7dM2/xR5oYg=",
|
|
"_location": "/sort-keys-length",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "sort-keys-length@1.0.1",
|
|
"name": "sort-keys-length",
|
|
"escapedName": "sort-keys-length",
|
|
"rawSpec": "1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/ext-name"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/sort-keys-length/-/sort-keys-length-1.0.1.tgz",
|
|
"_spec": "1.0.1",
|
|
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
|
|
"author": {
|
|
"name": "Kevin Mårtensson",
|
|
"email": "kevinmartensson@gmail.com",
|
|
"url": "https://github.com/kevva"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kevva/sort-keys-length/issues"
|
|
},
|
|
"dependencies": {
|
|
"sort-keys": "^1.0.0"
|
|
},
|
|
"description": "Sort objecy keys by length",
|
|
"devDependencies": {
|
|
"ava": "^0.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/kevva/sort-keys-length#readme",
|
|
"keywords": [
|
|
"length",
|
|
"object",
|
|
"sort"
|
|
],
|
|
"license": "MIT",
|
|
"name": "sort-keys-length",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kevva/sort-keys-length.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|