You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

107 lines
3.9 KiB

{
"_args": [
[
"figgy-pudding@^3.5.1",
"/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/cacache"
]
],
"_from": "figgy-pudding@>=3.5.1 <4.0.0",
"_hasShrinkwrap": false,
"_id": "figgy-pudding@3.5.1",
"_inCache": true,
"_installable": true,
"_location": "/figgy-pudding",
"_nodeVersion": "10.6.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/figgy-pudding_3.5.1_1535226702466_0.7038187525511241"
},
"_npmUser": {
"email": "npm@zkat.tech",
"name": "zkat"
},
"_npmVersion": "6.4.1-next.0",
"_phantomChildren": {},
"_requested": {
"name": "figgy-pudding",
"raw": "figgy-pudding@^3.5.1",
"rawSpec": "^3.5.1",
"scope": null,
"spec": ">=3.5.1 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/cacache",
"/ssri"
],
"_resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.1.tgz",
"_shasum": "862470112901c727a0e495a80744bd5baa1d6790",
"_shrinkwrap": null,
"_spec": "figgy-pudding@^3.5.1",
"_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/cacache",
"author": {
"email": "kzm@sykosomatic.org",
"name": "Kat Marchán"
},
"bugs": {
"url": "https://github.com/zkat/figgy-pudding/issues"
},
"dependencies": {},
"description": "Delicious, festive, cascading config/opts definitions",
"devDependencies": {
"standard": "^11.0.1",
"standard-version": "^4.4.0",
"tap": "^12.0.1",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"
},
"directories": {},
"dist": {
"fileCount": 5,
"integrity": "sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbgbNPCRA9TVsSAnZWagAAd6oQAKAGIrveXRiPm14qfabm\nnimhLk6KXlqLH9C9CyDHq8S+qbsUCK217D8H3jjlOlr+JrZnyfmV8/S0tR8L\ncP5ZsIxiPC3aFn8b7bviVoGraba+/pQ+ZHxrupTrXlaDlaYhIb+u1Nr/cj8c\nSNB7MV+nhu5qdzfecLDCWg4lyas80yUB6BI1S2so694WbFxDsZKQp9SXN7Le\nKGVSJdaz60hqYZF3KRDcR4DiV9yLIgO2dKXaijNYC2J0bvCguoiMD/8eKTBO\ni5UGw5lF7hR0ggMAWECKTgVY2EybePTmtWZ/nLQ/LjPFcPrfOHOnkn1oQp8V\nQJXao3MdQ4YFOezdSUR+Sj9F3ITo0CoztDyCE7p1EkE/s7yh3zKupt/HD7AM\nnFgqR+YnaGedjH8wQ2j12XPMgywv9dRYMyuMrPYp9y5KLgHZTjXbwVN2v8zN\n7V2UfBBta/MsG6p9pDCektV1yI1lpoCf/F5umdZIiwamWsN1S95MdNY/nALX\nXsDQxC9yva+GULLlcLuFRALvXXwP97iqHKYZ6c4thGHVqSh6Cu5wgatbXegr\n1n+09ZWKdmFdsqUfJYwym6/KFHXIJq1D6M39+Y67NZnQ/YQIotHdjPXr6jWJ\nWIHnxSBHvDpY7hl54oFUg6IJhtCnuJokBYyg3fUqnaexTxn0o389vQ1hppq6\nM+Xu\r\n=B/oi\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "862470112901c727a0e495a80744bd5baa1d6790",
"tarball": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.1.tgz",
"unpackedSize": 18589
},
"files": [
"*.js",
"lib"
],
"gitHead": "7d68bd3b8bba8d6343aa56c33e95986573d17adf",
"homepage": "https://github.com/zkat/figgy-pudding#readme",
"keywords": [
"config",
"options",
"yummy"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "iarna",
"email": "me@re-becca.org"
},
{
"name": "zkat",
"email": "kzm@sykosomatic.org"
}
],
"name": "figgy-pudding",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/zkat/figgy-pudding.git"
},
"scripts": {
"postrelease": "npm publish && git push --follow-tags",
"prerelease": "npm t",
"pretest": "standard",
"release": "standard-version -s",
"test": "tap -J --100 --coverage 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'"
},
"version": "3.5.1"
}