package-manager-manager
Advanced tools
Comparing version 0.0.0-9cc89d0 to 0.0.0-b6a2638
12
index.js
@@ -1,5 +0,13 @@ | ||
import { isWindows as r } from "./utils/os.js"; | ||
import { isWindows as m } from "./utils/os.js"; | ||
import { getProjectRootDir as s } from "./utils/workspace.js"; | ||
import { isLockFile as f, lockFiles as l } from "./utils/locks.js"; | ||
import "node:fs/promises"; | ||
import "node:path"; | ||
import "node:process"; | ||
export { | ||
r as isWindows | ||
s as getProjectRootDir, | ||
f as isLockFile, | ||
m as isWindows, | ||
l as lockFiles | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "package-manager-manager", | ||
"version": "0.0.0-9cc89d0", | ||
"version": "0.0.0-b6a2638", | ||
"description": "Utilities for managing package managers.", | ||
@@ -29,6 +29,9 @@ "license": "MIT", | ||
"@tsconfig/strictest": "^2.0.1", | ||
"@types/mock-fs": "^4.13.1", | ||
"@types/node": "^20.3.3", | ||
"eslint": "^8.41.0", | ||
"eslint": "^8.44.0", | ||
"eslint-config-ixn": "^1.4.2", | ||
"prettier": "^2.8.8", | ||
"eslint-plugin-unicorn": "^48.0.1", | ||
"mock-fs": "^5.2.0", | ||
"prettier": "^3.0.0", | ||
"typescript": "^5.0.4", | ||
@@ -41,3 +44,4 @@ "vite": "^4.3.5", | ||
"dependencies": { | ||
"js-yaml": "^4.1.0" | ||
"js-yaml": "^4.1.0", | ||
"shellac": "^0.8.0" | ||
}, | ||
@@ -51,4 +55,4 @@ "versionMetadata": { | ||
"lint": "eslint \"./**/*.{cjs,js,jsx,ts,tsx}\"", | ||
"prettier": "prettier --ignore-unknown --ignore-path=.gitignore --check .", | ||
"prettier:format": "prettier --ignore-unknown --ignore-path=.gitignore --write .", | ||
"prettier": "prettier --ignore-unknown --ignore-path .gitignore --ignore-path .prettierignore --check .", | ||
"prettier:fix": "prettier --ignore-unknown --ignore-path .gitignore --ignore-path .prettierignore --write .", | ||
"tsc": "tsc --noEmit", | ||
@@ -55,0 +59,0 @@ "test": "vitest run", |
export * from './os'; | ||
export * from './workspace'; | ||
export * from './locks'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,5 +0,13 @@ | ||
import { isWindows as r } from "./os.js"; | ||
import { isWindows as m } from "./os.js"; | ||
import { getProjectRootDir as s } from "./workspace.js"; | ||
import { isLockFile as f, lockFiles as l } from "./locks.js"; | ||
import "node:fs/promises"; | ||
import "node:path"; | ||
import "node:process"; | ||
export { | ||
r as isWindows | ||
s as getProjectRootDir, | ||
f as isLockFile, | ||
m as isWindows, | ||
l as lockFiles | ||
}; | ||
//# sourceMappingURL=index.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21824
39
162
2
14
3
+ Addedshellac@^0.8.0
+ Addedreghex@1.0.2(transitive)
+ Addedshellac@0.8.0(transitive)