public_library_map/node_modules/inherits/package.json

30 lines
581 B
JSON
Raw Normal View History

2021-11-24 19:46:47 +11:00
{
2021-12-11 08:03:44 +11:00
"name": "inherits",
2021-11-24 19:46:47 +11:00
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
2021-12-11 08:03:44 +11:00
"version": "2.0.4",
2021-11-24 19:46:47 +11:00
"keywords": [
"inheritance",
"class",
"klass",
"oop",
"object-oriented",
"inherits",
"browser",
"browserify"
],
"main": "./inherits.js",
2021-12-11 08:03:44 +11:00
"browser": "./inherits_browser.js",
"repository": "git://github.com/isaacs/inherits",
"license": "ISC",
2021-11-24 19:46:47 +11:00
"scripts": {
"test": "tap"
},
2021-12-11 08:03:44 +11:00
"devDependencies": {
"tap": "^14.2.4"
},
"files": [
"inherits.js",
"inherits_browser.js"
]
2021-11-24 19:46:47 +11:00
}