mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-06-21 16:21:39 +08:00
32 lines
906 B
JSON
32 lines
906 B
JSON
{
|
|
"name": "inherits",
|
|
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
|
|
"version": "2.0.4",
|
|
"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": "tap"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "^14.2.4"
|
|
},
|
|
"files": [
|
|
"inherits.js",
|
|
"inherits_browser.js"
|
|
],
|
|
"__npminstall_done": "Sun Sep 06 2020 16:10:07 GMT+0800 (中国标准时间)",
|
|
"_from": "inherits@2.0.4",
|
|
"_resolved": "https://registry.npm.taobao.org/inherits/download/inherits-2.0.4.tgz?cache=0&sync_timestamp=1589683889168&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Finherits%2Fdownload%2Finherits-2.0.4.tgz"
|
|
} |