tree: 8bf3d63d03c647848473505df230fcfc3bf23cfc
  1. .bazelignore
  2. .bazelrc
  3. BUILD.bazel
  4. package.json
  5. README.md
  6. vendored.spec.js
  7. WORKSPACE
  8. yarn.lock
examples/vendored_node_and_yarn/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.