workspace-tools/src
Ria Nicole Carmin 0d9b3bd5c0
Adds npm 7 package-lock.json parser (#82)
* Adds npm 7 package-lock.json parcer

* Adds a check for unsupported package-lock version

* Updates error message

* Adds tests for parseLockFile with npm 7 workspaces

* Updates README with npm workspaces

* Style cleanup

* Changes the error message language

* Rewrites types in a different style

* Change files

* Adds changelog file.

Co-authored-by: Ria Carmin <riacarmin@microsoft.com>
2021-12-02 09:10:14 -08:00
..
__fixtures__ Adds npm 7 package-lock.json parser (#82) 2021-12-02 09:10:14 -08:00
__tests__ Adds npm 7 package-lock.json parser (#82) 2021-12-02 09:10:14 -08:00
helpers Fix #24: Add support for reading default branch from git config (#58) 2021-05-25 14:46:31 -07:00
lockfile Adds npm 7 package-lock.json parser (#82) 2021-12-02 09:10:14 -08:00
types add extended-info to getPackageInfos (#13) 2020-08-31 16:18:36 -07:00
workspaces Adds npm 7 package-lock.json parser (#82) 2021-12-02 09:10:14 -08:00
dependencies.ts Fix the dependencies that are missing a dependency was not being counted in the subgraph (#12) 2020-08-19 16:26:29 -07:00
getPackageInfos.ts getting rid of console logs from the library (#60) 2021-05-27 13:03:13 -07:00
getPackagePaths.ts Globby fixes - be able to match packages spec of an individual folder (#4) 2020-05-26 09:54:55 -07:00
git.ts get the right default remote branch (#63) 2021-06-03 13:22:19 -07:00
graph.ts expose depedent map 2020-05-12 09:42:26 -07:00
index.ts Introduce getWorkspaceRoot() (#18) 2020-10-12 09:26:44 -07:00
infoFromPackageJson.ts add extended-info to getPackageInfos (#13) 2020-08-31 16:18:36 -07:00
paths.ts adding a whole lot of workspace libraries into this repo 2020-05-11 17:53:39 -07:00
scope.ts Scope minimatch: support glob patterns instead of simple matcher (#19) 2020-10-19 13:23:48 -07:00