@pnpm/npm-conf
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -20,4 +20,4 @@ 'use strict'; | ||
} catch (error) { | ||
// Error will be thrown if module cannot be found. | ||
// We should ignore that error. | ||
// If npm module cannot be found, add warning about adding global config to overwrite builtin config | ||
warnings.push('Load npm builtin configs failed, you can use "pnpm config ls" to show builtin configs. And then use "pnpm config --global set <key> <value>" to migrate configs from builtin to global.'); | ||
} | ||
@@ -24,0 +24,0 @@ |
{ | ||
"name": "@pnpm/npm-conf", | ||
"version": "2.0.0", | ||
"description": "Get the npm config", | ||
"license": "MIT", | ||
"repository": "pnpm/npm-conf", | ||
"engines": { | ||
"node": ">=12" | ||
}, | ||
"scripts": { | ||
"prepublishOnly": "node lib/make.js && tsc -p lib/tsconfig.make-out.json", | ||
"test": "jest" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"lib" | ||
], | ||
"keywords": [ | ||
"conf", | ||
"config", | ||
"global", | ||
"npm", | ||
"path", | ||
"prefix", | ||
"rc" | ||
], | ||
"dependencies": { | ||
"@pnpm/network.ca-file": "^1.0.1", | ||
"config-chain": "^1.1.11" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^14.0.14", | ||
"babel-generator": "^6.24.1", | ||
"babel-traverse": "^6.24.1", | ||
"babylon": "^6.17.1", | ||
"eslint-import-resolver-node": "^0.3.2", | ||
"jest": "^25.1.0", | ||
"npm": "^5.0.4", | ||
"typescript": "^3.9.6" | ||
} | ||
} | ||
"name": "@pnpm/npm-conf", | ||
"version": "2.0.1", | ||
"description": "Get the npm config", | ||
"license": "MIT", | ||
"repository": "pnpm/npm-conf", | ||
"engines": { | ||
"node": ">=12" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"lib" | ||
], | ||
"keywords": [ | ||
"conf", | ||
"config", | ||
"global", | ||
"npm", | ||
"path", | ||
"prefix", | ||
"rc" | ||
], | ||
"dependencies": { | ||
"@pnpm/network.ca-file": "^1.0.1", | ||
"config-chain": "^1.1.11" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^14.0.14", | ||
"babel-generator": "^6.24.1", | ||
"babel-traverse": "^6.24.1", | ||
"babylon": "^6.17.1", | ||
"eslint-import-resolver-node": "^0.3.2", | ||
"jest": "^25.1.0", | ||
"npm": "^5.0.4", | ||
"typescript": "^3.9.6" | ||
}, | ||
"scripts": { | ||
"test": "jest" | ||
} | ||
} |
@@ -47,2 +47,2 @@ # @pnpm/npm-conf [![Build Status](https://travis-ci.com/pnpm/npm-conf.svg?branch=master)](https://travis-ci.com/pnpm/npm-conf) | ||
MIT | ||
MIT © [Kevin Mårtensson](https://github.com/kevva) |
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
28669