{
  "_from": "arc@^0.1.0",
  "_id": "arc@0.1.0",
  "_inBundle": false,
  "_integrity": "sha1-AKQTIDbPszhpx/IZ73goeh+pLHU=",
  "_location": "/arc",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "arc@^0.1.0",
    "name": "arc",
    "escapedName": "arc",
    "rawSpec": "^0.1.0",
    "saveSpec": null,
    "fetchSpec": "^0.1.0"
  },
  "_requiredBy": [
    "/@turf/great-circle"
  ],
  "_resolved": "https://registry.npmjs.org/arc/-/arc-0.1.0.tgz",
  "_shasum": "00a4132036cfb33869c7f219ef78287a1fa92c75",
  "_spec": "arc@^0.1.0",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend\\node_modules\\@turf\\great-circle",
  "bugs": {
    "url": "https://github.com/springmeyer/arc.js/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Dane Springmeyer",
      "email": "dane@dbsgeo.com"
    }
  ],
  "deprecated": false,
  "description": "draw great circle arcs",
  "devDependencies": {
    "mocha": "~1.17.1"
  },
  "engines": {
    "node": ">=0.4.0"
  },
  "homepage": "https://github.com/springmeyer/arc.js#readme",
  "keywords": [
    "maps",
    "spherical",
    "globe",
    "rhumb line",
    "crow flies",
    "great circle"
  ],
  "licenses": [
    {
      "type": "BSD"
    }
  ],
  "main": "./index",
  "name": "arc",
  "repository": {
    "type": "git",
    "url": "git://github.com/springmeyer/arc.js.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "url": "https://github.com/springmeyer/arc.js",
  "version": "0.1.0"
}
