Files
UnknownBot/node_modules/filenamify/package.json
2021-02-11 02:38:15 +01:00

78 lines
1.8 KiB
JSON

{
"_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": "range",
"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",
"_shasum": "9603eb688179f8c5d40d828626dcbb92c3a4672c",
"_spec": "filenamify@^3.0.0",
"_where": "C:\\Users\\MCGFX\\OneDrive\\Dokumente\\GitHub\\UnknownBot\\node_modules\\download",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/filenamify/issues"
},
"bundleDependencies": false,
"dependencies": {
"filename-reserved-regex": "^2.0.0",
"strip-outer": "^1.0.0",
"trim-repeated": "^1.0.0"
},
"deprecated": false,
"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"
}