oss

package
v0.63.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const PACKAGE_JSON_FILE_NAME = "package.json"
View Source
const PACKAGE_LOCK_FILE_NAME = "package-lock.json"
View Source
const YARN_LOCK_FILE_NAME = "yarn.lock"

Variables

This section is empty.

Functions

func GeneratePackageLockFiles

func GeneratePackageLockFiles(path string) (string, map[string]string, error)

Types

type PackageJson

type PackageJson struct {
	Name         string            `json:"name"`
	Version      string            `json:"version"`
	Dependencies map[string]string `json:"dependencies"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL