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

66
node_modules/universalify/package.json generated vendored Normal file
View File

@@ -0,0 +1,66 @@
{
"_args": [
[
"universalify@0.1.1",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "universalify@0.1.1",
"_id": "universalify@0.1.1",
"_inBundle": false,
"_integrity": "sha1-+nG63UQ3r0wUiEHjs7Fl+enlkLc=",
"_location": "/universalify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "universalify@0.1.1",
"name": "universalify",
"escapedName": "universalify",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/flora-colossus/fs-extra",
"/fs-extra",
"/galactus/fs-extra"
],
"_resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "/home/s2/Documents/Code/gitlit",
"author": {
"name": "Ryan Zimmerman",
"email": "opensrc@ryanzim.com"
},
"bugs": {
"url": "https://github.com/RyanZim/universalify/issues"
},
"description": "Make a callback- or promise-based function support both promises and callbacks.",
"devDependencies": {
"colortape": "^0.1.2",
"nyc": "^10.2.0",
"standard": "^10.0.1",
"tape": "^4.6.3"
},
"files": [
"index.js"
],
"homepage": "https://github.com/RyanZim/universalify#readme",
"keywords": [
"callback",
"native",
"promise"
],
"license": "MIT",
"name": "universalify",
"repository": {
"type": "git",
"url": "git+https://github.com/RyanZim/universalify.git"
},
"scripts": {
"test": "standard && nyc tape test/*.js | colortape"
},
"version": "0.1.1"
}