Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
581 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "inherits",
|
---|
3 | "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
|
---|
4 | "version": "2.0.4",
|
---|
5 | "keywords": [
|
---|
6 | "inheritance",
|
---|
7 | "class",
|
---|
8 | "klass",
|
---|
9 | "oop",
|
---|
10 | "object-oriented",
|
---|
11 | "inherits",
|
---|
12 | "browser",
|
---|
13 | "browserify"
|
---|
14 | ],
|
---|
15 | "main": "./inherits.js",
|
---|
16 | "browser": "./inherits_browser.js",
|
---|
17 | "repository": "git://github.com/isaacs/inherits",
|
---|
18 | "license": "ISC",
|
---|
19 | "scripts": {
|
---|
20 | "test": "tap"
|
---|
21 | },
|
---|
22 | "devDependencies": {
|
---|
23 | "tap": "^14.2.4"
|
---|
24 | },
|
---|
25 | "files": [
|
---|
26 | "inherits.js",
|
---|
27 | "inherits_browser.js"
|
---|
28 | ]
|
---|
29 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.