{
  "_from": "xml@^1.0.1",
  "_id": "xml@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-eLpyAgApxbyHuKgaPPzXS0ovweU=",
  "_location": "/xml",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "xml@^1.0.1",
    "name": "xml",
    "escapedName": "xml",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/feed"
  ],
  "_resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz",
  "_shasum": "78ba72020029c5bc87b8a81a3cfcd74b4a2fc1e5",
  "_spec": "xml@^1.0.1",
  "_where": "/Users/naboo/github/nextstrain/auspice/docs-src/node_modules/feed",
  "author": {
    "name": "Dylan Greene",
    "url": "https://github.com/dylang"
  },
  "bugs": {
    "url": "http://github.com/dylang/node-xml/issues"
  },
  "bundleDependencies": false,
  "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"
    }
  ],
  "deprecated": false,
  "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"
}
