ghaction-github-pages/node_modules/universalify/package.json

68 lines
1.7 KiB
JSON
Raw Normal View History

2019-11-15 23:20:34 +08:00
{
2019-11-15 23:21:04 +08:00
"_args": [
[
"universalify@0.1.2",
"/home/runner/work/ghaction-github-pages/ghaction-github-pages"
]
],
"_from": "universalify@0.1.2",
2019-11-15 23:20:34 +08:00
"_id": "universalify@0.1.2",
"_inBundle": false,
"_integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
"_location": "/universalify",
"_phantomChildren": {},
"_requested": {
2019-11-15 23:21:04 +08:00
"type": "version",
2019-11-15 23:20:34 +08:00
"registry": true,
2019-11-15 23:21:04 +08:00
"raw": "universalify@0.1.2",
2019-11-15 23:20:34 +08:00
"name": "universalify",
"escapedName": "universalify",
2019-11-15 23:21:04 +08:00
"rawSpec": "0.1.2",
2019-11-15 23:20:34 +08:00
"saveSpec": null,
2019-11-15 23:21:04 +08:00
"fetchSpec": "0.1.2"
2019-11-15 23:20:34 +08:00
},
"_requiredBy": [
"/fs-extra"
],
"_resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
2019-11-15 23:21:04 +08:00
"_spec": "0.1.2",
"_where": "/home/runner/work/ghaction-github-pages/ghaction-github-pages",
2019-11-15 23:20:34 +08:00
"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",
"coveralls": "^3.0.1",
"nyc": "^10.2.0",
"standard": "^10.0.1",
"tape": "^4.6.3"
},
"engines": {
"node": ">= 4.0.0"
},
"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.2"
}