{
  "_args": [
    [
      "potrace@2.1.1",
      "C:\\Users\\Tarquin\\surferschallenge-2019"
    ]
  ],
  "_from": "potrace@2.1.1",
  "_id": "potrace@2.1.1",
  "_inBundle": false,
  "_integrity": "sha1-eREahYGX82ZBiEX2Z/6Pf6wKeds=",
  "_location": "/potrace",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "potrace@2.1.1",
    "name": "potrace",
    "escapedName": "potrace",
    "rawSpec": "2.1.1",
    "saveSpec": null,
    "fetchSpec": "2.1.1"
  },
  "_requiredBy": [
    "/gatsby-plugin-sharp",
    "/gatsby-transformer-sharp"
  ],
  "_resolved": "https://registry.npmjs.org/potrace/-/potrace-2.1.1.tgz",
  "_spec": "2.1.1",
  "_where": "C:\\Users\\Tarquin\\surferschallenge-2019",
  "author": {
    "name": "mattmc"
  },
  "bugs": {
    "url": "https://github.com/tooolbox/node-potrace/issues"
  },
  "dependencies": {
    "jimp": "^0.2.24"
  },
  "description": "Potrace in Javascript, for NodeJS",
  "devDependencies": {
    "lodash": "^4.15.0",
    "mocha": "^3.0.2",
    "should": "^11.1.0",
    "should-sinon": "0.0.5",
    "sinon": "^1.17.5"
  },
  "homepage": "https://github.com/tooolbox/node-potrace#readme",
  "keywords": [
    "potrace",
    "trace",
    "tracing",
    "svg",
    "bitmap",
    "posterization"
  ],
  "license": "GPL-2.0",
  "main": "lib/index.js",
  "name": "potrace",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tooolbox/node-potrace.git"
  },
  "scripts": {
    "test": "cd test && mocha test.js --reporter spec"
  },
  "version": "2.1.1"
}
