Remove absolute paths

This commit is contained in:
CrazyMax 2020-04-08 00:33:20 +02:00
parent ff47e64685
commit fce5f2e313
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
342 changed files with 6646 additions and 7223 deletions

View file

@ -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"
}