mirror of
				https://github.com/crazy-max/ghaction-upx.git
				synced 2025-11-04 04:58:11 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			77 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			77 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "_args": [
 | 
						|
    [
 | 
						|
      "trim-repeated@1.0.0",
 | 
						|
      "/home/runner/work/ghaction-upx/ghaction-upx"
 | 
						|
    ]
 | 
						|
  ],
 | 
						|
  "_from": "trim-repeated@1.0.0",
 | 
						|
  "_id": "trim-repeated@1.0.0",
 | 
						|
  "_inBundle": false,
 | 
						|
  "_integrity": "sha1-42RqLqTokTEr9+rObPsFOAvAHCE=",
 | 
						|
  "_location": "/trim-repeated",
 | 
						|
  "_phantomChildren": {},
 | 
						|
  "_requested": {
 | 
						|
    "type": "version",
 | 
						|
    "registry": true,
 | 
						|
    "raw": "trim-repeated@1.0.0",
 | 
						|
    "name": "trim-repeated",
 | 
						|
    "escapedName": "trim-repeated",
 | 
						|
    "rawSpec": "1.0.0",
 | 
						|
    "saveSpec": null,
 | 
						|
    "fetchSpec": "1.0.0"
 | 
						|
  },
 | 
						|
  "_requiredBy": [
 | 
						|
    "/filenamify"
 | 
						|
  ],
 | 
						|
  "_resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz",
 | 
						|
  "_spec": "1.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/trim-repeated/issues"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "escape-string-regexp": "^1.0.2"
 | 
						|
  },
 | 
						|
  "description": "Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz",
 | 
						|
  "devDependencies": {
 | 
						|
    "ava": "0.0.4"
 | 
						|
  },
 | 
						|
  "engines": {
 | 
						|
    "node": ">=0.10.0"
 | 
						|
  },
 | 
						|
  "files": [
 | 
						|
    "index.js"
 | 
						|
  ],
 | 
						|
  "homepage": "https://github.com/sindresorhus/trim-repeated#readme",
 | 
						|
  "keywords": [
 | 
						|
    "condense",
 | 
						|
    "collapse",
 | 
						|
    "compact",
 | 
						|
    "consecutive",
 | 
						|
    "repeated",
 | 
						|
    "string",
 | 
						|
    "str",
 | 
						|
    "trim",
 | 
						|
    "remove",
 | 
						|
    "strip",
 | 
						|
    "character",
 | 
						|
    "char"
 | 
						|
  ],
 | 
						|
  "license": "MIT",
 | 
						|
  "name": "trim-repeated",
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+https://github.com/sindresorhus/trim-repeated.git"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "test": "node test.js"
 | 
						|
  },
 | 
						|
  "version": "1.0.0"
 | 
						|
}
 |