mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 21:00:04 +02:00
update dependencies
This commit is contained in:
26
node_modules/promise/package.json
generated
vendored
26
node_modules/promise/package.json
generated
vendored
@@ -1,42 +1,38 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"promise@1.3.0",
|
||||
"/home/s2/Documents/Code/gitlit"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "promise@1.3.0",
|
||||
"_from": "promise@~1.3.0",
|
||||
"_id": "promise@1.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-5cyaTIJ45GZP/twBx9qEhCsEAXU=",
|
||||
"_location": "/promise",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "promise@1.3.0",
|
||||
"raw": "promise@~1.3.0",
|
||||
"name": "promise",
|
||||
"escapedName": "promise",
|
||||
"rawSpec": "1.3.0",
|
||||
"rawSpec": "~1.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.3.0"
|
||||
"fetchSpec": "~1.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/nodeify"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/promise/-/promise-1.3.0.tgz",
|
||||
"_spec": "1.3.0",
|
||||
"_where": "/home/s2/Documents/Code/gitlit",
|
||||
"_resolved": "http://registry.npmjs.org/promise/-/promise-1.3.0.tgz",
|
||||
"_shasum": "e5cc9a4c8278e4664ffedc01c7da84842b040175",
|
||||
"_spec": "promise@~1.3.0",
|
||||
"_where": "E:\\projects\\p\\gitlit\\node_modules\\nodeify",
|
||||
"author": {
|
||||
"name": "ForbesLindesay"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/then/promise/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"is-promise": "~1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Bare bones Promises/A+ implementation",
|
||||
"devDependencies": {
|
||||
"promises-aplus-tests": "*"
|
||||
|
Reference in New Issue
Block a user