76 lines
1.6 KiB
JSON
76 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"inherit@2.2.6",
|
|
"C:\\wamp64\\www\\ilink"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "inherit@2.2.6",
|
|
"_id": "inherit@2.2.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-8WFLBshUToEo5CKchjR9tzrZeI0=",
|
|
"_location": "/inherit",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "inherit@2.2.6",
|
|
"name": "inherit",
|
|
"escapedName": "inherit",
|
|
"rawSpec": "2.2.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.2.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/grunt-jscs/js-yaml"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/inherit/-/inherit-2.2.6.tgz",
|
|
"_spec": "2.2.6",
|
|
"_where": "C:\\wamp64\\www\\ilink",
|
|
"author": {
|
|
"name": "Dmitry Filatov",
|
|
"email": "dfilatov@yandex-team.ru"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dfilatov/node-inherit/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Dmitry Filatov",
|
|
"email": "dfilatov@yandex-team.ru"
|
|
},
|
|
{
|
|
"name": "Sergey Belov",
|
|
"email": "peimei@ya.ru",
|
|
"url": "http://github.com/arikon"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"description": "Inheritance module for Node.js and browsers",
|
|
"devDependencies": {
|
|
"nodeunit": "0.9.1"
|
|
},
|
|
"enb": {
|
|
"sources": [
|
|
"lib/inherit.js"
|
|
]
|
|
},
|
|
"homepage": "https://github.com/dfilatov/node-inherit",
|
|
"keywords": [
|
|
"class",
|
|
"prototype",
|
|
"inheritance",
|
|
"mixins",
|
|
"static"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index",
|
|
"name": "inherit",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dfilatov/node-inherit.git"
|
|
},
|
|
"version": "2.2.6"
|
|
}
|