mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
1.9 KiB
80 lines
1.9 KiB
{
|
|
"_args": [
|
|
[
|
|
"inherits@~2.0.1",
|
|
"/Users/silverwind/git/node/tools/package/package/node_modules/concat-stream"
|
|
]
|
|
],
|
|
"_from": "inherits@>=2.0.1 <2.1.0",
|
|
"_id": "inherits@2.0.1",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/inherits",
|
|
"_npmUser": {
|
|
"email": "i@izs.me",
|
|
"name": "isaacs"
|
|
},
|
|
"_npmVersion": "1.3.8",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "inherits",
|
|
"raw": "inherits@~2.0.1",
|
|
"rawSpec": "~2.0.1",
|
|
"scope": null,
|
|
"spec": ">=2.0.1 <2.1.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/concat-stream",
|
|
"/glob",
|
|
"/globby/glob",
|
|
"/readable-stream"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
|
|
"_shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
|
|
"_shrinkwrap": null,
|
|
"_spec": "inherits@~2.0.1",
|
|
"_where": "/Users/silverwind/git/node/tools/package/package/node_modules/concat-stream",
|
|
"browser": "./inherits_browser.js",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/inherits/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
|
|
"devDependencies": {},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
|
|
"tarball": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
|
|
},
|
|
"homepage": "https://github.com/isaacs/inherits#readme",
|
|
"keywords": [
|
|
"browser",
|
|
"browserify",
|
|
"class",
|
|
"inheritance",
|
|
"inherits",
|
|
"klass",
|
|
"object-oriented",
|
|
"oop"
|
|
],
|
|
"license": "ISC",
|
|
"main": "./inherits.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
}
|
|
],
|
|
"name": "inherits",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/inherits.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test"
|
|
},
|
|
"version": "2.0.1"
|
|
}
|
|
|