1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-04 05:10:05 +02:00

add node modules to repo

This commit is contained in:
s2
2018-06-03 13:47:11 +02:00
parent e8c95255e8
commit d002126b72
4115 changed files with 440218 additions and 7519 deletions

80
node_modules/sanitize-filename/package.json generated vendored Normal file
View File

@@ -0,0 +1,80 @@
{
"_args": [
[
"sanitize-filename@1.6.1",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "sanitize-filename@1.6.1",
"_id": "sanitize-filename@1.6.1",
"_inBundle": false,
"_integrity": "sha1-YS2hyWRz+gLczaktzVtKsWSmdyo=",
"_location": "/sanitize-filename",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "sanitize-filename@1.6.1",
"name": "sanitize-filename",
"escapedName": "sanitize-filename",
"rawSpec": "1.6.1",
"saveSpec": null,
"fetchSpec": "1.6.1"
},
"_requiredBy": [
"/electron-packager"
],
"_resolved": "https://registry.npmjs.org/sanitize-filename/-/sanitize-filename-1.6.1.tgz",
"_spec": "1.6.1",
"_where": "/home/s2/Documents/Code/gitlit",
"author": {
"name": "Parsha Pourkhomami"
},
"bugs": {
"url": "https://github.com/parshap/node-sanitize-filename/issues"
},
"contributors": [
{
"name": "Parsha Pourkhomami",
"email": "parshap@gmail.com"
},
{
"name": "Joel Mukuthu",
"email": "joelmukuthu@gmail.com"
}
],
"dependencies": {
"truncate-utf8-bytes": "^1.0.0"
},
"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"
}