package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "figgy-pudding@3.5.2",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "figgy-pudding@3.5.2",
  9. "_id": "figgy-pudding@3.5.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==",
  12. "_location": "/figgy-pudding",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "figgy-pudding@3.5.2",
  18. "name": "figgy-pudding",
  19. "escapedName": "figgy-pudding",
  20. "rawSpec": "3.5.2",
  21. "saveSpec": null,
  22. "fetchSpec": "3.5.2"
  23. },
  24. "_requiredBy": [
  25. "/cacache",
  26. "/ssri"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz",
  29. "_spec": "3.5.2",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Kat Marchán",
  33. "email": "kzm@sykosomatic.org"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/npm/figgy-pudding/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Delicious, festive, cascading config/opts definitions",
  40. "devDependencies": {
  41. "standard": "^11.0.1",
  42. "standard-version": "^4.4.0",
  43. "tap": "^12.0.1"
  44. },
  45. "files": [
  46. "*.js",
  47. "lib"
  48. ],
  49. "homepage": "https://github.com/npm/figgy-pudding#readme",
  50. "keywords": [
  51. "config",
  52. "options",
  53. "yummy"
  54. ],
  55. "license": "ISC",
  56. "main": "index.js",
  57. "name": "figgy-pudding",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/npm/figgy-pudding.git"
  61. },
  62. "scripts": {
  63. "postrelease": "npm publish && git push --follow-tags",
  64. "prerelease": "npm t",
  65. "pretest": "standard",
  66. "release": "standard-version -s",
  67. "test": "tap -J --100 --coverage test/*.js"
  68. },
  69. "version": "3.5.2"
  70. }