package-manager-manager
Advanced tools
Comparing version 0.0.0-26c5ff0 to 0.0.0-772acd4
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-26c5ff0", | ||
"version": "0.0.0-772acd4", | ||
"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", | ||
@@ -50,4 +53,4 @@ "vite": "^4.3.5", | ||
"lint": "eslint \"./**/*.{cjs,js,jsx,ts,tsx}\"", | ||
"prettier": "prettier --ignore-unknown --ignore-path=.gitignore --check .", | ||
"prettier:fix": "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", | ||
@@ -54,0 +57,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
20520
39
154
14
3