mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 21:00:04 +02:00
add node modules to repo
This commit is contained in:
24
app/node_modules/bluebird/package.json
generated
vendored
24
app/node_modules/bluebird/package.json
generated
vendored
@@ -1,28 +1,34 @@
|
||||
{
|
||||
"_from": "bluebird@^3.5.0",
|
||||
"_args": [
|
||||
[
|
||||
"bluebird@3.5.1",
|
||||
"/home/s2/Documents/Code/gitlit/app"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "bluebird@3.5.1",
|
||||
"_id": "bluebird@3.5.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==",
|
||||
"_location": "/bluebird",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "bluebird@^3.5.0",
|
||||
"raw": "bluebird@3.5.1",
|
||||
"name": "bluebird",
|
||||
"escapedName": "bluebird",
|
||||
"rawSpec": "^3.5.0",
|
||||
"rawSpec": "3.5.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.5.0"
|
||||
"fetchSpec": "3.5.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/electron-osx-sign",
|
||||
"/get-package-info"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz",
|
||||
"_shasum": "d9551f9de98f1fcda1e683d17ee91a0602ee2eb9",
|
||||
"_spec": "bluebird@^3.5.0",
|
||||
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\electron-osx-sign",
|
||||
"_spec": "3.5.1",
|
||||
"_where": "/home/s2/Documents/Code/gitlit/app",
|
||||
"author": {
|
||||
"name": "Petka Antonov",
|
||||
"email": "petka_antonov@hotmail.com",
|
||||
@@ -32,8 +38,6 @@
|
||||
"bugs": {
|
||||
"url": "http://github.com/petkaantonov/bluebird/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Full featured Promises/A+ implementation with exceptionally good performance",
|
||||
"devDependencies": {
|
||||
"acorn": "~0.6.0",
|
||||
|
Reference in New Issue
Block a user