Files: d2f2697f296dd39aed6a8b63c6d04a736a7db5b3 / node_modules / inherits / package.json
1511 bytesRaw
1 | { |
2 | "_args": [ |
3 | [ |
4 | "inherits@2.0.3", |
5 | "/home/cel/src/ssb-npm-registry" |
6 | ] |
7 | ], |
8 | "_from": "inherits@2.0.3", |
9 | "_id": "inherits@2.0.3", |
10 | "_inBundle": false, |
11 | "_integrity": "sha256-f19Y6bVOh+JkeG5+hNngeKr2jBAD3p+miUUQHgI1bN8=", |
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 | "/readable-stream", |
26 | "/tar-stream" |
27 | ], |
28 | "_resolved": "http://localhost:8989/blobs/get/&f19Y6bVOh+JkeG5+hNngeKr2jBAD3p+miUUQHgI1bN8=.sha256", |
29 | "_spec": "2.0.3", |
30 | "_where": "/home/cel/src/ssb-npm-registry", |
31 | "browser": "./inherits_browser.js", |
32 | "bugs": { |
33 | "url": "https://github.com/isaacs/inherits/issues" |
34 | }, |
35 | "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", |
36 | "devDependencies": { |
37 | "tap": "^7.1.0" |
38 | }, |
39 | "files": [ |
40 | "inherits.js", |
41 | "inherits_browser.js" |
42 | ], |
43 | "homepage": "https://github.com/isaacs/inherits#readme", |
44 | "keywords": [ |
45 | "inheritance", |
46 | "class", |
47 | "klass", |
48 | "oop", |
49 | "object-oriented", |
50 | "inherits", |
51 | "browser", |
52 | "browserify" |
53 | ], |
54 | "license": "ISC", |
55 | "main": "./inherits.js", |
56 | "name": "inherits", |
57 | "repository": { |
58 | "type": "git", |
59 | "url": "git://github.com/isaacs/inherits.git" |
60 | }, |
61 | "scripts": { |
62 | "test": "node test" |
63 | }, |
64 | "version": "2.0.3" |
65 | } |
66 |
Built with git-ssb-web