highwayhash
Advanced tools
Comparing version 2.5.0 to 3.0.0
{ | ||
"name": "highwayhash", | ||
"version": "2.5.0", | ||
"version": "3.0.0", | ||
"author": "Lovell Fuller <npm@lovell.info>", | ||
@@ -8,4 +8,4 @@ "description": "Node.js implementation of HighwayHash, Google's fast and strong hash function", | ||
"scripts": { | ||
"install": "prebuild-install || node-gyp rebuild", | ||
"test": "semistandard && cc && node test/unit && prebuild-ci" | ||
"install": "prebuild-install --runtime=napi || node-gyp rebuild", | ||
"test": "semistandard && cpplint && node test/unit && prebuild-ci" | ||
}, | ||
@@ -25,16 +25,21 @@ "main": "index.js", | ||
"dependencies": { | ||
"nan": "^2.12.1", | ||
"prebuild-install": "^5.2.4" | ||
"node-addon-api": "^3.0.0", | ||
"prebuild-install": "^5.3.5" | ||
}, | ||
"devDependencies": { | ||
"cc": "^1.0.2", | ||
"cc": "^2.0.1", | ||
"long": "^4.0.0", | ||
"prebuild": "^8.1.2", | ||
"prebuild-ci": "^2.2.3", | ||
"semistandard": "^13.0.1" | ||
"prebuild": "^10.0.0", | ||
"prebuild-ci": "^3.1.0", | ||
"semistandard": "^14.2.2" | ||
}, | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"node": ">=6" | ||
"node": ">=10" | ||
}, | ||
"binary": { | ||
"napi_versions": [ | ||
3 | ||
] | ||
}, | ||
"cc": { | ||
@@ -41,0 +46,0 @@ "ignore": [ |
@@ -32,3 +32,3 @@ # highwayhash | ||
* x64 CPU | ||
* Node.js v6+ | ||
* Node.js v10+ | ||
@@ -145,3 +145,3 @@ ## Installation | ||
Copyright 2016, 2017, 2018, 2019 Lovell Fuller. | ||
Copyright 2016, 2017, 2018, 2019, 2020 Lovell Fuller. | ||
@@ -148,0 +148,0 @@ Licensed under the Apache License, Version 2.0 (the "License"); |
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
Sorry, the diff of this file is not supported yet
193564
+ Addednode-addon-api@^3.0.0
+ Addednode-addon-api@3.2.1(transitive)
- Removednan@^2.12.1
- Removednan@2.22.0(transitive)
Updatedprebuild-install@^5.3.5