프로젝트

일반

사용자정보

통계
| 개정판:

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

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

1
{
2
  "_args": [
3
    [
4
      "nan@2.10.0",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "nan@2.10.0",
9
  "_id": "nan@2.10.0",
10
  "_inBundle": false,
11
  "_integrity": "sha512-bAdJv7fBLhWC+/Bls0Oza+mvTaNQtP+1RyhhhvD95pgUJz6XM5IzgmxOkItJ9tkoCiplvAnXI1tNmmUD/eScyA==",
12
  "_location": "/nan",
13
  "_optional": true,
14
  "_phantomChildren": {},
15
  "_requested": {
16
    "type": "version",
17
    "registry": true,
18
    "raw": "nan@2.10.0",
19
    "name": "nan",
20
    "escapedName": "nan",
21
    "rawSpec": "2.10.0",
22
    "saveSpec": null,
23
    "fetchSpec": "2.10.0"
24
  },
25
  "_requiredBy": [
26
    "/dtrace-provider"
27
  ],
28
  "_resolved": "https://registry.npmjs.org/nan/-/nan-2.10.0.tgz",
29
  "_spec": "2.10.0",
30
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
31
  "bugs": {
32
    "url": "https://github.com/nodejs/nan/issues"
33
  },
34
  "contributors": [
35
    {
36
      "name": "Rod Vagg",
37
      "email": "r@va.gg",
38
      "url": "https://github.com/rvagg"
39
    },
40
    {
41
      "name": "Benjamin Byholm",
42
      "email": "bbyholm@abo.fi",
43
      "url": "https://github.com/kkoopa/"
44
    },
45
    {
46
      "name": "Trevor Norris",
47
      "email": "trev.norris@gmail.com",
48
      "url": "https://github.com/trevnorris"
49
    },
50
    {
51
      "name": "Nathan Rajlich",
52
      "email": "nathan@tootallnate.net",
53
      "url": "https://github.com/TooTallNate"
54
    },
55
    {
56
      "name": "Brett Lawson",
57
      "email": "brett19@gmail.com",
58
      "url": "https://github.com/brett19"
59
    },
60
    {
61
      "name": "Ben Noordhuis",
62
      "email": "info@bnoordhuis.nl",
63
      "url": "https://github.com/bnoordhuis"
64
    },
65
    {
66
      "name": "David Siegel",
67
      "email": "david@artcom.de",
68
      "url": "https://github.com/agnat"
69
    },
70
    {
71
      "name": "Michael Ira Krufky",
72
      "email": "mkrufky@gmail.com",
73
      "url": "https://github.com/mkrufky"
74
    }
75
  ],
76
  "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 9 compatibility",
77
  "devDependencies": {
78
    "bindings": "~1.2.1",
79
    "commander": "^2.8.1",
80
    "glob": "^5.0.14",
81
    "node-gyp": "~3.6.2",
82
    "readable-stream": "^2.1.4",
83
    "request": "=2.81.0",
84
    "tap": "~0.7.1",
85
    "xtend": "~4.0.0"
86
  },
87
  "homepage": "https://github.com/nodejs/nan#readme",
88
  "license": "MIT",
89
  "main": "include_dirs.js",
90
  "name": "nan",
91
  "repository": {
92
    "type": "git",
93
    "url": "git://github.com/nodejs/nan.git"
94
  },
95
  "scripts": {
96
    "docs": "doc/.build.sh",
97
    "rebuild-tests": "node-gyp rebuild --msvs_version=2015 --directory test",
98
    "test": "tap --gc --stderr test/js/*-test.js"
99
  },
100
  "version": "2.10.0"
101
}