{
  "_args": [
    [
      "dxf-writer@1.18.4",
      "/home/www.john-steel.com/editor/api"
    ]
  ],
  "_from": "dxf-writer@1.18.4",
  "_id": "dxf-writer@1.18.4",
  "_inBundle": false,
  "_integrity": "sha512-JdLOyP+1UyeB30yPowJLJKK0bPROq/dX+QTWcLSplQoepcyo/YMlU0Z27T7mIPxgwiPb+CQWwUIlbcRRfns+ng==",
  "_location": "/dxf-writer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "dxf-writer@1.18.4",
    "name": "dxf-writer",
    "escapedName": "dxf-writer",
    "rawSpec": "1.18.4",
    "saveSpec": null,
    "fetchSpec": "1.18.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/dxf-writer/-/dxf-writer-1.18.4.tgz",
  "_spec": "1.18.4",
  "_where": "/home/www.john-steel.com/editor/api",
  "author": {
    "name": "Ognjen Petrovic"
  },
  "bugs": {
    "url": "https://github.com/ognjen-petrovic/js-dxf/issues"
  },
  "description": "Dead simple 2D DXF writer",
  "devDependencies": {
    "browserify": "^16.2.3",
    "minimist": ">=1.2.3"
  },
  "directories": {
    "example": "examples"
  },
  "homepage": "https://github.com/ognjen-petrovic/js-dxf#readme",
  "keywords": [
    "DXF",
    "CAD",
    "AutoCAD"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "dxf-writer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ognjen-petrovic/js-dxf.git"
  },
  "scripts": {
    "bundle": "browserify -r ./src/Drawing.js:Drawing > ./examples/browser/dxf_bundle.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "types": "./index.d.ts",
  "version": "1.18.4"
}
