mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-19 08:51:54 +00:00
Initial commit
This commit is contained in:
commit
e28e23212c
778 changed files with 75786 additions and 0 deletions
55
node_modules/to-buffer/package.json
generated
vendored
Normal file
55
node_modules/to-buffer/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"to-buffer@1.1.1",
|
||||
"X:\\dev\\neard\\www\\github\\ghaction\\ghaction-goreleaser"
|
||||
]
|
||||
],
|
||||
"_from": "to-buffer@1.1.1",
|
||||
"_id": "to-buffer@1.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg==",
|
||||
"_location": "/to-buffer",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "to-buffer@1.1.1",
|
||||
"name": "to-buffer",
|
||||
"escapedName": "to-buffer",
|
||||
"rawSpec": "1.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/tar-stream"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.1.1.tgz",
|
||||
"_spec": "1.1.1",
|
||||
"_where": "X:\\dev\\neard\\www\\github\\ghaction\\ghaction-goreleaser",
|
||||
"author": {
|
||||
"name": "Mathias Buus",
|
||||
"url": "@mafintosh"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mafintosh/to-buffer/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Pass in a string, get a buffer back. Pass in a buffer, get the same buffer back",
|
||||
"devDependencies": {
|
||||
"standard": "^6.0.5",
|
||||
"tape": "^4.4.0"
|
||||
},
|
||||
"homepage": "https://github.com/mafintosh/to-buffer",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "to-buffer",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mafintosh/to-buffer.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "standard && tape test.js"
|
||||
},
|
||||
"version": "1.1.1"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue