mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 13:10:09 +02:00
remove node_modules
This commit is contained in:
56
app/node_modules/oauth-sign/package.json
generated
vendored
56
app/node_modules/oauth-sign/package.json
generated
vendored
@@ -1,56 +0,0 @@
|
||||
{
|
||||
"_from": "oauth-sign@~0.8.2",
|
||||
"_id": "oauth-sign@0.8.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=",
|
||||
"_location": "/oauth-sign",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "oauth-sign@~0.8.2",
|
||||
"name": "oauth-sign",
|
||||
"escapedName": "oauth-sign",
|
||||
"rawSpec": "~0.8.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~0.8.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/request"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz",
|
||||
"_shasum": "46a6ab7f0aead8deae9ec0565780b7d4efeb9d43",
|
||||
"_spec": "oauth-sign@~0.8.2",
|
||||
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\request",
|
||||
"author": {
|
||||
"name": "Mikeal Rogers",
|
||||
"email": "mikeal.rogers@gmail.com",
|
||||
"url": "http://www.futurealoof.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mikeal/oauth-sign/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
|
||||
"devDependencies": {},
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/mikeal/oauth-sign#readme",
|
||||
"license": "Apache-2.0",
|
||||
"main": "index.js",
|
||||
"name": "oauth-sign",
|
||||
"optionalDependencies": {},
|
||||
"repository": {
|
||||
"url": "git+https://github.com/mikeal/oauth-sign.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"version": "0.8.2"
|
||||
}
|
Reference in New Issue
Block a user