Skip to content

Commit

Permalink
version 0.4.304
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Apr 8, 2021
1 parent 13377a0 commit 31a60e2
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 54 deletions.
4 changes: 1 addition & 3 deletions out/bufferFromFile.out.will.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1346,6 +1346,4 @@ module:
../.im.will.yml:
hash: 63d7b680da7d0e4c2852b6cf9e2db798
size: 5789
bufferFromFile.out.will.yml:
hash: 04fc631ad3e359562d8b4b9cde951a74
size: 33848
bufferFromFile.out.will.yml: *ref_0
98 changes: 48 additions & 50 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
{
"name": "bufferfromfile",
"version": "0.4.303",
"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@01.school>",
"contributors": [
{
"name": "Kostiantyn Wandalen",
"email": "wanalen@01.school"
},
{
"name": "Volodymyr M.",
"email": "volodymyr.migdal@gmail.com"
}
"name" : "bufferfromfile",
"version" : "0.4.304",
"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@01.school>",
"contributors" :
[
{ "name" : "Kostiantyn Wandalen", "email" : "wanalen@01.school" },
{ "name" : "Volodymyr M.", "email" : "volodymyr.migdal@gmail.com" }
],
"files": [
"files" :
[
"cpp",
"js",
"binding.gyp",
Expand All @@ -27,44 +23,46 @@
"proto/wtools/amid/bufferFromFile",
"proto/node_modules"
],
"main": "proto/node_modules/bufferfromfile",
"scripts": {
"install": "node step/Install.ss",
"node-pre-gyp-install": "node-pre-gyp install --update-binary --fallback-to-build",
"node-pre-gyp-build": "node-pre-gyp configure && node-pre-gyp rebuild",
"node-pre-gyp-package": "node-pre-gyp package",
"node-pre-gyp-github-release": "node-pre-gyp-github publish --release",
"test": "wtest .run proto rapidity:-3",
"make_doc": "./doc.sh",
"clean": "rm -rf build node_modules binding"
"main" : "proto/node_modules/bufferfromfile",
"scripts" :
{
"install" : "node step/Install.ss",
"node-pre-gyp-install" : "node-pre-gyp install --update-binary --fallback-to-build",
"node-pre-gyp-build" : "node-pre-gyp configure && node-pre-gyp rebuild",
"node-pre-gyp-package" : "node-pre-gyp package",
"node-pre-gyp-github-release" : "node-pre-gyp-github publish --release",
"test" : "wtest .run proto rapidity:-3",
"make_doc" : "./doc.sh",
"clean" : "rm -rf build node_modules binding"
},
"binary": {
"module_name": "bufferfromfile",
"module_path": "./binding/",
"host": "https://github.com/Wandalen/BufferFromFile/releases/download/",
"remote_path": "{version}"
"binary" :
{
"module_name" : "bufferfromfile",
"module_path" : "./binding/",
"host" : "https://github.com/Wandalen/BufferFromFile/releases/download/",
"remote_path" : "{version}"
},
"repository": {
"type": "git",
"url": "https://github.com/Wandalen/BufferFromFile.git"
"repository" :
{
"type" : "git",
"url" : "https://github.com/Wandalen/BufferFromFile.git"
},
"bugs": {
"url": "https://github.com/Wandalen/BufferFromFile/issues"
"bugs" :
{
"url" : "https://github.com/Wandalen/BufferFromFile/issues"
},
"dependencies": {
"node-gyp": "7.1.2",
"node-pre-gyp": "0.17.0",
"wbasenodejscpp": "alpha"
"dependencies" : { "node-gyp" : "7.1.2", "node-pre-gyp" : "0.17.0", "wbasenodejscpp" : "delta" },
"devDependencies" :
{
"node-pre-gyp-github" : "1.4.3",
"eslint" : "7.1.0",
"wTools" : "delta",
"wTesting" : "delta",
"wprocess" : "delta"
},
"devDependencies": {
"wTools": "alpha",
"wTesting": "alpha",
"wprocess": "alpha",
"node-pre-gyp-github": "1.4.3",
"eslint": "7.1.0"
},
"gypfile": false,
"keywords": [
"gypfile" : false,
"keywords" :
[
"wTools",
"ArrayBuffer",
"Buffer from file",
Expand Down
2 changes: 1 addition & 1 deletion was.package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "bufferfromfile",
"version" : "0.4.303",
"version" : "0.4.304",
"engine" : "node >= 6.0.0",
"enabled" : true,
"license" : "MIT",
Expand Down

0 comments on commit 31a60e2

Please sign in to comment.