{
  "_args": [
    [
      "xml@1.0.1",
      "/Users/callumacrae/Sites/find-node-modules/cz-cli"
    ]
  ],
  "_development": true,
  "_from": "xml@1.0.1",
  "_id": "xml@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-eLpyAgApxbyHuKgaPPzXS0ovweU=",
  "_location": "/xml",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "xml@1.0.1",
    "name": "xml",
    "escapedName": "xml",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/mocha-junit-reporter"
  ],
  "_resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
  "author": {
    "name": "Dylan Greene",
    "url": "https://github.com/dylang"
  },
  "bugs": {
    "url": "http://github.com/dylang/node-xml/issues"
  },
  "contributors": [
    {
      "name": "Dylan Greene",
      "url": "https://github.com/dylang"
    },
    {
      "name": "Dodo",
      "url": "https://github.com/dodo"
    },
    {
      "name": "Felix Geisendrfer",
      "url": "felix@debuggable.com"
    },
    {
      "name": "Mithgol"
    },
    {
      "name": "carolineBda",
      "url": "https://github.com/carolineBda"
    },
    {
      "name": "Eric Vantillard https://github.com/evantill"
    },
    {
      "name": "Sean Dwyer https://github.com/reywood"
    }
  ],
  "description": "Fast and simple xml generator. Supports attributes, CDATA, etc. Includes tests and examples.",
  "devDependencies": {
    "ava": "^0.11.0"
  },
  "homepage": "http://github.com/dylang/node-xml",
  "keywords": [
    "xml",
    "create",
    "builder",
    "json",
    "simple"
  ],
  "license": "MIT",
  "main": "lib/xml.js",
  "name": "xml",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/dylang/node-xml.git"
  },
  "scripts": {
    "test": "ava"
  },
  "version": "1.0.1"
}
