{
  "_args": [
    [
      "mgrs@1.0.0",
      "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web"
    ]
  ],
  "_from": "mgrs@1.0.0",
  "_id": "mgrs@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-+5FYjnjJACVnI5XLQLJffNatGCk=",
  "_location": "/mgrs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mgrs@1.0.0",
    "name": "mgrs",
    "escapedName": "mgrs",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/proj4"
  ],
  "_resolved": "https://registry.npmjs.org/mgrs/-/mgrs-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web",
  "author": {
    "name": "proj4 team"
  },
  "bugs": {
    "url": "https://github.com/proj4js/mgrs/issues"
  },
  "description": "Utility for converting between WGS84 lat/lng and MGRS coordinates",
  "devDependencies": {
    "chai": "~1.8.1",
    "istanbul": "~0.1.46",
    "mocha": "~1.15.1",
    "rollup": "^0.41.4"
  },
  "homepage": "https://github.com/proj4js/mgrs#readme",
  "keywords": [
    "mgrs",
    "proj4",
    "gis"
  ],
  "license": "MIT",
  "main": "dist/mgrs.js",
  "module": "mgrs.js",
  "name": "mgrs",
  "repository": {
    "type": "git",
    "url": "git://github.com/proj4js/mgrs.git"
  },
  "scripts": {
    "build": "mkdir -p dist && rollup -c",
    "test": "npm run build && istanbul test _mocha test/test.js"
  },
  "version": "1.0.0"
}
