Website/node_modules/inherit/package.json
2015-12-02 18:21:44 -05:00

94 lines
2 KiB
JSON

{
"_args": [
[
"inherit@^2.2.2",
"/Users/okennedy/Desktop/Website/node_modules/js-yaml"
]
],
"_from": "inherit@>=2.2.2 <3.0.0",
"_id": "inherit@2.2.2",
"_inCache": true,
"_installable": true,
"_location": "/inherit",
"_npmUser": {
"email": "dfilatov@yandex-team.ru",
"name": "dfilatov"
},
"_npmVersion": "1.3.21",
"_phantomChildren": {},
"_requested": {
"name": "inherit",
"raw": "inherit@^2.2.2",
"rawSpec": "^2.2.2",
"scope": null,
"spec": ">=2.2.2 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/js-yaml"
],
"_resolved": "https://registry.npmjs.org/inherit/-/inherit-2.2.2.tgz",
"_shasum": "3b5b3417d434f81a234d68f79612615e416244a3",
"_shrinkwrap": null,
"_spec": "inherit@^2.2.2",
"_where": "/Users/okennedy/Desktop/Website/node_modules/js-yaml",
"author": {
"email": "dfilatov@yandex-team.ru",
"name": "Dmitry Filatov"
},
"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.8.0"
},
"directories": {},
"dist": {
"shasum": "3b5b3417d434f81a234d68f79612615e416244a3",
"tarball": "http://registry.npmjs.org/inherit/-/inherit-2.2.2.tgz"
},
"enb": {
"sources": [
"lib/inherit.js"
]
},
"engines": {
"node": ">= 0.4.0"
},
"homepage": "https://github.com/dfilatov/node-inherit",
"keywords": [
"class",
"inheritance",
"mixins",
"prototype",
"static"
],
"main": "index",
"maintainers": [
{
"name": "dfilatov",
"email": "dfilatov@yandex-team.ru"
}
],
"name": "inherit",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "http://github.com/dfilatov/node-inherit.git"
},
"version": "2.2.2"
}