{
  "_args": [
    [
      "xmlbuilder@12.0.0",
      "/home/luben/code/node-cdrator"
    ]
  ],
  "_from": "xmlbuilder@12.0.0",
  "_id": "xmlbuilder@12.0.0",
  "_inBundle": false,
  "_integrity": "sha512-lMo8DJ8u6JRWp0/Y4XLa/atVDr75H9litKlb2E5j3V3MesoL50EBgZDWoLT3F/LztVnG67GjPXLZpqcky/UMnQ==",
  "_location": "/xmlbuilder",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "xmlbuilder@12.0.0",
    "name": "xmlbuilder",
    "escapedName": "xmlbuilder",
    "rawSpec": "12.0.0",
    "saveSpec": null,
    "fetchSpec": "12.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-12.0.0.tgz",
  "_spec": "12.0.0",
  "_where": "/home/luben/code/node-cdrator",
  "author": {
    "name": "Ozgur Ozcitak",
    "email": "oozcitak@gmail.com"
  },
  "bugs": {
    "url": "http://github.com/oozcitak/xmlbuilder-js/issues"
  },
  "contributors": [],
  "dependencies": {},
  "description": "An XML builder for node.js",
  "devDependencies": {
    "coffee-coverage": "*",
    "coffeescript": "*",
    "coveralls": "*",
    "mocha": "*",
    "nyc": "*",
    "xpath": "*"
  },
  "engines": {
    "node": ">=6.0"
  },
  "homepage": "http://github.com/oozcitak/xmlbuilder-js",
  "keywords": [
    "xml",
    "xmlbuilder"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "name": "xmlbuilder",
  "repository": {
    "type": "git",
    "url": "git://github.com/oozcitak/xmlbuilder-js.git"
  },
  "scripts": {
    "postpublish": "rm -rf lib",
    "prepublishOnly": "coffee -co lib src",
    "test": "nyc mocha \"test/**/*.coffee\""
  },
  "typings": "./typings/index.d.ts",
  "version": "12.0.0"
}
