tree: e1fb765a8ad3ffe61ab9f34a39d1ecce8cea015e [path history] [tgz]
  1. .bazelignore
  2. .bazelrc
  3. BUILD.bazel
  4. package-lock.json
  5. package.json
  6. README.md
  7. vendored.spec.js
  8. WORKSPACE
examples/vendored_node/README.md

We download https://nodejs.org/dist/v10.12.0/node-v10.12.0-linux-x64.tar.xz and https://github.com/yarnpkg/yarn/releases/download/v1.10.0/yarn-v1.10.0.tar.gz for this test (see package.json) so that the contents of these packages do not have to be checked in.

In a real world scenario, the contents of these files can be checked into the repository.