Socket
Book a DemoInstallSign in
Socket

node-api-json-docs

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-api-json-docs

Node's JSON API docs in a npm module

latest
Source
npmnpm
Version
0.10.32
Version published
Maintainers
1
Created
Source

node-api-json-docs

Node's API JSON docs in a npm module.

Each package version corresponds to node version the docs were compiled from.

require('node-api-json-docs/crypto.json');
$ npm install node-api-json-docs@<node-version>
$ ls node_modules/node-api-json-docs
addons.json
all.json
assert.json
buffer.json
child_process.json
cluster.json
console.json
crypto.json
debugger.json
dgram.json
dns.json
documentation.json
domain.json
events.json
fs.json
globals.json
http.json
https.json
index.json
modules.json
net.json
os.json
path.json
process.json
punycode.json
querystring.json
readline.json
repl.json
smalloc.json
stream.json
string_decoder.json
synopsis.json
timers.json
tls.json
_toc.json
tracing.json
tty.json
url.json
util.json
vm.json
zlib.json

Made with:

cd node
make doc
cp out/doc/api/*.json ../node-api-json-docs
``

FAQs

Package last updated on 27 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts