Handbook
Glossary
?github-package-json ( owner repo -- json/f )
Vocabulary
npm
Inputs
owner
an
object
repo
an
object
Outputs
json/f
an
object
Definition
USING:
continuations
github
json
kernel
;
IN:
npm
:
?github-package-json
( owner repo -- json/f )
[
"package.json"
github-file-contents
json>
]
2curry
[
drop
f
]
recover
;