프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / inherits / package.json

이력 | 보기 | 이력해설 | 다운로드 (1.6 KB)

1 39 HKM
{
2
  "_args": [
3
    [
4
      "inherits@2.0.3",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
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
    "/concat-stream",
26
    "/concat-stream/readable-stream",
27
    "/glob",
28
    "/http-errors",
29
    "/readable-stream"
30
  ],
31
  "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
32
  "_spec": "2.0.3",
33
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
34
  "browser": "./inherits_browser.js",
35
  "bugs": {
36
    "url": "https://github.com/isaacs/inherits/issues"
37
  },
38
  "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
39
  "devDependencies": {
40
    "tap": "^7.1.0"
41
  },
42
  "files": [
43
    "inherits.js",
44
    "inherits_browser.js"
45
  ],
46
  "homepage": "https://github.com/isaacs/inherits#readme",
47
  "keywords": [
48
    "inheritance",
49
    "class",
50
    "klass",
51
    "oop",
52
    "object-oriented",
53
    "inherits",
54
    "browser",
55
    "browserify"
56
  ],
57
  "license": "ISC",
58
  "main": "./inherits.js",
59
  "name": "inherits",
60
  "repository": {
61
    "type": "git",
62
    "url": "git://github.com/isaacs/inherits.git"
63
  },
64
  "scripts": {
65
    "test": "node test"
66
  },
67
  "version": "2.0.3"
68
}