1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
Files
sql-server-samples/samples/tutorials/node.js/windows/node_modules/msnodesql/package.json

95 lines
4.7 KiB
JSON

{
"name": "msnodesql",
"description": "Microsoft Driver for Node.js for SQL Server",
"author": {
"name": "Microsoft Corp."
},
"contributors": [
{
"name": "Jonathan Guerin",
"email": "jguerin@microsoft.com"
},
{
"name": "Jay Kint",
"email": "jkint@microsoft.com"
},
{
"name": "Warren Read",
"email": "wread@microsoft.com"
},
{
"name": "George Yan",
"email": "georgeya@microsoft.com"
},
{
"name": "Inga Verbitskaya",
"email": "ingave@microsoft.com"
}
],
"version": "0.2.1",
"keywords": [
"sql",
"database",
"mssql",
"azure",
"sqlserver",
"tds",
"microsoft",
"msnodesql",
"node-sqlserver"
],
"homepage": "https://github.com/WindowsAzure/node-sqlserver",
"bugs": {
"url": "https://github.com/WindowsAzure/node-sqlserver/issues"
},
"licenses": [
{
"type": "Apache 2.0",
"url": "https://raw.github.com/WindowsAzure/node-sqlserver/master/LICENSE"
}
],
"main": "./lib/sql.js",
"repository": {
"type": "git",
"url": "git://github.com/WindowsAzure/node-sqlserver.git"
},
"engines": {
"node": ">=0.6"
},
"devDependencies": {
"mocha": "0.14.x",
"async": "0.1.x"
},
"os": [
"win32"
],
"scripts": {
"install": "node scripts/install.js"
},
"readme": "# Microsoft Driver for Node.js for SQL Server\r\n\r\nThe Microsoft Driver for Node.js for SQL Server allows Node.js applications on\r\nMicrosoft Windows and Microsoft Windows Azure to access Microsoft SQL Server \r\nand Microsoft Windows Azure SQL Database.\r\n\r\nThis is an initial preview release, and is not production ready. We welcome any\r\nfeedback, fixes and contributions from the community at this very early stage.\r\n\r\n## Prerequisites\r\n\r\nThe following prerequisites are necessary prior to using the driver:\r\n\r\n* Node.js - use the latest version if possible, but it has been tested on node\r\n0.6.10 and later\r\n\r\n* node-gyp - latest version installed globally (npm install -g node-gyp)\r\n\r\n* python 2.7.x - for node-gyp (make sure it is in the path)\r\n\r\n* Visual C++ 2010 - the Express edition is freely available from \r\n[Microsoft][visualstudio]\r\n\r\n* SQL Server Native Client 11.0 - available as Microsoft SQL Server 2012 \r\nNative Client found in the [SQL Server 2012 Feature Pack][sqlncli]\r\n\r\n## Build\r\n\r\nTo build the driver, first node-gyp must configure the appropriate build files.\r\n\r\n node-gyp configure\r\n\r\nUse node-gyp to build the driver:\r\n\r\n node-gyp build\r\n\r\nOr to build the debug version:\r\n\r\n node-gyp build --debug\r\n\r\nThen copy the sqlserver.node file from the build\\\\(Release|Debug) directory to\r\nthe lib directory. If you would like to use Visual C++ to debug the driver,\r\nalso copy the sqlserver.pdb file from the same directory.\r\n\r\n## Test\r\n\r\nIncluded are a few unit tests. They require mocha, async, and assert to be \r\ninstalled via npm. Also, set the variables in test-config.js, then run the \r\ntests as follows:\r\n\r\n cd test\r\n node runtests.js\r\n\r\n## Known Issues\r\n\r\nWe are aware that many features are still not implemented, and are working to\r\nupdate these. Please visit the [project on Github][project] to view \r\noutstanding [issues][issues].\r\n\r\n## Usage\r\n\r\nFor now, please see the unit tests for usage examples.\r\n\r\n## Contribute Code\r\n\r\nIf you would like to become an active contributor to this project please follow the instructions provided in [the Contribution Guidelines][contribute].\r\n\r\n## License\r\n\r\nThe Microsoft Driver for Node.js for SQL Server is licensed under the Apache\r\n2.0 license. See the LICENSE file for more details.\r\n\r\n[visualstudio]: http://www.microsoft.com/visualstudio/\r\n\r\n[sqlncli]: http://www.microsoft.com/en-us/download/details.aspx?id=29065\r\n\r\n[project]: https://github.com/windowsazure/node-sqlserver\r\n\r\n[issues]: https://github.com/windowsazure/node-sqlserver/issues\r\n\r\n[contribute]: https://github.com/WindowsAzure/node-sqlserver/blob/master/CONTRIBUTING.md\r\n\r\n\r\n\r\n",
"_id": "msnodesql@0.2.1",
"dist": {
"shasum": "3ce8ade4a8c016a9aa9f942810135a73c0f2c8eb",
"tarball": "http://registry.npmjs.org/msnodesql/-/msnodesql-0.2.1.tgz"
},
"_npmVersion": "1.1.62",
"_npmUser": {
"name": "jguerin",
"email": "jguerin@microsoft.com"
},
"maintainers": [
{
"name": "jguerin",
"email": "jguerin@microsoft.com"
},
{
"name": "jkint",
"email": "jaykint@microsoft.com"
}
],
"directories": {},
"_shasum": "3ce8ade4a8c016a9aa9f942810135a73c0f2c8eb",
"_resolved": "https://registry.npmjs.org/msnodesql/-/msnodesql-0.2.1.tgz",
"_from": "msnodesql@"
}