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:
14
app/node_modules/mksnapshot/node_modules/fs-extra/package.json
generated
vendored
14
app/node_modules/mksnapshot/node_modules/fs-extra/package.json
generated
vendored
@@ -1,4 +1,11 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"fs-extra@0.26.7",
|
||||
"/home/s2/Documents/Code/gitlit/app"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "fs-extra@0.26.7",
|
||||
"_id": "fs-extra@0.26.7",
|
||||
"_inBundle": false,
|
||||
@@ -19,9 +26,8 @@
|
||||
"/mksnapshot"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.26.7.tgz",
|
||||
"_shasum": "9ae1fdd94897798edab76d0918cf42d0c3184fa9",
|
||||
"_spec": "fs-extra@0.26.7",
|
||||
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\mksnapshot",
|
||||
"_spec": "0.26.7",
|
||||
"_where": "/home/s2/Documents/Code/gitlit/app",
|
||||
"author": {
|
||||
"name": "JP Richardson",
|
||||
"email": "jprichardson@gmail.com"
|
||||
@@ -29,7 +35,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jprichardson/node-fs-extra/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"graceful-fs": "^4.1.2",
|
||||
"jsonfile": "^2.1.0",
|
||||
@@ -37,7 +42,6 @@
|
||||
"path-is-absolute": "^1.0.0",
|
||||
"rimraf": "^2.2.8"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.2",
|
||||
|
24
app/node_modules/mksnapshot/package.json
generated
vendored
24
app/node_modules/mksnapshot/package.json
generated
vendored
@@ -1,5 +1,12 @@
|
||||
{
|
||||
"_from": "mksnapshot@^0.3.0",
|
||||
"_args": [
|
||||
[
|
||||
"mksnapshot@0.3.1",
|
||||
"/home/s2/Documents/Code/gitlit/app"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "mksnapshot@0.3.1",
|
||||
"_id": "mksnapshot@0.3.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-JQHAVldDbXQs6Vik/5LHfkDdN+Y=",
|
||||
@@ -12,32 +19,29 @@
|
||||
"rimraf": "2.6.2"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "mksnapshot@^0.3.0",
|
||||
"raw": "mksnapshot@0.3.1",
|
||||
"name": "mksnapshot",
|
||||
"escapedName": "mksnapshot",
|
||||
"rawSpec": "^0.3.0",
|
||||
"rawSpec": "0.3.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.3.0"
|
||||
"fetchSpec": "0.3.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/asar"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/mksnapshot/-/mksnapshot-0.3.1.tgz",
|
||||
"_shasum": "2501c05657436d742ce958a4ff92c77e40dd37e6",
|
||||
"_spec": "mksnapshot@^0.3.0",
|
||||
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\asar",
|
||||
"_spec": "0.3.1",
|
||||
"_where": "/home/s2/Documents/Code/gitlit/app",
|
||||
"bugs": {
|
||||
"url": "https://github.com/electron/node-mksnapshot/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"decompress-zip": "0.3.0",
|
||||
"fs-extra": "0.26.7",
|
||||
"request": "^2.79.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Create snapshot file for Electron",
|
||||
"devDependencies": {
|
||||
"coffee-script": "~1.6.2",
|
||||
|
Reference in New Issue
Block a user