mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2024-11-22 10:26:08 -07:00
81 lines
1.8 KiB
JSON
81 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"filenamify@3.0.0",
|
|
"/home/runner/work/ghaction-upx/ghaction-upx"
|
|
]
|
|
],
|
|
"_from": "filenamify@3.0.0",
|
|
"_id": "filenamify@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-5EFZ//MsvJgXjBAFJ+Bh2YaCTRF/VP1YOmGrgt+KJ4SFRLjI87EIdwLLuT6wQX0I4F9W41xutobzczjsOKlI/g==",
|
|
"_location": "/filenamify",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "filenamify@3.0.0",
|
|
"name": "filenamify",
|
|
"escapedName": "filenamify",
|
|
"rawSpec": "3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/download"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/filenamify/-/filenamify-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/filenamify/issues"
|
|
},
|
|
"dependencies": {
|
|
"filename-reserved-regex": "^2.0.0",
|
|
"strip-outer": "^1.0.0",
|
|
"trim-repeated": "^1.0.0"
|
|
},
|
|
"description": "Convert a string to a valid safe filename",
|
|
"devDependencies": {
|
|
"ava": "^1.3.1",
|
|
"tsd-check": "^0.3.0",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/filenamify#readme",
|
|
"keywords": [
|
|
"filename",
|
|
"safe",
|
|
"sanitize",
|
|
"file",
|
|
"name",
|
|
"string",
|
|
"path",
|
|
"filepath",
|
|
"convert",
|
|
"valid",
|
|
"dirname"
|
|
],
|
|
"license": "MIT",
|
|
"name": "filenamify",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/filenamify.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd-check"
|
|
},
|
|
"version": "3.0.0"
|
|
}
|