{
  "_from": "srtm-elevation",
  "_inBundle": false,
  "_integrity": "sha512-y3/3UDO7P+gzsnugn4Nq4KemshPdJ1MHIPGPbyiXvw7D4Ib1l5QeEiqC9Cna1vld4HaFfoMPwJX8Xr/+MW2Q6g==",
  "_location": "/srtm-elevation",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "srtm-elevation",
    "name": "srtm-elevation",
    "escapedName": "srtm-elevation",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/srtm-elevation/-/srtm-elevation-1.0.0.tgz",
  "_shasum": "1ccc118c7a90b02d22c3ae1815af237321e32878",
  "_spec": "srtm-elevation",
  "_where": "C:\\nodejs\\srtm-elevation",
  "author": {
    "name": "Raúl Polanco Montiel",
    "email": "rapomon@gmail.com",
    "url": "https://github.com/rapomon"
  },
  "bugs": {
    "url": "https://github.com/rapomon/srtm-elevation/issues"
  },
  "dependencies": {
    "extend": "^3.0.2",
    "lru-cache": "^6.0.0",
    "node-fetch": "^2.6.1",
    "promise": "^8.1.0",
    "yauzl": "^2.10.0",
    "yauzl-promise": "^2.1.3"
  },
  "deprecated": false,
  "description": "Read and query HGT files from SRTM, for elevation data with high performance. This module use cached and automatically download HGT files as required.",
  "devDependencies": {
    "tap-spec": "^5.0.0",
    "tape": "^5.0.0"
  },
  "homepage": "https://github.com/rapomon/srtm-elevation",
  "keywords": [
    "nasa",
    "srtm",
    "elevation",
    "altitude"
  ],
  "license": "ISC",
  "main": "src/index.js",
  "name": "srtm-elevation",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rapomon/srtm-elevation.git"
  },
  "scripts": {
    "demo": "node ./index.js",
    "build": "node ./build.js",
    "perf": "node ./test/perf-test.js",
    "test": "tape ./test/*spec.js | tap-spec"
  },
  "version": "2.1.2"
}
