• File: package.json
  • Full Path: /var/www/paytek-africa.com/node_modules/assert/node_modules/inherits/package.json
  • Date Modified: 07/19/2022 5:05 PM
  • File size: 475 bytes
  • MIME-type: application/json
  • Charset: utf-8
{
  "name": "inherits",
  "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  "version": "2.0.1",
  "keywords": [
    "inheritance",
    "class",
    "klass",
    "oop",
    "object-oriented",
    "inherits",
    "browser",
    "browserify"
  ],
  "main": "./inherits.js",
  "browser": "./inherits_browser.js",
  "repository": "git://github.com/isaacs/inherits",
  "license": "ISC",
  "scripts": {
    "test": "node test"
  }
}