1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 12:50:04 +02:00
Files
gitlit/node_modules/nodeify/package.json
2018-06-03 13:57:23 +02:00

65 lines
1.4 KiB
JSON

{
"_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"
}