bufferfromfile
Advanced tools
Comparing version 0.4.28 to 0.4.29
{ | ||
"name": "bufferfromfile", | ||
"version": "0.4.28", | ||
"engine": "node >= 6.0.0", | ||
"enabled": false, | ||
"license": "MIT", | ||
"description": "The module in JavaScript provides convenient means for using files as standard ArrayBuffer making mmap behind the scene.", | ||
"author": "Kostiantyn Wandalen <wanalen@willbe.so>", | ||
"contributors": [ | ||
{ | ||
"name": "Kostiantyn Wandalen", | ||
"email": "wanalen@willbe.so" | ||
}, | ||
{ | ||
"name": "Volodymyr M.", | ||
"email": "volodymyr.migdal@gmail.com" | ||
} | ||
], | ||
"files": [ | ||
"cpp", | ||
"js", | ||
"binding.gyp", | ||
"Makefile" | ||
], | ||
"main": "js/Main.ss", | ||
"scripts": { | ||
"install": "node-gyp configure && node-gyp rebuild --msvs_version=auto", | ||
"test": "wtest staging", | ||
"make_doc": "./doc.sh", | ||
"clean": "rm -rf build node_modules" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Wandalen/BufferFromFile.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Wandalen/BufferFromFile/issues" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"wTools": "", | ||
"wTesting": "", | ||
"bufferfromfile": "." | ||
}, | ||
"gypfile": true, | ||
"keywords": [ | ||
"wTools", | ||
"ArrayBuffer", | ||
"Buffer from file", | ||
"ArrayBuffer from file", | ||
"TypedBuffer from file", | ||
"Nodejs buffer from file", | ||
"mmap", | ||
"mmap file", | ||
"name" : "bufferfromfile", | ||
"version" : "0.4.29", | ||
"engine" : "node >= 6.0.0", | ||
"enabled" : true, | ||
"license" : "MIT", | ||
"description" : "The module in JavaScript provides convenient means for using files as standard ArrayBuffer making mmap behind the scene.", | ||
"author" : "Kostiantyn Wandalen <wanalen@willbe.so>", | ||
"contributors" : | ||
[ | ||
{ "name" : "Kostiantyn Wandalen", "email" : "wanalen@willbe.so" }, | ||
{ "name" : "Volodymyr M.", "email" : "volodymyr.migdal@gmail.com" } | ||
], | ||
"files" : [ "cpp", "js", "binding.gyp", "Makefile" ], | ||
"main" : "js/Main.ss", | ||
"scripts" : | ||
{ | ||
"install" : "node-gyp configure && node-gyp rebuild --msvs_version=auto", | ||
"test" : "wtest test.test", | ||
"make_doc" : "./doc.sh", | ||
"clean" : "rm -rf build node_modules" | ||
}, | ||
"repository" : | ||
{ | ||
"type" : "git", | ||
"url" : "https://github.com/Wandalen/BufferFromFile.git" | ||
}, | ||
"bugs" : | ||
{ | ||
"url" : "https://github.com/Wandalen/BufferFromFile/issues" | ||
}, | ||
"dependencies" : {}, | ||
"devDependencies" : { "wTools" : "beta", "wTesting" : "beta", "bufferfromfile" : "." }, | ||
"gypfile" : true, | ||
"keywords" : | ||
[ | ||
"wTools", | ||
"ArrayBuffer", | ||
"Buffer from file", | ||
"ArrayBuffer from file", | ||
"TypedBuffer from file", | ||
"Nodejs buffer from file", | ||
"mmap", | ||
"mmap file", | ||
"zero copy" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
116939