godev/third_party: add third party libraries and copy tool

The npmdeps command copies dependencies from node_modules into the
third_party directory to be served by the website. The libraries
added will be used to render charts from telemetry data.

Change-Id: If71c7394f2a7fe3814972d749e03d94aae1d68cc
Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/498258
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Jamal Carvalho <jamal@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
13 files changed
tree: 305e9e3549e2ff698a4249572a2d7fe7396a9c5c
  1. config/
  2. godev/
  3. CONTRIBUTING.md
  4. doc.go
  5. go.mod
  6. go.sum
  7. LICENSE
  8. PATENTS
  9. README.md
  10. types.go
README.md

Go Telemetry

This repository holds the Go Telemetry server code and libraries.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/telemetry:” in the subject line, so it is easy to find.