windows.storage.streams
Version:
Use the Windows.Storage.Streams WinRT API directly from Node.js
59 lines (58 loc) • 1.54 kB
JSON
{
"name": "windows.storage.streams",
"version": "0.1.6",
"description": "Use the Windows.Storage.Streams WinRT API directly from Node.js",
"main": "lib/main.js",
"scripts" : {
"install" : "node-gyp rebuild --msvs_version=2013"
},
"keywords": [
"Windows.Storage.Streams",
"Windows",
"Storage",
"Streams",
"DataReaderLoadOperation",
"IDataReader",
"DataReader",
"DataWriterStoreOperation",
"IDataWriter",
"DataWriter",
"RandomAccessStream",
"Buffer",
"IBuffer",
"IContentTypeProvider",
"IRandomAccessStreamReference",
"IInputStreamReference",
"RandomAccessStreamReference",
"FileRandomAccessStream",
"FileInputStream",
"FileOutputStream",
"RandomAccessStreamOverStream",
"InputStreamOverStream",
"OutputStreamOverStream",
"InMemoryRandomAccessStream",
"IInputStream",
"IOutputStream",
"IRandomAccessStream",
"IRandomAccessStreamWithContentType",
"ByteOrder",
"UnicodeEncoding",
"InputStreamOptions",
"NodeRT",
"WinRT",
"Microsoft"
],
"optionalDependencies" : {
"windows.foundation" : "*",
"windows.storage" : "*"
},
"repository": {
"type": "git",
"url": "git://github.com/NodeRT/NodeRT.git"
},
"homepage": "https://github.com/NodeRT/NodeRT",
"author": "Generated by NodeRT",
"contributors": ["nadavbar <nadavbar@gmail.com> (http://www.nadavos.com)"],
"gypfile": true,
"license": "Apache 2.0"
}