{
  "_from": "ngeohash",
  "_id": "ngeohash@0.6.3",
  "_inBundle": false,
  "_integrity": "sha512-kltF0cOxgx1AbmVzKxYZaoB0aj7mOxZeHaerEtQV0YaqnkXNq26WWqMmJ6lTqShYxVRWZ/mwvvTrNeOwdslWiw==",
  "_location": "/ngeohash",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "ngeohash",
    "name": "ngeohash",
    "escapedName": "ngeohash",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ngeohash/-/ngeohash-0.6.3.tgz",
  "_shasum": "10b1e80be5488262ec95c56cf2dbb6c45fbdf245",
  "_spec": "ngeohash",
  "_where": "/home/phpv8aaitd/public_html/bro",
  "author": {
    "name": "Ning Sun",
    "email": "classicning@gmail.com",
    "url": "https://sunng.info/"
  },
  "bugs": {
    "url": "https://github.com/sunng87/node-geohash/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Arjun Mehta",
      "email": "arjunmeht@gmail.com",
      "url": "http://www.arjunmehta.net/"
    },
    {
      "name": "Seth Miller",
      "email": "seth@four43.com",
      "url": "http://www.four43.com"
    },
    {
      "name": "Zhu Zhe",
      "email": "zhuzhe1983@gmail.com"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "geohash library for nodejs",
  "devDependencies": {
    "assert": ">=1.0",
    "browserify": ">=5.0",
    "nodeunit": ">=0.8"
  },
  "engines": {
    "node": ">=v0.2.0"
  },
  "homepage": "https://github.com/sunng87/node-geohash#readme",
  "keywords": [
    "geohash",
    "uint64",
    "geohasher",
    "geocode",
    "geolocation"
  ],
  "license": "MIT",
  "main": "./main",
  "name": "ngeohash",
  "repository": {
    "url": "git+https://github.com/sunng87/node-geohash.git"
  },
  "scripts": {
    "test": "nodeunit tests/test.js"
  },
  "version": "0.6.3"
}
