mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
8539cacbbe
Extracted out of https://github.com/denoland/deno/pull/25614 It's better for these to be non-minified because then diffs are better when adding new versions.
66 lines
1.9 KiB
JSON
66 lines
1.9 KiB
JSON
{
|
|
"name": "universalify",
|
|
"description": "Make a callback- or promise-based function support both promises and callbacks.",
|
|
"dist-tags": {
|
|
"latest": "2.0.0"
|
|
},
|
|
"versions": {
|
|
"2.0.0": {
|
|
"name": "universalify",
|
|
"version": "2.0.0",
|
|
"description": "Make a callback- or promise-based function support both promises and callbacks.",
|
|
"bugs": {
|
|
"url": "https://github.com/RyanZim/universalify/issues"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Ryan Zimmerman",
|
|
"email": "opensrc@ryanzim.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/RyanZim/universalify.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && nyc tape test/*.js | colortape"
|
|
},
|
|
"devDependencies": {
|
|
"colortape": "^0.1.2",
|
|
"coveralls": "^3.0.1",
|
|
"nyc": "^15.0.0",
|
|
"standard": "^14.3.1",
|
|
"tape": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"gitHead": "a853a4aedc63c69fcdc62b77643d75b0d162a098",
|
|
"_id": "universalify@2.0.0",
|
|
"_nodeVersion": "14.0.0",
|
|
"_npmVersion": "6.14.4",
|
|
"dist": {
|
|
"integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
|
|
"shasum": "75a4984efedc4b08975c5aeb73f530d02df25717",
|
|
"tarball": "http://localhost:4260/universalify/universalify-2.0.0.tgz",
|
|
"fileCount": 4,
|
|
"unpackedSize": 4639
|
|
},
|
|
"directories": {},
|
|
"_hasShrinkwrap": false
|
|
}
|
|
},
|
|
"homepage": "https://github.com/RyanZim/universalify#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/RyanZim/universalify.git"
|
|
},
|
|
"author": {
|
|
"name": "Ryan Zimmerman",
|
|
"email": "opensrc@ryanzim.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/RyanZim/universalify/issues"
|
|
},
|
|
"license": "MIT",
|
|
"readmeFilename": "README.md"
|
|
}
|