Handbook
Glossary
get-npm-json ( name -- json )
Vocabulary
npm
Inputs
name
an
object
Outputs
json
an
object
Definition
USING:
continuations
http.json
kernel
sequences
;
IN:
npm
MEMO:
get-npm-json
( name -- json )
"https://registry.npmjs.org/"
prepend
[
http-get-json
nip
]
[
2drop
H{
}
clone
]
recover
;