mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-19 00:41:53 +00:00
Remove absolute paths
This commit is contained in:
parent
ff47e64685
commit
fce5f2e313
342 changed files with 6646 additions and 7223 deletions
27
node_modules/unbzip2-stream/package.json
generated
vendored
27
node_modules/unbzip2-stream/package.json
generated
vendored
|
|
@ -1,32 +1,25 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"unbzip2-stream@1.3.3",
|
||||
"X:\\dev\\neard\\www\\github\\goreleaser\\goreleaser-action"
|
||||
]
|
||||
],
|
||||
"_from": "unbzip2-stream@1.3.3",
|
||||
"_id": "unbzip2-stream@1.3.3",
|
||||
"_from": "unbzip2-stream@1.4.0",
|
||||
"_id": "unbzip2-stream@1.4.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-fUlAF7U9Ah1Q6EieQ4x4zLNejrRvDWUYmxXUpN3uziFYCHapjWFaCAnreY9bGgxzaMCFAPPpYNng57CypwJVhg==",
|
||||
"_integrity": "sha512-kVx7CDAsdBSWVf404Mw7oI9i09w5/mTT/Ruk+RWa64PLYKvsAucLLFHvQtnvjeADM4ZizxrvG5SHnF4Te4T2Cg==",
|
||||
"_location": "/unbzip2-stream",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "unbzip2-stream@1.3.3",
|
||||
"raw": "unbzip2-stream@1.4.0",
|
||||
"name": "unbzip2-stream",
|
||||
"escapedName": "unbzip2-stream",
|
||||
"rawSpec": "1.3.3",
|
||||
"rawSpec": "1.4.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.3.3"
|
||||
"fetchSpec": "1.4.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/decompress-tarbz2"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.3.3.tgz",
|
||||
"_spec": "1.3.3",
|
||||
"_where": "X:\\dev\\neard\\www\\github\\goreleaser\\goreleaser-action",
|
||||
"_resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.0.tgz",
|
||||
"_spec": "1.4.0",
|
||||
"author": {
|
||||
"name": "Jan Bölsche",
|
||||
"email": "jan@lagomorph.de"
|
||||
|
|
@ -79,5 +72,5 @@
|
|||
"prepare-long-test": "head -c 104857600 < /dev/urandom | tee test/fixtures/vmlinux.bin | bzip2 > test/fixtures/vmlinux.bin.bz2",
|
||||
"test": "tape test/*.js"
|
||||
},
|
||||
"version": "1.3.3"
|
||||
}
|
||||
"version": "1.4.0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue