UNPKG

1.42 kBJSONView Raw
1{
2 "_args": [
3 [
4 "inherits@2.0.3",
5 "/Users/eshanker/Code/fsevents"
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 "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
26 "_spec": "2.0.3",
27 "_where": "/Users/eshanker/Code/fsevents",
28 "browser": "./inherits_browser.js",
29 "bugs": {
30 "url": "https://github.com/isaacs/inherits/issues"
31 },
32 "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
33 "devDependencies": {
34 "tap": "^7.1.0"
35 },
36 "files": [
37 "inherits.js",
38 "inherits_browser.js"
39 ],
40 "homepage": "https://github.com/isaacs/inherits#readme",
41 "keywords": [
42 "inheritance",
43 "class",
44 "klass",
45 "oop",
46 "object-oriented",
47 "inherits",
48 "browser",
49 "browserify"
50 ],
51 "license": "ISC",
52 "main": "./inherits.js",
53 "name": "inherits",
54 "repository": {
55 "type": "git",
56 "url": "git://github.com/isaacs/inherits.git"
57 },
58 "scripts": {
59 "test": "node test"
60 },
61 "version": "2.0.3"
62}