UNPKG

npmc

Version:

a package manager for JavaScript

72 lines (71 loc) 2.07 kB
{ "_from": "figgy-pudding@3.1.0", "_id": "figgy-pudding@3.1.0", "_inBundle": false, "_integrity": "sha512-Gi2vIue0ec6P/7LNpueGhLuvfF2ztuterl8YFBQn1yKgIS46noGxCbi+vviPdObNYtgUSh5FpHy5q0Cw9XhxKQ==", "_location": "/figgy-pudding", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "figgy-pudding@3.1.0", "name": "figgy-pudding", "escapedName": "figgy-pudding", "rawSpec": "3.1.0", "saveSpec": null, "fetchSpec": "3.1.0" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.1.0.tgz", "_shasum": "a77ed2284175976c424b390b298569e9df86dd1e", "_spec": "figgy-pudding@3.1.0", "_where": "/Users/rebecca/code/npm", "author": { "name": "Kat Marchán", "email": "kzm@sykosomatic.org" }, "bugs": { "url": "https://github.com/zkat/figgy-pudding/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Delicious, festive, cascading config/opts definitions", "devDependencies": { "standard": "^11.0.1", "standard-version": "^4.3.0", "tap": "^11.1.2", "weallbehave": "^1.2.0", "weallcontribute": "^1.0.8" }, "files": [ "*.js", "lib" ], "homepage": "https://github.com/zkat/figgy-pudding#readme", "keywords": [ "config", "options", "yummy" ], "license": "ISC", "main": "index.js", "name": "figgy-pudding", "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 --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.1.0" }