mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 12:50:04 +02:00
add node modules to repo
This commit is contained in:
24
app/node_modules/p-limit/package.json
generated
vendored
24
app/node_modules/p-limit/package.json
generated
vendored
@@ -1,27 +1,33 @@
|
||||
{
|
||||
"_from": "p-limit@^1.1.0",
|
||||
"_args": [
|
||||
[
|
||||
"p-limit@1.2.0",
|
||||
"/home/s2/Documents/Code/gitlit/app"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "p-limit@1.2.0",
|
||||
"_id": "p-limit@1.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Y/OtIaXtUPr4/YpMv1pCL5L5ed0rumAaAeBSj12F+bSlMdys7i8oQF/GUJmfpTS/QoaRrS/k6pma29haJpsMng==",
|
||||
"_location": "/p-limit",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "p-limit@^1.1.0",
|
||||
"raw": "p-limit@1.2.0",
|
||||
"name": "p-limit",
|
||||
"escapedName": "p-limit",
|
||||
"rawSpec": "^1.1.0",
|
||||
"rawSpec": "1.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.1.0"
|
||||
"fetchSpec": "1.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/p-locate"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.2.0.tgz",
|
||||
"_shasum": "0e92b6bedcb59f022c13d0f1949dc82d15909f1c",
|
||||
"_spec": "p-limit@^1.1.0",
|
||||
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\p-locate",
|
||||
"_spec": "1.2.0",
|
||||
"_where": "/home/s2/Documents/Code/gitlit/app",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
@@ -30,11 +36,9 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/p-limit/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"p-try": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Run multiple promise-returning & async functions with limited concurrency",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
|
Reference in New Issue
Block a user