| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/hashring/ |
Upload File : |
{
"_args": [
[
"hashring@3.2.0",
"C:\\inetpub\\wwwroot\\parsmega.com"
]
],
"_from": "hashring@3.2.0",
"_id": "hashring@3.2.0",
"_inBundle": false,
"_integrity": "sha1-/aTv3oqiLNuX+x0qZeiEAeHBRM4=",
"_location": "/hashring",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "hashring@3.2.0",
"name": "hashring",
"escapedName": "hashring",
"rawSpec": "3.2.0",
"saveSpec": null,
"fetchSpec": "3.2.0"
},
"_requiredBy": [
"/memcache-plus"
],
"_resolved": "https://registry.npmjs.org/hashring/-/hashring-3.2.0.tgz",
"_spec": "3.2.0",
"_where": "C:\\inetpub\\wwwroot\\parsmega.com",
"author": {
"name": "Arnout Kazemier"
},
"bugs": {
"url": "http://github.com/3rd-Eden/node-hashring/issues"
},
"dependencies": {
"connection-parse": "0.0.x",
"simple-lru-cache": "0.0.x"
},
"description": "A consistent hashring compatible with ketama hashing and python's hash_ring",
"devDependencies": {
"assume": "1.2.x",
"benchmark": "1.0.x",
"devnull": "0.0.x",
"istanbul": "0.3.x",
"mocha": "2.2.x",
"pre-commit": "1.1.x"
},
"homepage": "http://github.com/3rd-Eden/node-hashring/",
"keywords": [
"hashring",
"hash ring",
"hashing",
"hashvalue",
"ketama",
"hash_ring",
"hash",
"consistent hashing",
"libketama"
],
"license": "MIT",
"main": "./index.js",
"name": "hashring",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/3rd-Eden/node-hashring.git"
},
"scripts": {
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- tests/api.test.js tests/distribution.test.js",
"test": "mocha tests/api.test.js tests/distribution.test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- tests/api.test.js tests/distribution.test.js",
"watch": "mocha --watch tests/api.test.js tests/distribution.test.js"
},
"version": "3.2.0"
}