mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-20 17:31:54 +00:00
Initial commit
This commit is contained in:
commit
e28e23212c
778 changed files with 75786 additions and 0 deletions
65
node_modules/strict-uri-encode/package.json
generated
vendored
Normal file
65
node_modules/strict-uri-encode/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"strict-uri-encode@1.1.0",
|
||||
"X:\\dev\\neard\\www\\github\\ghaction\\ghaction-goreleaser"
|
||||
]
|
||||
],
|
||||
"_from": "strict-uri-encode@1.1.0",
|
||||
"_id": "strict-uri-encode@1.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=",
|
||||
"_location": "/strict-uri-encode",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "strict-uri-encode@1.1.0",
|
||||
"name": "strict-uri-encode",
|
||||
"escapedName": "strict-uri-encode",
|
||||
"rawSpec": "1.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/query-string"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
|
||||
"_spec": "1.1.0",
|
||||
"_where": "X:\\dev\\neard\\www\\github\\ghaction\\ghaction-goreleaser",
|
||||
"author": {
|
||||
"name": "Kevin Mårtensson",
|
||||
"email": "kevinmartensson@gmail.com",
|
||||
"url": "github.com/kevva"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/kevva/strict-uri-encode/issues"
|
||||
},
|
||||
"description": "A stricter URI encode adhering to RFC 3986",
|
||||
"devDependencies": {
|
||||
"ava": "^0.0.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/kevva/strict-uri-encode#readme",
|
||||
"keywords": [
|
||||
"component",
|
||||
"encode",
|
||||
"RFC3986",
|
||||
"uri"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "strict-uri-encode",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/kevva/strict-uri-encode.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"version": "1.1.0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue