mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-08 08:47:30 +00:00
Initial commit
This commit is contained in:
+67
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"sort-keys-length@1.0.1",
|
||||
"X:\\dev\\neard\\www\\github\\ghaction\\ghaction-goreleaser"
|
||||
]
|
||||
],
|
||||
"_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": "X:\\dev\\neard\\www\\github\\ghaction\\ghaction-goreleaser",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user