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:
64
node_modules/nodeify/package.json
generated
vendored
Normal file
64
node_modules/nodeify/package.json
generated
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"nodeify@1.0.1",
|
||||
"/home/s2/Documents/Code/gitlit"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "nodeify@1.0.1",
|
||||
"_id": "nodeify@1.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-ZKtpp7268DzhB7TwM1yHwLnpGx0=",
|
||||
"_location": "/nodeify",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "nodeify@1.0.1",
|
||||
"name": "nodeify",
|
||||
"escapedName": "nodeify",
|
||||
"rawSpec": "1.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/electron-packager"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/nodeify/-/nodeify-1.0.1.tgz",
|
||||
"_spec": "1.0.1",
|
||||
"_where": "/home/s2/Documents/Code/gitlit",
|
||||
"author": {
|
||||
"name": "ForbesLindesay"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/then/nodeify/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"is-promise": "~1.0.0",
|
||||
"promise": "~1.3.0"
|
||||
},
|
||||
"description": "Convert promised code to use node style callbacks",
|
||||
"devDependencies": {
|
||||
"mocha": "~1.8.1",
|
||||
"mocha-as-promised": "~1.2.1"
|
||||
},
|
||||
"homepage": "https://github.com/then/nodeify#readme",
|
||||
"keywords": [
|
||||
"promise",
|
||||
"then",
|
||||
"nodeify",
|
||||
"callback"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "nodeify",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/then/nodeify.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "npm test",
|
||||
"test": "mocha -R spec"
|
||||
},
|
||||
"version": "1.0.1"
|
||||
}
|
Reference in New Issue
Block a user