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

69 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": [
[
2020-03-23 17:00:06 +08:00
"universalify@1.0.0",
2019-11-15 23:21:04 +08:00
"/home/runner/work/ghaction-github-pages/ghaction-github-pages"
]
],
2020-03-23 17:00:06 +08:00
"_from": "universalify@1.0.0",
"_id": "universalify@1.0.0",
2019-11-15 23:20:34 +08:00
"_inBundle": false,
2020-03-23 17:00:06 +08:00
"_integrity": "sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==",
2019-11-15 23:20:34 +08:00
"_location": "/universalify",
"_phantomChildren": {},
"_requested": {
2019-11-15 23:21:04 +08:00
"type": "version",
2019-11-15 23:20:34 +08:00
"registry": true,
2020-03-23 17:00:06 +08:00
"raw": "universalify@1.0.0",
2019-11-15 23:20:34 +08:00
"name": "universalify",
"escapedName": "universalify",
2020-03-23 17:00:06 +08:00
"rawSpec": "1.0.0",
2019-11-15 23:20:34 +08:00
"saveSpec": null,
2020-03-23 17:00:06 +08:00
"fetchSpec": "1.0.0"
2019-11-15 23:20:34 +08:00
},
"_requiredBy": [
2020-03-23 17:00:06 +08:00
"/fs-extra",
"/jsonfile"
2019-11-15 23:20:34 +08:00
],
2020-03-23 17:00:06 +08:00
"_resolved": "https://registry.npmjs.org/universalify/-/universalify-1.0.0.tgz",
"_spec": "1.0.0",
2019-11-15 23:21:04 +08:00
"_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",
2020-03-23 17:00:06 +08:00
"nyc": "^15.0.0",
"standard": "^14.3.1",
2019-11-15 23:20:34 +08:00
"tape": "^4.6.3"
},
"engines": {
2020-03-23 17:00:06 +08:00
"node": ">= 10.0.0"
2019-11-15 23:20:34 +08:00
},
"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"
},
2020-03-23 17:00:06 +08:00
"version": "1.0.0"
2019-11-15 23:20:34 +08:00
}