package.json 2.3 KB

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