blob: a763f54735218d6e5cb22c482719c8351976f8f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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"
|