Initial commit
[yaffs-website] / node_modules / inherits / package.json
1 {
2   "_args": [
3     [
4       "inherits@2",
5       "/var/www/yaffs/node_modules/findup-sync/node_modules/glob"
6     ]
7   ],
8   "_from": "inherits@>=2.0.0 <3.0.0",
9   "_id": "inherits@2.0.3",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/inherits",
13   "_nodeVersion": "6.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/inherits-2.0.3.tgz_1473295776489_0.08142363070510328"
17   },
18   "_npmUser": {
19     "email": "i@izs.me",
20     "name": "isaacs"
21   },
22   "_npmVersion": "3.10.7",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "inherits",
26     "raw": "inherits@2",
27     "rawSpec": "2",
28     "scope": null,
29     "spec": ">=2.0.0 <3.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/findup-sync/glob",
34     "/glob"
35   ],
36   "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
37   "_shasum": "633c2c83e3da42a502f52466022480f4208261de",
38   "_shrinkwrap": null,
39   "_spec": "inherits@2",
40   "_where": "/var/www/yaffs/node_modules/findup-sync/node_modules/glob",
41   "browser": "./inherits_browser.js",
42   "bugs": {
43     "url": "https://github.com/isaacs/inherits/issues"
44   },
45   "dependencies": {},
46   "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
47   "devDependencies": {
48     "tap": "^7.1.0"
49   },
50   "directories": {},
51   "dist": {
52     "shasum": "633c2c83e3da42a502f52466022480f4208261de",
53     "tarball": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz"
54   },
55   "files": [
56     "inherits.js",
57     "inherits_browser.js"
58   ],
59   "gitHead": "e05d0fb27c61a3ec687214f0476386b765364d5f",
60   "homepage": "https://github.com/isaacs/inherits#readme",
61   "keywords": [
62     "browser",
63     "browserify",
64     "class",
65     "inheritance",
66     "inherits",
67     "klass",
68     "object-oriented",
69     "oop"
70   ],
71   "license": "ISC",
72   "main": "./inherits.js",
73   "maintainers": [
74     {
75       "name": "isaacs",
76       "email": "i@izs.me"
77     }
78   ],
79   "name": "inherits",
80   "optionalDependencies": {},
81   "readme": "ERROR: No README data found!",
82   "repository": {
83     "type": "git",
84     "url": "git://github.com/isaacs/inherits.git"
85   },
86   "scripts": {
87     "test": "node test"
88   },
89   "version": "2.0.3"
90 }