package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "genfun@5.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "genfun@5.0.0",
  10. "_id": "genfun@5.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA==",
  13. "_location": "/genfun",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "genfun@5.0.0",
  19. "name": "genfun",
  20. "escapedName": "genfun",
  21. "rawSpec": "5.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.0.0"
  24. },
  25. "_requiredBy": [
  26. "/protoduck"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/genfun/-/genfun-5.0.0.tgz",
  29. "_spec": "5.0.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Kat Marchán",
  33. "email": "kzm@sykosomatic.org"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/zkat/genfun/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Fast, prototype-friendly multimethods.",
  40. "devDependencies": {
  41. "mocha": "^3.2.0",
  42. "nyc": "^10.2.0",
  43. "standard": "^10.0.2",
  44. "standard-version": "^4.0.0",
  45. "weallbehave": "^1.0.3",
  46. "weallcontribute": "^1.0.8"
  47. },
  48. "files": [
  49. "lib/*.js"
  50. ],
  51. "homepage": "http://github.com/zkat/genfun",
  52. "keywords": [
  53. "clos",
  54. "functional",
  55. "oop",
  56. "util",
  57. "object oriented",
  58. "prototypes",
  59. "multimethod",
  60. "generic functions",
  61. "multiple dispatch",
  62. "polymorphism",
  63. "polymorphic",
  64. "protocols"
  65. ],
  66. "license": "MIT",
  67. "main": "lib/genfun.js",
  68. "name": "genfun",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/zkat/genfun.git"
  72. },
  73. "scripts": {
  74. "postrelease": "npm publish && git push --follow-tags",
  75. "prerelease": "npm t",
  76. "pretest": "standard lib",
  77. "release": "standard-version -s",
  78. "test": "nyc -- mocha --reporter spec",
  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": "5.0.0"
  83. }