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/mksnapshot/package.json generated vendored Normal file
View File

@@ -0,0 +1,66 @@
{
"_args": [
[
"mksnapshot@0.3.1",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "mksnapshot@0.3.1",
"_id": "mksnapshot@0.3.1",
"_inBundle": false,
"_integrity": "sha1-JQHAVldDbXQs6Vik/5LHfkDdN+Y=",
"_location": "/mksnapshot",
"_phantomChildren": {
"graceful-fs": "4.1.11",
"jsonfile": "2.4.0",
"klaw": "1.3.1",
"path-is-absolute": "1.0.1",
"rimraf": "2.6.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "mksnapshot@0.3.1",
"name": "mksnapshot",
"escapedName": "mksnapshot",
"rawSpec": "0.3.1",
"saveSpec": null,
"fetchSpec": "0.3.1"
},
"_requiredBy": [
"/asar"
],
"_resolved": "https://registry.npmjs.org/mksnapshot/-/mksnapshot-0.3.1.tgz",
"_spec": "0.3.1",
"_where": "/home/s2/Documents/Code/gitlit",
"bugs": {
"url": "https://github.com/electron/node-mksnapshot/issues"
},
"dependencies": {
"decompress-zip": "0.3.0",
"fs-extra": "0.26.7",
"request": "^2.79.0"
},
"description": "Create snapshot file for Electron",
"devDependencies": {
"coffee-script": "~1.6.2",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.7",
"grunt-coffeelint": "0.0.6",
"grunt-contrib-coffee": "~0.6.6",
"rimraf": "~2.1.4"
},
"homepage": "https://github.com/electron/node-mksnapshot#readme",
"license": "MIT",
"main": "./lib/main.js",
"name": "mksnapshot",
"repository": {
"type": "git",
"url": "git+https://github.com/electron/node-mksnapshot.git"
},
"scripts": {
"prepublish": "grunt coffee"
},
"version": "0.3.1"
}