forked from TimelordUK/node-sqlserver-v8
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 1.79 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 1.79 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "msnodesqlv8",
"description": "Microsoft Driver for Node.js SQL Server compatible with all versions of Node.",
"author": {
"name": "Stephen James"
},
"contributors": [
{
"name": "Microsoft"
},
{
"name": "Stephen James"
}
],
"version": "0.2.11",
"keywords": [
"sql",
"prepared",
"statements",
"database",
"procedure",
"sproc",
"mssql",
"azure",
"sqlserver",
"tds",
"microsoft",
"msnodesql",
"node-sqlserver"
],
"homepage": "https://github.com/TimelordUK/node-sqlserver-v8",
"bugs": {
"url": "https://github.com/TimelordUK/node-sqlserver-v8/issues"
},
"licenses": [
{
"type": "Apache 2.0",
"url": "https://github.com/TimelordUK/node-sqlserver-v8/blob/master/LICENSE"
}
],
"main": "./lib/sql.js",
"repository": {
"type": "git",
"url": "git+https://github.com/TimelordUK/node-sqlserver-v8.git"
},
"engines": {
"node": ">=0.12"
},
"maintainers": [
{
"name": "timelorduk",
"email": "sjames8888@gmail.com"
}
],
"devDependencies": {
"electron": "^1.4.3",
"minimist": "^1.2.0",
"mocha": ">=2.2.5"
},
"os": [
"win32"
],
"gitHead": "e025462083dd1140eed2519c449bc257482bc61b",
"_id": "msnodesqlv8@0.1.35",
"scripts": {},
"_shasum": "7ef7b229b0abf09aeeb847df6eb249626b626669",
"_from": "msnodesqlv8@*",
"_resolved": "https://registry.npmjs.org/msnodesqlv8/-/msnodesqlv8-0.1.35.tgz",
"_npmVersion": "2.14.7",
"_nodeVersion": "4.2.3",
"_npmUser": {
"name": "timelorduk",
"email": "sjames8888@gmail.com"
},
"dist": {
"shasum": "7ef7b229b0abf09aeeb847df6eb249626b626669",
"tarball": "http://registry.npmjs.org/msnodesqlv8/-/msnodesqlv8-0.1.35.tgz"
},
"directories": {},
"dependencies": {}
}