tree: 9d2676cfc332cbc325562f80582d8fc8e4f70e3a [path history] [tgz]
  1. BUILD.bazel
  2. package-lock.json
  3. package.json
  4. README.md
  5. vendored.spec.js
  6. WORKSPACE
  7. yarn.lock
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.