{
  "_args": [
    [
      {
        "raw": "wkx@0.2.0",
        "scope": null,
        "escapedName": "wkx",
        "name": "wkx",
        "rawSpec": "0.2.0",
        "spec": "0.2.0",
        "type": "version"
      },
      "/home/prolifik/agenceprolifik.com/node_modules/sequelize"
    ]
  ],
  "_from": "wkx@0.2.0",
  "_id": "wkx@0.2.0",
  "_inCache": true,
  "_location": "/wkx",
  "_nodeVersion": "4.1.0",
  "_npmUser": {
    "name": "cschwarz",
    "email": "christian.schwarz@refactory.at"
  },
  "_npmVersion": "2.14.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "wkx@0.2.0",
    "scope": null,
    "escapedName": "wkx",
    "name": "wkx",
    "rawSpec": "0.2.0",
    "spec": "0.2.0",
    "type": "version"
  },
  "_requiredBy": [
    "/sequelize"
  ],
  "_resolved": "https://registry.npmjs.org/wkx/-/wkx-0.2.0.tgz",
  "_shasum": "76c24f16acd0cd8f93cd34aa331e0f7961256e84",
  "_shrinkwrap": null,
  "_spec": "wkx@0.2.0",
  "_where": "/home/prolifik/agenceprolifik.com/node_modules/sequelize",
  "author": {
    "name": "Christian Schwarz"
  },
  "bugs": {
    "url": "https://github.com/cschwarz/wkx/issues"
  },
  "dependencies": {},
  "description": "A WKT/WKB/EWKT/EWKB/TWKB/GeoJSON parser and serializer",
  "devDependencies": {
    "async": "^1.5.0",
    "browserify": "^12.0.1",
    "coveralls": "^2.11.4",
    "istanbul": "^0.4.1",
    "jshint": "^2.9.1-rc1",
    "json-stringify-pretty-compact": "^1.0.1",
    "mocha": "^2.3.4",
    "pg": "^4.4.3",
    "uglify-js": "^2.6.1"
  },
  "directories": {},
  "dist": {
    "shasum": "76c24f16acd0cd8f93cd34aa331e0f7961256e84",
    "tarball": "https://registry.npmjs.org/wkx/-/wkx-0.2.0.tgz"
  },
  "gitHead": "4abd937e530344e390d85887c72a51d450c413cf",
  "homepage": "https://github.com/cschwarz/wkx#readme",
  "keywords": [
    "wkt",
    "wkb",
    "ewkt",
    "ewkb",
    "twkb",
    "geojson",
    "ogc",
    "geometry",
    "geography",
    "spatial"
  ],
  "license": "MIT",
  "main": "lib/wkx.js",
  "maintainers": [
    {
      "name": "cschwarz",
      "email": "christian.schwarz@refactory.at"
    }
  ],
  "name": "wkx",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/cschwarz/wkx.git"
  },
  "scripts": {
    "build": "browserify -r buffer -r ./lib/wkx.js:wkx ./lib/wkx.js > ./dist/wkx.js && uglifyjs -c -m -- ./dist/wkx.js > ./dist/wkx.min.js",
    "coveralls": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "test": "jshint . && mocha"
  },
  "version": "0.2.0"
}
