quitando basura del index
[VSoRC/.git] / node_modules / inherits / package.json
1 {
2   "_args": [
3     [
4       "inherits@2.0.3",
5       "/home/josuer08/Documents/web"
6     ]
7   ],
8   "_from": "inherits@2.0.3",
9   "_id": "inherits@2.0.3",
10   "_inBundle": false,
11   "_integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
12   "_location": "/inherits",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "inherits@2.0.3",
18     "name": "inherits",
19     "escapedName": "inherits",
20     "rawSpec": "2.0.3",
21     "saveSpec": null,
22     "fetchSpec": "2.0.3"
23   },
24   "_requiredBy": [
25     "/http-errors"
26   ],
27   "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
28   "_spec": "2.0.3",
29   "_where": "/home/josuer08/Documents/web",
30   "browser": "./inherits_browser.js",
31   "bugs": {
32     "url": "https://github.com/isaacs/inherits/issues"
33   },
34   "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
35   "devDependencies": {
36     "tap": "^7.1.0"
37   },
38   "files": [
39     "inherits.js",
40     "inherits_browser.js"
41   ],
42   "homepage": "https://github.com/isaacs/inherits#readme",
43   "keywords": [
44     "inheritance",
45     "class",
46     "klass",
47     "oop",
48     "object-oriented",
49     "inherits",
50     "browser",
51     "browserify"
52   ],
53   "license": "ISC",
54   "main": "./inherits.js",
55   "name": "inherits",
56   "repository": {
57     "type": "git",
58     "url": "git://github.com/isaacs/inherits.git"
59   },
60   "scripts": {
61     "test": "node test"
62   },
63   "version": "2.0.3"
64 }