package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "figgy-pudding@^3.5.1",
  3. "_id": "figgy-pudding@3.5.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==",
  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. "/webpack/cacache",
  20. "/webpack/ssri"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz",
  23. "_shasum": "b4eee8148abb01dcf1d1ac34367d59e12fa61d6e",
  24. "_spec": "figgy-pudding@^3.5.1",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\webpack\\node_modules\\cacache",
  26. "author": {
  27. "name": "Kat Marchán",
  28. "email": "kzm@sykosomatic.org"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/npm/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. },
  42. "files": [
  43. "*.js",
  44. "lib"
  45. ],
  46. "homepage": "https://github.com/npm/figgy-pudding#readme",
  47. "keywords": [
  48. "config",
  49. "options",
  50. "yummy"
  51. ],
  52. "license": "ISC",
  53. "main": "index.js",
  54. "name": "figgy-pudding",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/npm/figgy-pudding.git"
  58. },
  59. "scripts": {
  60. "postrelease": "npm publish && git push --follow-tags",
  61. "prerelease": "npm t",
  62. "pretest": "standard",
  63. "release": "standard-version -s",
  64. "test": "tap -J --100 --coverage test/*.js"
  65. },
  66. "version": "3.5.2"
  67. }