1
0
Fork 0
forked from svrjs/svrjs
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs/node_modules/inherits/package.json

30 lines
581 B
JSON
Raw Normal View History

2023-07-29 20:33:28 +02:00
{
2024-08-26 08:46:12 +02:00
"name": "inherits",
2023-07-29 20:33:28 +02:00
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
2024-08-26 08:46:12 +02:00
"version": "2.0.4",
2023-07-29 20:33:28 +02:00
"keywords": [
"inheritance",
"class",
"klass",
"oop",
"object-oriented",
"inherits",
"browser",
"browserify"
],
"main": "./inherits.js",
2024-08-26 08:46:12 +02:00
"browser": "./inherits_browser.js",
"repository": "git://github.com/isaacs/inherits",
"license": "ISC",
2023-07-29 20:33:28 +02:00
"scripts": {
"test": "tap"
},
2024-08-26 08:46:12 +02:00
"devDependencies": {
"tap": "^14.2.4"
},
"files": [
"inherits.js",
"inherits_browser.js"
]
2023-07-29 20:33:28 +02:00
}