UNPKG

georedis

Version:
67 lines (66 loc) 1.78 kB
{ "name": "georedis", "version": "3.1.3", "author": { "name": "Arjun Mehta", "email": "arjunmeht@gmail.com", "url": "http://www.arjunmehta.net/" }, "description": "Super fast geo queries.", "keywords": [ "geohash", "proximity", "nearby", "locations", "spatial index", "2D spatial index", "spatial", "index", "redis", "geolocation", "geoproximity", "radius", "redis geo", "geo redis", "geoadd", "geopos", "geodist", "georadius", "georadiusbymember", "geolib" ], "repository": { "url": "https://github.com/arjunmehta/node-georedis" }, "dependencies": { "geolib": "2.0.24", "ngeohash": "0.6.3" }, "devDependencies": { "benchmark": "1.0.0", "eslint": "^6.5.1", "eslint-config-standard": "7.0.1", "eslint-plugin-promise": "3.5.0", "eslint-plugin-standard": "2.1.1", "fakeredis": "2.0.0", "ioredis": "2.5.0", "nodeunit": "^0.11.3", "redis": "2.7.1" }, "scripts": { "test": "nodeunit test/testEmulated.js && nodeunit test/testNative.js && nodeunit test/testIORedis.js && nodeunit test/testIORedisNative.js && nodeunit test/testAutoDetect.js", "testEmulated": "nodeunit test/testEmulated.js", "testNative": "nodeunit test/testNative.js", "testIORedis": "nodeunit test/testIORedis.js", "testIORedisNative": "nodeunit test/testIORedisNative.js", "testFakeRedisEmulated": "nodeunit test/testFakeRedisEmulated.js", "testAutoDetect": "nodeunit test/testAutoDetect.js", "benchmark": "node ./test/benchmark.js" }, "main": "./main", "license": "MIT", "bugs": { "url": "https://github.com/arjunmehta/node-georedis/issues" }, "homepage": "https://github.com/arjunmehta/node-georedis" }