1{ 2 "_from": "figgy-pudding@latest", 3 "_id": "figgy-pudding@3.5.1", 4 "_inBundle": false, 5 "_integrity": "sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w==", 6 "_location": "/figgy-pudding", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "tag", 10 "registry": true, 11 "raw": "figgy-pudding@latest", 12 "name": "figgy-pudding", 13 "escapedName": "figgy-pudding", 14 "rawSpec": "latest", 15 "saveSpec": null, 16 "fetchSpec": "latest" 17 }, 18 "_requiredBy": [ 19 "#USER", 20 "/", 21 "/cacache", 22 "/libnpmhook", 23 "/libnpmorg", 24 "/libnpmteam", 25 "/npm-registry-fetch", 26 "/pacote" 27 ], 28 "_resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.1.tgz", 29 "_shasum": "862470112901c727a0e495a80744bd5baa1d6790", 30 "_spec": "figgy-pudding@latest", 31 "_where": "/Users/zkat/Documents/code/work/npm", 32 "author": { 33 "name": "Kat Marchán", 34 "email": "kzm@sykosomatic.org" 35 }, 36 "bugs": { 37 "url": "https://github.com/zkat/figgy-pudding/issues" 38 }, 39 "bundleDependencies": false, 40 "dependencies": {}, 41 "deprecated": false, 42 "description": "Delicious, festive, cascading config/opts definitions", 43 "devDependencies": { 44 "standard": "^11.0.1", 45 "standard-version": "^4.4.0", 46 "tap": "^12.0.1", 47 "weallbehave": "^1.2.0", 48 "weallcontribute": "^1.0.8" 49 }, 50 "files": [ 51 "*.js", 52 "lib" 53 ], 54 "homepage": "https://github.com/zkat/figgy-pudding#readme", 55 "keywords": [ 56 "config", 57 "options", 58 "yummy" 59 ], 60 "license": "ISC", 61 "main": "index.js", 62 "name": "figgy-pudding", 63 "repository": { 64 "type": "git", 65 "url": "git+https://github.com/zkat/figgy-pudding.git" 66 }, 67 "scripts": { 68 "postrelease": "npm publish && git push --follow-tags", 69 "prerelease": "npm t", 70 "pretest": "standard", 71 "release": "standard-version -s", 72 "test": "tap -J --100 --coverage test/*.js", 73 "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", 74 "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" 75 }, 76 "version": "3.5.1" 77} 78