diff --git a/out/bufferFromFile.out.will.yml b/out/bufferFromFile.out.will.yml index 65fe44a..299d899 100644 --- a/out/bufferFromFile.out.will.yml +++ b/out/bufferFromFile.out.will.yml @@ -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 diff --git a/package.json b/package.json index f4790c2..cdb21f1 100644 --- a/package.json +++ b/package.json @@ -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 ", - "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 ", + "contributors" : + [ + { "name" : "Kostiantyn Wandalen", "email" : "wanalen@01.school" }, + { "name" : "Volodymyr M.", "email" : "volodymyr.migdal@gmail.com" } ], - "files": [ + "files" : + [ "cpp", "js", "binding.gyp", @@ -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", diff --git a/was.package.json b/was.package.json index fa66dd1..8afd3ab 100644 --- a/was.package.json +++ b/was.package.json @@ -1,6 +1,6 @@ { "name" : "bufferfromfile", - "version" : "0.4.303", + "version" : "0.4.304", "engine" : "node >= 6.0.0", "enabled" : true, "license" : "MIT",