@pnpm/config
Advanced tools
Comparing version 3.5.1 to 3.5.2
@@ -105,3 +105,3 @@ "use strict"; | ||
'bail': true, | ||
'depth': command[command.length - 1] === 'list' ? 0 : Infinity, | ||
'depth': (command[0] === 'list' || command[1] === 'list') ? 0 : Infinity, | ||
'fetch-retries': 2, | ||
@@ -108,0 +108,0 @@ 'fetch-retry-factor': 10, |
{ | ||
"name": "@pnpm/config", | ||
"version": "3.5.1", | ||
"description": "Gets configs for pnpm", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
"prepublishOnly": "pnpm run tsc", | ||
"tsc": "rimraf lib && tsc", | ||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", | ||
"test-with-preview": "pnpm run lint && ts-node test", | ||
"pretest": "npm config rm fetch-retry-maxtimeout", | ||
"test": "pnpm run lint && pnpm run tsc && ts-node test" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/config", | ||
"keywords": [ | ||
"pnpm", | ||
"config" | ||
], | ||
"engines": { | ||
"node": ">=8.15" | ||
}, | ||
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/config#readme", | ||
"dependencies": { | ||
"@pnpm/error": "1.0.0", | ||
"@pnpm/types": "3.2.0", | ||
"@zkochan/npm-conf": "1.2.4", | ||
"camelcase": "5.3.1", | ||
"find-up": "4.1.0", | ||
"is-subdir": "1.0.3", | ||
"which": "1.3.1" | ||
}, | ||
"devDependencies": { | ||
"@pnpm/config": "link:", | ||
"@types/mz": "0.0.32", | ||
"@types/which": "1.3.1", | ||
"mz": "2.7.0", | ||
"rimraf": "2.6.3", | ||
"tape": "4.11.0", | ||
"tempy": "0.3.0" | ||
} | ||
"name": "@pnpm/config", | ||
"version": "3.5.2", | ||
"description": "Gets configs for pnpm", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
"prepublishOnly": "pnpm run tsc", | ||
"tsc": "rimraf lib && tsc", | ||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", | ||
"test-with-preview": "pnpm run lint && ts-node test", | ||
"pretest": "npm config rm fetch-retry-maxtimeout", | ||
"test": "pnpm run lint && pnpm run tsc && ts-node test" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/config", | ||
"keywords": [ | ||
"pnpm", | ||
"config" | ||
], | ||
"engines": { | ||
"node": ">=8.15" | ||
}, | ||
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/config#readme", | ||
"dependencies": { | ||
"@pnpm/error": "1.0.0", | ||
"@pnpm/types": "3.2.0", | ||
"@zkochan/npm-conf": "1.2.4", | ||
"camelcase": "5.3.1", | ||
"find-up": "4.1.0", | ||
"is-subdir": "1.0.3", | ||
"which": "1.3.1" | ||
}, | ||
"devDependencies": { | ||
"@pnpm/config": "link:", | ||
"@types/mz": "0.0.32", | ||
"@types/which": "1.3.1", | ||
"mz": "2.7.0", | ||
"rimraf": "3.0.0", | ||
"tape": "4.11.0", | ||
"tempy": "0.3.0" | ||
} | ||
} |
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
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
19119