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:
68
app/node_modules/yauzl/package.json
generated
vendored
Normal file
68
app/node_modules/yauzl/package.json
generated
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"yauzl@2.4.1",
|
||||
"/home/s2/Documents/Code/gitlit/app"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "yauzl@2.4.1",
|
||||
"_id": "yauzl@2.4.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-lSj0QtqxsihOWLQ3m7GU4i4MQAU=",
|
||||
"_location": "/yauzl",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "yauzl@2.4.1",
|
||||
"name": "yauzl",
|
||||
"escapedName": "yauzl",
|
||||
"rawSpec": "2.4.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.4.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/extract-zip"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz",
|
||||
"_spec": "2.4.1",
|
||||
"_where": "/home/s2/Documents/Code/gitlit/app",
|
||||
"author": {
|
||||
"name": "Josh Wolfe",
|
||||
"email": "thejoshwolfe@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/thejoshwolfe/yauzl/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"fd-slicer": "~1.0.1"
|
||||
},
|
||||
"description": "yet another unzip library for node",
|
||||
"devDependencies": {
|
||||
"bl": "~1.0.0",
|
||||
"istanbul": "~0.3.4",
|
||||
"pend": "~1.2.0"
|
||||
},
|
||||
"homepage": "https://github.com/thejoshwolfe/yauzl",
|
||||
"keywords": [
|
||||
"unzip",
|
||||
"zip",
|
||||
"stream",
|
||||
"archive",
|
||||
"file"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "yauzl",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/thejoshwolfe/yauzl.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test/test.js",
|
||||
"test-cov": "istanbul cover test/test.js",
|
||||
"test-travis": "istanbul cover --report lcovonly test/test.js"
|
||||
},
|
||||
"version": "2.4.1"
|
||||
}
|
Reference in New Issue
Block a user