1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 12:50:04 +02:00
Files
gitlit/app/node_modules/sanitize-filename/package.json
2018-10-10 15:11:12 +02:00

77 lines
1.9 KiB
JSON

{
"_from": "sanitize-filename@^1.6.0",
"_id": "sanitize-filename@1.6.1",
"_inBundle": false,
"_integrity": "sha1-YS2hyWRz+gLczaktzVtKsWSmdyo=",
"_location": "/sanitize-filename",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "sanitize-filename@^1.6.0",
"name": "sanitize-filename",
"escapedName": "sanitize-filename",
"rawSpec": "^1.6.0",
"saveSpec": null,
"fetchSpec": "^1.6.0"
},
"_requiredBy": [
"/electron-packager"
],
"_resolved": "https://registry.npmjs.org/sanitize-filename/-/sanitize-filename-1.6.1.tgz",
"_shasum": "612da1c96473fa02dccda92dcd5b4ab164a6772a",
"_spec": "sanitize-filename@^1.6.0",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\electron-packager",
"author": {
"name": "Parsha Pourkhomami"
},
"bugs": {
"url": "https://github.com/parshap/node-sanitize-filename/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Parsha Pourkhomami",
"email": "parshap@gmail.com"
},
{
"name": "Joel Mukuthu",
"email": "joelmukuthu@gmail.com"
}
],
"dependencies": {
"truncate-utf8-bytes": "^1.0.0"
},
"deprecated": false,
"description": "Sanitize a string for use as a filename",
"devDependencies": {
"browserify": "^13.0.0",
"concat-stream": "^1.5.1",
"mktemp": "^0.4.0",
"tape": "^4.2.2",
"zuul": "^3.7.2"
},
"homepage": "https://github.com/parshap/node-sanitize-filename#readme",
"keywords": [
"file",
"name",
"filename",
"sanitize",
"validate",
"escape"
],
"license": "WTFPL OR ISC",
"main": "index.js",
"name": "sanitize-filename",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/parshap/node-sanitize-filename.git"
},
"scripts": {
"test": "tape test.js",
"test-browser": "zuul --local --open -- test.js",
"test-browser-sauce": "zuul -- test.js"
},
"version": "1.6.1"
}