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

67 lines
1.6 KiB
JSON

{
"_args": [
[
"universalify@0.1.1",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "universalify@0.1.1",
"_id": "universalify@0.1.1",
"_inBundle": false,
"_integrity": "sha1-+nG63UQ3r0wUiEHjs7Fl+enlkLc=",
"_location": "/universalify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "universalify@0.1.1",
"name": "universalify",
"escapedName": "universalify",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/flora-colossus/fs-extra",
"/fs-extra",
"/galactus/fs-extra"
],
"_resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "/home/s2/Documents/Code/gitlit",
"author": {
"name": "Ryan Zimmerman",
"email": "opensrc@ryanzim.com"
},
"bugs": {
"url": "https://github.com/RyanZim/universalify/issues"
},
"description": "Make a callback- or promise-based function support both promises and callbacks.",
"devDependencies": {
"colortape": "^0.1.2",
"nyc": "^10.2.0",
"standard": "^10.0.1",
"tape": "^4.6.3"
},
"files": [
"index.js"
],
"homepage": "https://github.com/RyanZim/universalify#readme",
"keywords": [
"callback",
"native",
"promise"
],
"license": "MIT",
"name": "universalify",
"repository": {
"type": "git",
"url": "git+https://github.com/RyanZim/universalify.git"
},
"scripts": {
"test": "standard && nyc tape test/*.js | colortape"
},
"version": "0.1.1"
}