tree: 62964a3cdc544832099d7d380f48a8d327c155eb [path history] [tgz]
  1. npm/
  2. yarn/
  3. .bazelignore
  4. .bazelrc
  5. BUILD.bazel
  6. package.json
  7. README.md
  8. vendored.spec.js
  9. 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.