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

43
node_modules/get-stream/package.json generated vendored
View file

@ -1,34 +1,25 @@
{
"_args": [
[
"get-stream@3.0.0",
"X:\\dev\\neard\\www\\github\\goreleaser\\goreleaser-action"
]
],
"_from": "get-stream@3.0.0",
"_id": "get-stream@3.0.0",
"_from": "get-stream@4.1.0",
"_id": "get-stream@4.1.0",
"_inBundle": false,
"_integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
"_integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
"_location": "/get-stream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "get-stream@3.0.0",
"raw": "get-stream@4.1.0",
"name": "get-stream",
"escapedName": "get-stream",
"rawSpec": "3.0.0",
"rawSpec": "4.1.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
"fetchSpec": "4.1.0"
},
"_requiredBy": [
"/cacheable-request",
"/download",
"/got"
"/download"
],
"_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "X:\\dev\\neard\\www\\github\\goreleaser\\goreleaser-action",
"_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
"_spec": "4.1.0",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@ -37,6 +28,9 @@
"bugs": {
"url": "https://github.com/sindresorhus/get-stream/issues"
},
"dependencies": {
"pump": "^3.0.0"
},
"description": "Get a stream as a string, buffer, or array",
"devDependencies": {
"ava": "*",
@ -44,7 +38,7 @@
"xo": "*"
},
"engines": {
"node": ">=4"
"node": ">=6"
},
"files": [
"index.js",
@ -57,7 +51,6 @@
"promise",
"concat",
"string",
"str",
"text",
"buffer",
"read",
@ -66,8 +59,7 @@
"readable",
"readablestream",
"array",
"object",
"obj"
"object"
],
"license": "MIT",
"name": "get-stream",
@ -78,8 +70,5 @@
"scripts": {
"test": "xo && ava"
},
"version": "3.0.0",
"xo": {
"esnext": true
}
}
"version": "4.1.0"
}