react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / inherits / package.json
80712 views{1"name": "inherits",2"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",3"version": "2.0.1",4"keywords": [5"inheritance",6"class",7"klass",8"oop",9"object-oriented",10"inherits",11"browser",12"browserify"13],14"main": "./inherits.js",15"browser": "./inherits_browser.js",16"repository": {17"type": "git",18"url": "git://github.com/isaacs/inherits.git"19},20"license": "ISC",21"scripts": {22"test": "node test"23},24"bugs": {25"url": "https://github.com/isaacs/inherits/issues"26},27"_id": "[email protected]",28"dist": {29"shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",30"tarball": "http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"31},32"_from": "inherits@>=2.0.1 <2.1.0",33"_npmVersion": "1.3.8",34"_npmUser": {35"name": "isaacs",36"email": "[email protected]"37},38"maintainers": [39{40"name": "isaacs",41"email": "[email protected]"42}43],44"directories": {},45"_shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",46"_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",47"readme": "ERROR: No README data found!",48"homepage": "https://github.com/isaacs/inherits#readme"49}505152