npm_constants.py 406 B

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