mirror of
				https://github.com/crazy-max/ghaction-upx.git
				synced 2025-11-04 04:58:11 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			68 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			68 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "_args": [
 | 
						|
    [
 | 
						|
      "ext-list@2.2.2",
 | 
						|
      "/home/runner/work/ghaction-upx/ghaction-upx"
 | 
						|
    ]
 | 
						|
  ],
 | 
						|
  "_from": "ext-list@2.2.2",
 | 
						|
  "_id": "ext-list@2.2.2",
 | 
						|
  "_inBundle": false,
 | 
						|
  "_integrity": "sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==",
 | 
						|
  "_location": "/ext-list",
 | 
						|
  "_phantomChildren": {},
 | 
						|
  "_requested": {
 | 
						|
    "type": "version",
 | 
						|
    "registry": true,
 | 
						|
    "raw": "ext-list@2.2.2",
 | 
						|
    "name": "ext-list",
 | 
						|
    "escapedName": "ext-list",
 | 
						|
    "rawSpec": "2.2.2",
 | 
						|
    "saveSpec": null,
 | 
						|
    "fetchSpec": "2.2.2"
 | 
						|
  },
 | 
						|
  "_requiredBy": [
 | 
						|
    "/ext-name"
 | 
						|
  ],
 | 
						|
  "_resolved": "https://registry.npmjs.org/ext-list/-/ext-list-2.2.2.tgz",
 | 
						|
  "_spec": "2.2.2",
 | 
						|
  "_where": "/home/runner/work/ghaction-upx/ghaction-upx",
 | 
						|
  "author": {
 | 
						|
    "name": "Kevin Mårtensson",
 | 
						|
    "email": "kevinmartensson@gmail.com",
 | 
						|
    "url": "https://github.com/kevva"
 | 
						|
  },
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/kevva/ext-list/issues"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "mime-db": "^1.28.0"
 | 
						|
  },
 | 
						|
  "description": "List of known file extensions and their MIME types",
 | 
						|
  "devDependencies": {
 | 
						|
    "ava": "*",
 | 
						|
    "xo": "*"
 | 
						|
  },
 | 
						|
  "engines": {
 | 
						|
    "node": ">=0.10.0"
 | 
						|
  },
 | 
						|
  "files": [
 | 
						|
    "index.js"
 | 
						|
  ],
 | 
						|
  "homepage": "https://github.com/kevva/ext-list#readme",
 | 
						|
  "keywords": [
 | 
						|
    "ext",
 | 
						|
    "mime"
 | 
						|
  ],
 | 
						|
  "license": "MIT",
 | 
						|
  "name": "ext-list",
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+https://github.com/kevva/ext-list.git"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "test": "xo && ava"
 | 
						|
  },
 | 
						|
  "version": "2.2.2"
 | 
						|
}
 |