package.json
970 字节
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "ref",
"description": "Turn Buffer instances into \"pointers\"",
"keywords": [
"native",
"buffer",
"extensions",
"c++",
"pointer",
"reference",
"dereference",
"type",
"int",
"long",
"float",
"double",
"byte",
"64"
],
"version": "1.3.5",
"license": "MIT",
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/ref.git"
},
"main": "./lib/ref.js",
"scripts": {
"docs": "node docs/compile",
"test": "mocha -gc --reporter spec --use_strict"
},
"dependencies": {
"bindings": "1",
"debug": "2",
"nan": "2"
},
"devDependencies": {
"dox": "0.4.4",
"highlight.js": "1",
"jade": "^0.35.0",
"marked": "^0.3.2",
"mocha": "*",
"weak": "1"
},
"_from": "ref@1.3.5",
"_resolved": "http://registry.npm.taobao.org/ref/download/ref-1.3.5.tgz"
}