{
	"name": "libnpmconfig",
	"versions": {
		"1.0.0": {
			"name": "libnpmconfig",
			"version": "1.0.0",
			"description": "Standalone library for reading/writing/managing npm configurations",
			"author": {
				"name": "Kat Marchán",
				"email": "kzm@zkat.tech"
			},
			"license": "ISC",
			"scripts": {
				"prerelease": "npm t",
				"release": "standard-version -s",
				"postrelease": "npm publish && git push --follow-tags",
				"pretest": "standard",
				"test": "tap -J --100 test/*.js",
				"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
				"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
			},
			"devDependencies": {
				"weallbehave": "*",
				"weallcontribute": "*",
				"standard": "*",
				"standard-version": "*",
				"tap": "*"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/npm/libnpmconfig.git"
			},
			"bugs": {
				"url": "https://github.com/npm/libnpmconfig/issues"
			},
			"homepage": "https://npmjs.com/package/libnpmconfig",
			"dependencies": {
				"figgy-pudding": "^3.5.1",
				"ini": "^1.3.5"
			},
			"gitHead": "717b1c2cfcab479df716e5b52d03ad1a857c9664",
			"_id": "libnpmconfig@1.0.0",
			"_nodeVersion": "10.6.0",
			"_npmVersion": "6.4.1",
			"dist": {
				"integrity": "sha512-r0dGC4l6MfemUnIrch035s/T5znfqoqNrq2mfXkVRhcPrvbIxQzUmBWrVXdLgZbbnHJOc9qdZXYEYuTzZcbi4Q==",
				"shasum": "280d2469a9bd0e146e4461e7147b0f7554df7535",
				"tarball": "https://registry.npmjs.org/libnpmconfig/-/libnpmconfig-1.0.0.tgz",
				"fileCount": 8,
				"unpackedSize": 37169,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3yvZCRA9TVsSAnZWagAABR0P/0kCwLBSCuIh7VkrnogM\nHp3juGSlsr+bn6TK7q8nV50SxfWijET1CFkfJ4JA1PrJ+ge9MzuOvIaalRx7\nTpnV4CLR7f7/gZG8fn9NNldBJrWXHhBx//t37hpCoVvo4avZ6d1Xssmcf8M3\nKTWxmDOf66lvlaxwaKiu4bTA0AiXS6KKlzbFB3a51r498emiHuOFMzk05BYI\nZMI0qg33yz8jRsNyXkenlnCF56gtxEvGx9ysLRCaeG04cpU5fAZB7EKe5LP/\nxT1TccFgGAPr2X/A/KH9Z2Fmr7qZG8WzaOnTOhn1hDCVDJMitQv9wvAEp1s4\nOf6cttlYONt5374WAcv2+CoUeHHXwOSUNYy+7uD4QM5gnPGP+Hz92JO2azN2\n55SVImBmQPVuDQT+bdmjE4ToqeWTyBYChyeVkqDyJm/a3qr5v1o3Fo4h3FAW\nltBxeUovsXbHa+B5WhCN/j6G5zwGv9rnf+o++yIzp5io4muGYQwmmQK9ZBvK\nyMn14Jw/o2NXJ+0HvoS1P4/C+KAgxMnf89YhStq+IsNHG9/W1StVlomO2L2u\nw/8sdUdBLCptWKjayPWckkgkOM9eUGhtp7s2r/aiEEc1oh97nP17is1kOVDg\np1MbNH9wkrJ9i10jI47YjxccZj8652WJi3GCD2JoGyslbGEobq9gKrbc4G1y\nbcPd\r\n=5Skv\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "zkat",
					"email": "npm@zkat.tech"
				}
			],
			"_npmUser": {
				"name": "zkat",
				"email": "npm@zkat.tech"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/libnpmconfig_1.0.0_1541352409078_0.2581451064178504"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.0": {
			"name": "libnpmconfig",
			"version": "1.1.0",
			"description": "Standalone library for reading/writing/managing npm configurations",
			"author": {
				"name": "Kat Marchán",
				"email": "kzm@zkat.tech"
			},
			"license": "ISC",
			"scripts": {
				"prerelease": "npm t",
				"release": "standard-version -s",
				"postrelease": "npm publish && git push --follow-tags",
				"pretest": "standard",
				"test": "tap -J --100 test/*.js",
				"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
				"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
			},
			"devDependencies": {
				"weallbehave": "*",
				"weallcontribute": "*",
				"standard": "*",
				"standard-version": "*",
				"tap": "*"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/npm/libnpmconfig.git"
			},
			"bugs": {
				"url": "https://github.com/npm/libnpmconfig/issues"
			},
			"homepage": "https://npmjs.com/package/libnpmconfig",
			"dependencies": {
				"figgy-pudding": "^3.5.1",
				"ini": "^1.3.5"
			},
			"gitHead": "d05be299ba2b8a6666b5517f7efed494a4fbafc0",
			"_id": "libnpmconfig@1.1.0",
			"_nodeVersion": "10.6.0",
			"_npmVersion": "6.4.1",
			"dist": {
				"integrity": "sha512-bo4PSiTrQW1n4e2ePVdwkzZfv+2p9UljCbUAH2PCJpDejlt3/SvZQ31kg1RuE4GDt1kjIzLVSIBK33nkFxZCbA==",
				"shasum": "5741ece58af77bae48c5406413b09f7edf5a5bab",
				"tarball": "https://registry.npmjs.org/libnpmconfig/-/libnpmconfig-1.1.0.tgz",
				"fileCount": 8,
				"unpackedSize": 37467,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3zMrCRA9TVsSAnZWagAALkoQAKPv01CJwqk+t7OQZPV+\nqsBLabyxXjQADDnEUvz+w4wkxrr9lTfhr+i8Quxkc/SzvgRKw6BnUQNMEANO\nzZzD4DZsiOkc0bw2j39FcmFbAeqbiu2LWx8mx5gkBgP56dhZcUn3iQa7P2Fn\nL/i3rp3zAOUTBA441elQGsXBIgpZvtm8ZVcTSycqeXNjLTzkqyA5DHCZLReC\n2jp1xEBsGxy344RxpSwoVHqFVQULvheoF2c5hI6lg23RrSHe5NPZvhzItnve\n1KWM4kREk+GKYykZiV/BYWklFDAlxKlttKIuOZZXqXhxCAiwTc3/TfETlTts\nwxqAwuw0ewy//pMaH09n0/HvMHW/kTmmsGmjS+zlWMAJWzhG9ZHd51JXOI1Z\ntwA5TV6LN1OTsKVI9vF5yy8sSJz0lPc2+k03ZeY7/y7A8QfdrQNy+H3zQCn4\n44l247VTP9M8dpDO7SnIWx8M4PqOIp60lGiGQe3wwJGCgeFSunjuTrtMuy6Y\nRE5BwtJswPhzlp58NTQ/2jtXH3K5W6Zvaxif1tMKDahbK47v6IvjLQhPs8i7\n5sKPDf94EGJ/it9b1PClwjxGPNF5gF/gfAZ3Yx7qyCpT6+SyiwWUiV5Q479W\nraDAOuX1ykx3gFvUa1coSr888g66BnbUbupQfRho2/kHcGVBsVcOTHrcc8wF\ndgMH\r\n=m8ds\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "zkat",
					"email": "npm@zkat.tech"
				}
			],
			"_npmUser": {
				"name": "zkat",
				"email": "npm@zkat.tech"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/libnpmconfig_1.1.0_1541354282869_0.2677040342745989"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.1": {
			"name": "libnpmconfig",
			"version": "1.1.1",
			"description": "Standalone library for reading/writing/managing npm configurations",
			"author": {
				"name": "Kat Marchán",
				"email": "kzm@zkat.tech"
			},
			"license": "ISC",
			"scripts": {
				"prerelease": "npm t",
				"release": "standard-version -s",
				"postrelease": "npm publish && git push --follow-tags",
				"pretest": "standard",
				"test": "tap -J --100 test/*.js",
				"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
				"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
			},
			"devDependencies": {
				"weallbehave": "*",
				"weallcontribute": "*",
				"standard": "*",
				"standard-version": "*",
				"tap": "*"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/npm/libnpmconfig.git"
			},
			"bugs": {
				"url": "https://github.com/npm/libnpmconfig/issues"
			},
			"homepage": "https://npmjs.com/package/libnpmconfig",
			"dependencies": {
				"figgy-pudding": "^3.5.1",
				"find-up": "^3.0.0",
				"ini": "^1.3.5"
			},
			"gitHead": "d71ed010993b3961daa1120cedceeb1c37ac1021",
			"_id": "libnpmconfig@1.1.1",
			"_nodeVersion": "10.6.0",
			"_npmVersion": "6.4.1",
			"dist": {
				"integrity": "sha512-V8l/f7HJ/tUyC91qq1qKIhzBbzt/XA+Jy8B/eIAVBl7FzTshtgUVky3m84zhhfULtXm/enyI2SPis3gn3csKGA==",
				"shasum": "95c99e941a06ec66529815e93b047167a9360dd2",
				"tarball": "https://registry.npmjs.org/libnpmconfig/-/libnpmconfig-1.1.1.tgz",
				"fileCount": 8,
				"unpackedSize": 38378,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb30OsCRA9TVsSAnZWagAAsLoP/jgVDVTCxRirKIAAxhl3\n88mAGM7+dYsghpK+x2oH2jhWIb3+VejsI55pEhGMYHGBm5/R1o80Y+Fhyqn9\nNlCMKu9CF+uSoU/G9XZcSklG98/8iGFdwwtbVusPq18LcRMtjavEvkPn/Yqd\nXs4CsxorHabH7h8ZhjnUqb2hty7PCX2XGN2Uq6yO43HedFH48XDg+iHN7i3/\npVLVMSb5AW9tW8kjmgnFyOdWy4nbj0K2znbZG+qvrRUhmIWvKwrLTpYB3keE\nfFFdaPzNe8uOjxLfdQ3Zr4zaE9GpY7wXbrxDKTirsxCcprVaO47f75Jcfqcw\nWjIc6Iv3FDqQc91bOEcNrW+llq0Dsn7qqfVZf/wP4aFOcMd2yidYQ0A5vtXt\nmvseDFr+QdXMtas+MpZKlulG9PJwQrIjGp3MEd93l6oeLPzs7mGlyOyscasg\n8mqw6aW1/3AyJk6OHSMmbJtmao/VLeSvI4WL88wWPmzwMitY7vg2FqxdYAfq\nUFUO0BwqREahfvC3jP6QS7TWSonc47s1rDk/vF060VRRBsiIgKLFEAXVUImV\nWW1lhNWzlP8E/b6wO9juG3yzCta0M30E1/i5pyCG6iOjuRoKUYJSxYRx17TD\n4CUckgJB95EszjlQgvevFAmDm46JvdB4GmA2LP2zkHjfEBLZpMzD5z/VNmez\nYnF+\r\n=IolY\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "zkat",
					"email": "npm@zkat.tech"
				}
			],
			"_npmUser": {
				"name": "zkat",
				"email": "npm@zkat.tech"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/libnpmconfig_1.1.1_1541358508252_0.03610554696174506"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.0": {
			"name": "libnpmconfig",
			"version": "1.2.0",
			"description": "Standalone library for reading/writing/managing npm configurations",
			"author": {
				"name": "Kat Marchán",
				"email": "kzm@zkat.tech"
			},
			"license": "ISC",
			"scripts": {
				"prerelease": "npm t",
				"release": "standard-version -s",
				"postrelease": "npm publish && git push --follow-tags",
				"pretest": "standard",
				"test": "tap -J --100 test/*.js",
				"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
				"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
			},
			"devDependencies": {
				"weallbehave": "*",
				"weallcontribute": "*",
				"standard": "*",
				"standard-version": "*",
				"tap": "*"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/npm/libnpmconfig.git"
			},
			"bugs": {
				"url": "https://github.com/npm/libnpmconfig/issues"
			},
			"homepage": "https://npmjs.com/package/libnpmconfig",
			"dependencies": {
				"figgy-pudding": "^3.5.1",
				"find-up": "^3.0.0",
				"ini": "^1.3.5"
			},
			"gitHead": "81244550346ef0c8083ac15ee6047fa45aee7b5e",
			"_id": "libnpmconfig@1.2.0",
			"_nodeVersion": "10.6.0",
			"_npmVersion": "6.4.1",
			"dist": {
				"integrity": "sha512-YOLP7toodl17beKCjj75txHqzVXqMbOqkuThFcATIyFFTtAnfkLihAkL1OYjgjxyZAM/RJIQI8ziAL4+F4RTTw==",
				"shasum": "46db8315417eadced9faf256fc8a1ef52c73b852",
				"tarball": "https://registry.npmjs.org/libnpmconfig/-/libnpmconfig-1.2.0.tgz",
				"fileCount": 8,
				"unpackedSize": 39038,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6wyACRA9TVsSAnZWagAAGk4QAJst7SG2gpbhho3+IAYV\nE8utp6nFJP3CYaZr67n8SDHHWQRS1ZBk+HhDYCyPzR37f5KRR1z2n1ANvfkx\nauByAmfUvx70p1vYnxIch3/7rhBMlj3CcIyaZb0qH+k3OlJh7sdpVmLUxq0X\nj97w/WhvsMOupz/lsD1zySr8lRVrUKJMo1HRp7laMftjmhOey0ZVsSxfMDtc\ntDMnW2SeSrbTespx7TTfMaia+fPjKR52Kw33zfJx1bUPPWZQBY4yiCzsOS5y\nAyE6AdBc8uxTw74EOeEJQ6qQWA9Ji89H6EQd39SDmLDQNsXVYPxHGqtI2TdP\nQYnPKOJleYZsgpMrypbsLBJCZ+kpUsDIeOTLgi4kV0rUah9mTB17ysoC20p+\nTRK050Xy9fHWkJEr6jrGlJa3TpAv0uR1XB3UXUi29sPGzKsD2yYl5gtSmNtC\nacN2TBHqkERYC/M0oOJ4ft0yP+fYRmPXpLmM1G8gUTdnLIrkyWhJuHr5IIdM\nI1/zuDGssI6RpYC+5WDM9wJLF0LrMypE6z+Kp7CBSvnixQziUmsOGMNxtQtK\nCLidoxozhMU4L3lU14yawZPZQgPKXkh9tUOg+Mv4KN32D2UOD2ALLzCwu4UV\nHXfu8bjXLuzMtAdyOE0fBXpJVPvZkXQT0+2tuz53FJnQZM2DA3PbKQfVnQXI\nlBBq\r\n=RmiR\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "zkat",
					"email": "npm@zkat.tech"
				}
			],
			"_npmUser": {
				"name": "zkat",
				"email": "npm@zkat.tech"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/libnpmconfig_1.2.0_1542130815857_0.5501744684163177"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.1": {
			"name": "libnpmconfig",
			"version": "1.2.1",
			"description": "Standalone library for reading/writing/managing npm configurations",
			"author": {
				"name": "Kat Marchán",
				"email": "kzm@zkat.tech"
			},
			"license": "ISC",
			"scripts": {
				"prerelease": "npm t",
				"release": "standard-version -s",
				"postrelease": "npm publish && git push --follow-tags",
				"pretest": "standard",
				"test": "tap -J --100 test/*.js",
				"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
				"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
			},
			"devDependencies": {
				"weallbehave": "*",
				"weallcontribute": "*",
				"standard": "*",
				"standard-version": "*",
				"tap": "*"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/npm/libnpmconfig.git"
			},
			"bugs": {
				"url": "https://github.com/npm/libnpmconfig/issues"
			},
			"homepage": "https://npmjs.com/package/libnpmconfig",
			"dependencies": {
				"figgy-pudding": "^3.5.1",
				"find-up": "^3.0.0",
				"ini": "^1.3.5"
			},
			"gitHead": "7433db003ffd4a76f8791350a7bdc1ad69af51f2",
			"_id": "libnpmconfig@1.2.1",
			"_nodeVersion": "10.6.0",
			"_npmVersion": "6.4.1",
			"dist": {
				"integrity": "sha512-9esX8rTQAHqarx6qeZqmGQKBNZR5OIbl/Ayr0qQDy3oXja2iFVQQI81R6GZ2a02bSNZ9p3YOGX1O6HHCb1X7kA==",
				"shasum": "c0c2f793a74e67d4825e5039e7a02a0044dfcbc0",
				"tarball": "https://registry.npmjs.org/libnpmconfig/-/libnpmconfig-1.2.1.tgz",
				"fileCount": 8,
				"unpackedSize": 39274,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6xXACRA9TVsSAnZWagAA/6YP/ijdZkm+V7d+cowK/iv9\n9LuSk9DISGtakTCZKXjuz0wLaYwkeZucRr6ZUNYAY5aaSHEvmxSpA2vmS8/4\n362C9OnLTwTKYn9Mwm1w4ZmFYl4ypQAbKYCnFMPREKMFLTiHGahBgfopMznp\nJSS3Sghn1dRcwwPeTTsaBv5o1VKTVyDNs98/4Qw3UWYnbsQ0E1hc46SSQmFw\nrPD6aHhIPqBLw1SM1pkYm/Y/NEgMI1RTmTWXpv9XmP9OjCseT6ZZ+Z9Ct23S\ngfWU9NRreVJNNyhalLZ31byWBQFIJmV2uqHz+o1C1aPY9pQ6bGBPg/VBDjiI\nKiDHvgWrFA+oq/dSZoVItPnnTuhQDhvuYgzFWIlXK/evWn0IKNQgzkDVQlPP\nDSNBI7QsEIpdhAC4jUDagslHhyTA1mvAamKQ41Q27LweRNVhdfDmcrV1jqsg\n8clGiMnVJTfRoe+tVzRvn9ra7BLV3expB5tTu7NV9zJ1+9GSACDE19YrAK7S\noRifa/VqYtQ3RODh0z96Cv0+IAdNEtwUaYaeK1ekrOERZkI9V1CVU9fiCHOW\nd1Hqi5z8WnXvzVyf0r5fRg0krGSetkhyfrlg/Bx4k6jTGTUJhcui7fsVEwn/\nfwFRWYXcaR2Ck7b+jWof8V+xqLQ4U9hnLbaE8Xr///77ZutpASG8hGtjBip8\nzK1o\r\n=bH5O\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "zkat",
					"email": "npm@zkat.tech"
				}
			],
			"_npmUser": {
				"name": "zkat",
				"email": "npm@zkat.tech"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/libnpmconfig_1.2.1_1542133183810_0.5706121846624777"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-11-04T17:26:49.078Z",
		"1.0.0": "2018-11-04T17:26:49.176Z",
		"modified": "2018-11-13T18:19:46.443Z",
		"1.1.0": "2018-11-04T17:58:03.031Z",
		"1.1.1": "2018-11-04T19:08:28.367Z",
		"1.2.0": "2018-11-13T17:40:15.945Z",
		"1.2.1": "2018-11-13T18:19:43.980Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.2.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"7dc0c9b1f6e6680ebddd4eb2c92d4b7f\"",
			"fetched": 1594657073545
		}
	},
	"_distfiles": {
		"libnpmconfig-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/libnpmconfig/-/libnpmconfig-1.0.0.tgz",
			"sha": "280d2469a9bd0e146e4461e7147b0f7554df7535",
			"registry": "npmjs"
		},
		"libnpmconfig-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/libnpmconfig/-/libnpmconfig-1.1.0.tgz",
			"sha": "5741ece58af77bae48c5406413b09f7edf5a5bab",
			"registry": "npmjs"
		},
		"libnpmconfig-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/libnpmconfig/-/libnpmconfig-1.1.1.tgz",
			"sha": "95c99e941a06ec66529815e93b047167a9360dd2",
			"registry": "npmjs"
		},
		"libnpmconfig-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/libnpmconfig/-/libnpmconfig-1.2.0.tgz",
			"sha": "46db8315417eadced9faf256fc8a1ef52c73b852",
			"registry": "npmjs"
		},
		"libnpmconfig-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/libnpmconfig/-/libnpmconfig-1.2.1.tgz",
			"sha": "c0c2f793a74e67d4825e5039e7a02a0044dfcbc0",
			"registry": "npmjs"
		}
	},
	"_attachments": {},
	"_rev": "1-95f0418e53942936",
	"_id": "libnpmconfig",
	"readme": "# libnpmconfig [![npm version](https://img.shields.io/npm/v/libnpmconfig.svg)](https://npm.im/libnpmconfig) [![license](https://img.shields.io/npm/l/libnpmconfig.svg)](https://npm.im/libnpmconfig) [![Travis](https://img.shields.io/travis/npm/libnpmconfig.svg)](https://travis-ci.org/npm/libnpmconfig) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/zkat/libnpmconfig?svg=true)](https://ci.appveyor.com/project/zkat/libnpmconfig) [![Coverage Status](https://coveralls.io/repos/github/npm/libnpmconfig/badge.svg?branch=latest)](https://coveralls.io/github/npm/libnpmconfig?branch=latest)\n\n[`libnpmconfig`](https://github.com/npm/libnpmconfig) is a Node.js library for\nprogrammatically managing npm's configuration files and data.\n\n## Example\n\n```js\nconst config = require('libnpmconfig')\n\nconsole.log('configured registry:', config.read({\n  registry: 'https://default.registry/'\n}))\n// => configured registry: https://registry.npmjs.org\n```\n\n## Install\n\n`$ npm install libnpmconfig`\n\n## Table of Contents\n\n* [Example](#example)\n* [Install](#install)\n* [API](#api)\n\n### API\n\n##### <a name=\"read\"></a> `> read(cliOpts, builtinOpts)`\n\nReads configurations from the filesystem and the env and returns a\n[`figgy-pudding`](https://npm.im/figgy-pudding) object with the configuration\nvalues.\n\nIf `cliOpts` is provided, it will be merged with the returned config pudding,\nshadowing any read values. These are intended as CLI-provided options. Do your\nown `process.argv` parsing, though.\n\nIf `builtinOpts.cwd` is provided, it will be used instead of `process.cwd()` as\nthe starting point for config searching."
}