프로젝트

일반

사용자정보

통계
| 개정판:

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

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

1 39 HKM
{
2
  "_args": [
3
    [
4
      "callsite@1.0.0",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "callsite@1.0.0",
9
  "_id": "callsite@1.0.0",
10
  "_inBundle": false,
11
  "_integrity": "sha1-KAOY5dZkvXQDi28JBRU+borxvCA=",
12
  "_location": "/callsite",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "callsite@1.0.0",
18
    "name": "callsite",
19
    "escapedName": "callsite",
20
    "rawSpec": "1.0.0",
21
    "saveSpec": null,
22
    "fetchSpec": "1.0.0"
23
  },
24
  "_requiredBy": [
25
    "/better-assert"
26
  ],
27
  "_resolved": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz",
28
  "_spec": "1.0.0",
29
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
30
  "author": {
31
    "name": "TJ Holowaychuk",
32
    "email": "tj@vision-media.ca"
33
  },
34
  "dependencies": {},
35
  "description": "access to v8's CallSites",
36
  "devDependencies": {
37
    "mocha": "*",
38
    "should": "*"
39
  },
40
  "engines": {
41
    "node": "*"
42
  },
43
  "keywords": [
44
    "stack",
45
    "trace",
46
    "line"
47
  ],
48
  "main": "index",
49
  "name": "callsite",
50
  "version": "1.0.0"
51
}