mirror of
				https://github.com/crazy-max/ghaction-upx.git
				synced 2025-11-04 04:58:11 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			86 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			86 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "_args": [
 | 
						|
    [
 | 
						|
      "get-stream@3.0.0",
 | 
						|
      "/home/runner/work/ghaction-upx/ghaction-upx"
 | 
						|
    ]
 | 
						|
  ],
 | 
						|
  "_from": "get-stream@3.0.0",
 | 
						|
  "_id": "get-stream@3.0.0",
 | 
						|
  "_inBundle": false,
 | 
						|
  "_integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
 | 
						|
  "_location": "/get-stream",
 | 
						|
  "_phantomChildren": {},
 | 
						|
  "_requested": {
 | 
						|
    "type": "version",
 | 
						|
    "registry": true,
 | 
						|
    "raw": "get-stream@3.0.0",
 | 
						|
    "name": "get-stream",
 | 
						|
    "escapedName": "get-stream",
 | 
						|
    "rawSpec": "3.0.0",
 | 
						|
    "saveSpec": null,
 | 
						|
    "fetchSpec": "3.0.0"
 | 
						|
  },
 | 
						|
  "_requiredBy": [
 | 
						|
    "/cacheable-request",
 | 
						|
    "/download",
 | 
						|
    "/got"
 | 
						|
  ],
 | 
						|
  "_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
 | 
						|
  "_spec": "3.0.0",
 | 
						|
  "_where": "/home/runner/work/ghaction-upx/ghaction-upx",
 | 
						|
  "author": {
 | 
						|
    "name": "Sindre Sorhus",
 | 
						|
    "email": "sindresorhus@gmail.com",
 | 
						|
    "url": "sindresorhus.com"
 | 
						|
  },
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/sindresorhus/get-stream/issues"
 | 
						|
  },
 | 
						|
  "description": "Get a stream as a string, buffer, or array",
 | 
						|
  "devDependencies": {
 | 
						|
    "ava": "*",
 | 
						|
    "into-stream": "^3.0.0",
 | 
						|
    "xo": "*"
 | 
						|
  },
 | 
						|
  "engines": {
 | 
						|
    "node": ">=4"
 | 
						|
  },
 | 
						|
  "files": [
 | 
						|
    "index.js",
 | 
						|
    "buffer-stream.js"
 | 
						|
  ],
 | 
						|
  "homepage": "https://github.com/sindresorhus/get-stream#readme",
 | 
						|
  "keywords": [
 | 
						|
    "get",
 | 
						|
    "stream",
 | 
						|
    "promise",
 | 
						|
    "concat",
 | 
						|
    "string",
 | 
						|
    "str",
 | 
						|
    "text",
 | 
						|
    "buffer",
 | 
						|
    "read",
 | 
						|
    "data",
 | 
						|
    "consume",
 | 
						|
    "readable",
 | 
						|
    "readablestream",
 | 
						|
    "array",
 | 
						|
    "object",
 | 
						|
    "obj"
 | 
						|
  ],
 | 
						|
  "license": "MIT",
 | 
						|
  "name": "get-stream",
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+https://github.com/sindresorhus/get-stream.git"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "test": "xo && ava"
 | 
						|
  },
 | 
						|
  "version": "3.0.0",
 | 
						|
  "xo": {
 | 
						|
    "esnext": true
 | 
						|
  }
 | 
						|
}
 |