{
  "_args": [
    [
      "wicket@1.3.5",
      "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web"
    ]
  ],
  "_from": "wicket@1.3.5",
  "_id": "wicket@1.3.5",
  "_inBundle": false,
  "_integrity": "sha512-DsGYwYn5ToLyqFL7oeko6y5UHsuluMyvAOQTTL0nbzWxJY/KT3sprY+BEOXkNxnqmcdjGn0YYG6DvzwKIL66ow==",
  "_location": "/wicket",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "wicket@1.3.5",
    "name": "wicket",
    "escapedName": "wicket",
    "rawSpec": "1.3.5",
    "saveSpec": null,
    "fetchSpec": "1.3.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/wicket/-/wicket-1.3.5.tgz",
  "_spec": "1.3.5",
  "_where": "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web",
  "bugs": {
    "url": "https://github.com/arthur-e/Wicket/issues"
  },
  "contributors": [
    {
      "name": "K. Arthur Endsley",
      "email": "kaendsle@mtu.edu",
      "url": "https://github.com/arthur-e"
    },
    {
      "name": "cuyahoga",
      "url": "https://github.com/cuyahoga"
    },
    {
      "name": "Tom Nightingale",
      "url": "https://github.com/thegreat"
    },
    {
      "name": "Aaron Ogle",
      "url": "https://github.com/atogle"
    },
    {
      "name": "James Seppi",
      "url": "https://github.com/jseppi"
    },
    {
      "name": "tchannel",
      "url": "https://github.com/tchannel"
    },
    {
      "name": "Felipe Figueroa",
      "url": "https://github.com/amenadiel"
    },
    {
      "name": "Matthijs van Henten",
      "url": "https://github.com/mvhenten"
    }
  ],
  "description": "A modest library for moving between Well-Known Text (WKT) and various framework geometries",
  "devDependencies": {
    "chai": "*",
    "jasmine-core": "^2.5.2",
    "karma": "^1.7.1",
    "karma-jasmine": "^1.1.0",
    "karma-mocha-reporter": "^2.2.4",
    "karma-phantomjs-launcher": "^1.0.1",
    "leaflet-providers": "git://github.com/leaflet-extras/leaflet-providers.git#master",
    "mocha": "*",
    "uglify-js": "2.4.x"
  },
  "homepage": "https://github.com/arthur-e/Wicket",
  "keywords": [
    "wkt",
    "map",
    "mapping",
    "geometry",
    "leaflet"
  ],
  "license": "GPL-3.0",
  "licenses": [
    {
      "type": "GPLv3",
      "url": "https://raw.github.com/arthur-e/Wicket/master/LICENSE"
    }
  ],
  "main": "wicket.js",
  "maintainers": [
    {
      "name": "K. Arthur Endsley",
      "email": "kaendsle@mtu.edu",
      "url": "https://github.com/arthur-e"
    }
  ],
  "name": "wicket",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arthur-e/Wicket.git"
  },
  "scripts": {
    "build": "uglifyjs wicket.js -o wicket.min.js;uglifyjs wicket-gmap3.js -o wicket-gmap3.min.js;uglifyjs wicket-arcgis.js -o wicket-arcgis.min.js;uglifyjs wicket-leaflet.js -o wicket-leaflet.min.js;",
    "test": "./node_modules/mocha/bin/mocha -R tap tests/wicket-spec.js && ./node_modules/karma/bin/karma start"
  },
  "version": "1.3.5"
}
