ghaction-upx/node_modules/filenamify/package.json

81 lines
1.8 KiB
JSON
Raw Normal View History

2020-01-17 01:36:42 -07:00
{
"_args": [
[
2020-04-03 02:12:31 -06:00
"filenamify@3.0.0",
2020-01-17 01:36:42 -07:00
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
2020-04-03 02:12:31 -06:00
"_from": "filenamify@3.0.0",
"_id": "filenamify@3.0.0",
2020-01-17 01:36:42 -07:00
"_inBundle": false,
2020-04-03 02:12:31 -06:00
"_integrity": "sha512-5EFZ//MsvJgXjBAFJ+Bh2YaCTRF/VP1YOmGrgt+KJ4SFRLjI87EIdwLLuT6wQX0I4F9W41xutobzczjsOKlI/g==",
2020-01-17 01:36:42 -07:00
"_location": "/filenamify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
2020-04-03 02:12:31 -06:00
"raw": "filenamify@3.0.0",
2020-01-17 01:36:42 -07:00
"name": "filenamify",
"escapedName": "filenamify",
2020-04-03 02:12:31 -06:00
"rawSpec": "3.0.0",
2020-01-17 01:36:42 -07:00
"saveSpec": null,
2020-04-03 02:12:31 -06:00
"fetchSpec": "3.0.0"
2020-01-17 01:36:42 -07:00
},
"_requiredBy": [
"/download"
],
2020-04-03 02:12:31 -06:00
"_resolved": "https://registry.npmjs.org/filenamify/-/filenamify-3.0.0.tgz",
"_spec": "3.0.0",
2020-01-17 01:36:42 -07:00
"_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": {
2020-04-03 02:12:31 -06:00
"ava": "^1.3.1",
"tsd-check": "^0.3.0",
"xo": "^0.24.0"
2020-01-17 01:36:42 -07:00
},
"engines": {
2020-04-03 02:12:31 -06:00
"node": ">=6"
2020-01-17 01:36:42 -07:00
},
"files": [
2020-04-03 02:12:31 -06:00
"index.js",
"index.d.ts"
2020-01-17 01:36:42 -07:00
],
"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": {
2020-04-03 02:12:31 -06:00
"test": "xo && ava && tsd-check"
2020-01-17 01:36:42 -07:00
},
2020-04-03 02:12:31 -06:00
"version": "3.0.0"
2020-01-17 01:36:42 -07:00
}