package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "protoduck@5.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "protoduck@5.0.1",
  10. "_id": "protoduck@5.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-WxoCeDCoCBY55BMvj4cAEjdVUFGRWed9ZxPlqTKYyw1nDDTQ4pqmnIMAGfJlg7Dx35uB/M+PHJPTmGOvaCaPTg==",
  13. "_location": "/protoduck",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "protoduck@5.0.1",
  19. "name": "protoduck",
  20. "escapedName": "protoduck",
  21. "rawSpec": "5.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "5.0.1"
  24. },
  25. "_requiredBy": [
  26. "/pacote"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/protoduck/-/protoduck-5.0.1.tgz",
  29. "_spec": "5.0.1",
  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/protoduck/issues"
  37. },
  38. "dependencies": {
  39. "genfun": "^5.0.0"
  40. },
  41. "description": "Fancy duck typing for the most serious of ducks.",
  42. "devDependencies": {
  43. "mocha": "^5.2.0",
  44. "nyc": "^13.1.0",
  45. "standard": "^12.0.1",
  46. "standard-version": "^4.0.0",
  47. "tap": "^12.0.1",
  48. "weallbehave": "^1.0.3",
  49. "weallcontribute": "^1.0.8"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/zkat/protoduck#readme",
  55. "keywords": [
  56. "oop",
  57. "util",
  58. "object oriented",
  59. "duck type",
  60. "ducktype",
  61. "ducktyping",
  62. "protocols",
  63. "multimethod",
  64. "clojure",
  65. "haskell",
  66. "rust",
  67. "generic",
  68. "functions",
  69. "clos",
  70. "polymorphism",
  71. "impl",
  72. "typeclass",
  73. "traits"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "protoduck",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/zkat/protoduck.git"
  81. },
  82. "scripts": {
  83. "postrelease": "npm publish && git push --follow-tags",
  84. "prerelease": "npm t",
  85. "pretest": "standard",
  86. "release": "standard-version -s",
  87. "test": "tap -J --coverage test/*.js",
  88. "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
  89. "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  90. },
  91. "version": "5.0.1"
  92. }