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

65
node_modules/cryptiles/package.json generated vendored Executable file
View File

@@ -0,0 +1,65 @@
{
"_args": [
[
"cryptiles@3.1.2",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "cryptiles@3.1.2",
"_id": "cryptiles@3.1.2",
"_inBundle": false,
"_integrity": "sha1-qJ+7Ig9c4l7FboxKqKT9e1sNKf4=",
"_location": "/cryptiles",
"_phantomChildren": {
"hoek": "4.2.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "cryptiles@3.1.2",
"name": "cryptiles",
"escapedName": "cryptiles",
"rawSpec": "3.1.2",
"saveSpec": null,
"fetchSpec": "3.1.2"
},
"_requiredBy": [
"/hawk"
],
"_resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-3.1.2.tgz",
"_spec": "3.1.2",
"_where": "/home/s2/Documents/Code/gitlit",
"bugs": {
"url": "https://github.com/hapijs/cryptiles/issues"
},
"dependencies": {
"boom": "5.x.x"
},
"description": "General purpose crypto utilities",
"devDependencies": {
"code": "4.x.x",
"lab": "13.x.x"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/hapijs/cryptiles#readme",
"keywords": [
"cryptography",
"security",
"utilites"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "cryptiles",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/cryptiles.git"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html"
},
"version": "3.1.2"
}