6 lines
248 B
Go
6 lines
248 B
Go
//
|
|
// Package proxy implements a HTTP caching proxy for Node package registry (NPM).
|
|
// See https://github.com/emeralt/npm-cache-proxy/ for more information about proxy.
|
|
//
|
|
package proxy // import "https://github.com/emeralt/npm-cache-proxy/proxy"
|