HEX
Server: Apache
System: Linux srv1.prosuiteplus.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: prosuiteplus (1001)
PHP: 8.3.20
Disabled: NONE
Upload Files
File: //usr/share/nodejs/genfun/package.json
{
  "name": "genfun",
  "description": "Fast, prototype-friendly multimethods.",
  "homepage": "http://github.com/zkat/genfun",
  "keywords": [
    "clos",
    "functional",
    "oop",
    "util",
    "object oriented",
    "prototypes",
    "multimethod",
    "generic functions",
    "multiple dispatch",
    "polymorphism",
    "polymorphic",
    "protocols"
  ],
  "author": "Kat Marchán <kzm@sykosomatic.org>",
  "repository": {
    "type": "git",
    "url": "git://github.com/zkat/genfun"
  },
  "main": "lib/genfun.js",
  "version": "5.0.0",
  "license": "MIT",
  "files": [
    "lib/*.js"
  ],
  "devDependencies": {
    "mocha": "^3.2.0",
    "nyc": "^10.2.0",
    "standard": "^10.0.2",
    "standard-version": "^4.0.0",
    "weallbehave": "^1.0.3",
    "weallcontribute": "^1.0.8"
  },
  "readmeFilename": "README.md",
  "scripts": {
    "prerelease": "npm t",
    "postrelease": "npm publish && git push --follow-tags",
    "pretest": "standard lib",
    "release": "standard-version -s",
    "test": "nyc -- mocha --reporter spec",
    "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
    "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  },
  "dependencies": {}
}