NPM_LOCKFILE_FILENAME = "package-lock.json" # This is a name of intermediate file that is used in TS_PREPARE_DEPS. # This file has a structure same to package-lock.json, but all tarballs # a set relative to the build root. NPM_PRE_LOCKFILE_FILENAME = "pre.package-lock.json" # This is an intermediate file containing workspaces definitions for a package NPM_WORKSPACE_FILENAME = "package-workspace.json"