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.

package.json 2.1KB

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