프로젝트

일반

사용자정보

통계
| 개정판:

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

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

1
{
2
  "_args": [
3
    [
4
      "once@1.4.0",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "once@1.4.0",
9
  "_id": "once@1.4.0",
10
  "_inBundle": false,
11
  "_integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
12
  "_location": "/once",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "once@1.4.0",
18
    "name": "once",
19
    "escapedName": "once",
20
    "rawSpec": "1.4.0",
21
    "saveSpec": null,
22
    "fetchSpec": "1.4.0"
23
  },
24
  "_requiredBy": [
25
    "/glob",
26
    "/inflight"
27
  ],
28
  "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
29
  "_spec": "1.4.0",
30
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
31
  "author": {
32
    "name": "Isaac Z. Schlueter",
33
    "email": "i@izs.me",
34
    "url": "http://blog.izs.me/"
35
  },
36
  "bugs": {
37
    "url": "https://github.com/isaacs/once/issues"
38
  },
39
  "dependencies": {
40
    "wrappy": "1"
41
  },
42
  "description": "Run a function exactly one time",
43
  "devDependencies": {
44
    "tap": "^7.0.1"
45
  },
46
  "directories": {
47
    "test": "test"
48
  },
49
  "files": [
50
    "once.js"
51
  ],
52
  "homepage": "https://github.com/isaacs/once#readme",
53
  "keywords": [
54
    "once",
55
    "function",
56
    "one",
57
    "single"
58
  ],
59
  "license": "ISC",
60
  "main": "once.js",
61
  "name": "once",
62
  "repository": {
63
    "type": "git",
64
    "url": "git://github.com/isaacs/once.git"
65
  },
66
  "scripts": {
67
    "test": "tap test/*.js"
68
  },
69
  "version": "1.4.0"
70
}