Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 3, 2019 05:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/1140840ff1000df05d75344716d981d0 to your computer and use it in GitHub Desktop.
Save ryantm/1140840ff1000df05d75344716d981d0 to your computer and use it in GitHub Desktop.
/nix/store/m54v89z8163jr5phqi6mhf85nrp9i3kz-nodejs-slim-11.6.0
├── bin
│   └── node
├── include
│   └── node
│   ├── common.gypi
│   ├── config.gypi
│   ├── js_native_api.h
│   ├── js_native_api_types.h
│   ├── libplatform
│   │   ├── libplatform-export.h
│   │   ├── libplatform.h
│   │   └── v8-tracing.h
│   ├── node_api.h
│   ├── node_api_types.h
│   ├── node_buffer.h
│   ├── node.h
│   ├── node_object_wrap.h
│   ├── node_version.h
│   ├── openssl
│   │   ├── aes.h
│   │   ├── asn1err.h
│   │   ├── asn1.h
│   │   ├── asn1_mac.h
│   │   ├── asn1t.h
│   │   ├── asyncerr.h
│   │   ├── async.h
│   │   ├── bioerr.h
│   │   ├── bio.h
│   │   ├── blowfish.h
│   │   ├── bnerr.h
│   │   ├── bn.h
│   │   ├── buffererr.h
│   │   ├── buffer.h
│   │   ├── camellia.h
│   │   ├── cast.h
│   │   ├── cmac.h
│   │   ├── cmserr.h
│   │   ├── cms.h
│   │   ├── comperr.h
│   │   ├── comp.h
│   │   ├── conf_api.h
│   │   ├── conferr.h
│   │   ├── conf.h
│   │   ├── cryptoerr.h
│   │   ├── crypto.h
│   │   ├── cterr.h
│   │   ├── ct.h
│   │   ├── des.h
│   │   ├── dherr.h
│   │   ├── dh.h
│   │   ├── dsaerr.h
│   │   ├── dsa.h
│   │   ├── dtls1.h
│   │   ├── ebcdic.h
│   │   ├── ecdh.h
│   │   ├── ecdsa.h
│   │   ├── ecerr.h
│   │   ├── ec.h
│   │   ├── engineerr.h
│   │   ├── engine.h
│   │   ├── e_os2.h
│   │   ├── err.h
│   │   ├── evperr.h
│   │   ├── evp.h
│   │   ├── hmac.h
│   │   ├── idea.h
│   │   ├── kdferr.h
│   │   ├── kdf.h
│   │   ├── lhash.h
│   │   ├── md2.h
│   │   ├── md4.h
│   │   ├── md5.h
│   │   ├── mdc2.h
│   │   ├── modes.h
│   │   ├── objectserr.h
│   │   ├── objects.h
│   │   ├── obj_mac.h
│   │   ├── ocsperr.h
│   │   ├── ocsp.h
│   │   ├── opensslconf.h
│   │   ├── opensslv.h
│   │   ├── ossl_typ.h
│   │   ├── pem2.h
│   │   ├── pemerr.h
│   │   ├── pem.h
│   │   ├── pkcs12err.h
│   │   ├── pkcs12.h
│   │   ├── pkcs7err.h
│   │   ├── pkcs7.h
│   │   ├── rand_drbg.h
│   │   ├── randerr.h
│   │   ├── rand.h
│   │   ├── rc2.h
│   │   ├── rc4.h
│   │   ├── rc5.h
│   │   ├── ripemd.h
│   │   ├── rsaerr.h
│   │   ├── rsa.h
│   │   ├── safestack.h
│   │   ├── seed.h
│   │   ├── sha.h
│   │   ├── srp.h
│   │   ├── srtp.h
│   │   ├── ssl2.h
│   │   ├── ssl3.h
│   │   ├── sslerr.h
│   │   ├── ssl.h
│   │   ├── stack.h
│   │   ├── storeerr.h
│   │   ├── store.h
│   │   ├── symhacks.h
│   │   ├── tls1.h
│   │   ├── tserr.h
│   │   ├── ts.h
│   │   ├── txt_db.h
│   │   ├── uierr.h
│   │   ├── ui.h
│   │   ├── whrlpool.h
│   │   ├── x509err.h
│   │   ├── x509.h
│   │   ├── x509v3err.h
│   │   ├── x509v3.h
│   │   └── x509_vfy.h
│   ├── uv
│   │   ├── errno.h
│   │   ├── linux.h
│   │   ├── threadpool.h
│   │   ├── unix.h
│   │   └── version.h
│   ├── uv.h
│   ├── v8config.h
│   ├── v8.h
│   ├── v8-platform.h
│   ├── v8-profiler.h
│   ├── v8-testing.h
│   ├── v8-util.h
│   ├── v8-value-serializer-version.h
│   ├── v8-version.h
│   ├── v8-version-string.h
│   ├── zconf.h
│   └── zlib.h
├── nix-support
│   └── setup-hook
└── share
├── doc
│   └── node
│   ├── gdbinit
│   └── lldb_commands.py
├── man
│   └── man1
│   └── node.1.gz
└── systemtap
└── tapset
└── node.stp
14 directories, 140 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment