{
  "_args": [
    [
      "xml-escape@https://registry.npmjs.org/xml-escape/-/xml-escape-1.0.0.tgz",
      "/Users/gajus/Documents/dev/canonical-code-style/canonical"
    ]
  ],
  "_from": "xml-escape@>=1.0.0 <1.1.0",
  "_id": "xml-escape@1.0.0",
  "_inCache": true,
  "_location": "/xml-escape",
  "_phantomChildren": {},
  "_requested": {
    "name": "xml-escape",
    "raw": "xml-escape@https://registry.npmjs.org/xml-escape/-/xml-escape-1.0.0.tgz",
    "rawSpec": "https://registry.npmjs.org/xml-escape/-/xml-escape-1.0.0.tgz",
    "scope": null,
    "spec": "https://registry.npmjs.org/xml-escape/-/xml-escape-1.0.0.tgz",
    "type": "remote"
  },
  "_requiredBy": [
    "/eslint"
  ],
  "_resolved": "https://registry.npmjs.org/xml-escape/-/xml-escape-1.0.0.tgz",
  "_shasum": "00963d697b2adf0c185c4e04e73174ba9b288eb2",
  "_shrinkwrap": null,
  "_spec": "xml-escape@https://registry.npmjs.org/xml-escape/-/xml-escape-1.0.0.tgz",
  "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical",
  "author": {
    "name": "Michael Hernandez - michael.hernandez1988@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/miketheprogrammer/xml-escape/issues"
  },
  "dependencies": {},
  "description": "Escape XML ",
  "devDependencies": {
    "tape": "~2.4.2"
  },
  "homepage": "https://github.com/miketheprogrammer/xml-escape",
  "keywords": [
    "Escape",
    "Unesacpe",
    "XML",
    "encoding",
    "xml-escape"
  ],
  "license": "MIT License",
  "main": "index.js",
  "name": "xml-escape",
  "optionalDependencies": {},
  "readme": "xml-escape\n==========\n\nEscape XML in javascript (NodeJS)\n\n\nnpm install xml-escape\n\n// Warning escape is a reserved word, so maybe best to use xmlescape for var name\nvar xmlescape = require('xml-escape');\n\nxmlescape('\"hello\" \\'world\\' & false < true > -1')\n\n// output\n// '&quot;hello&quot; &apos;world&apos; &amp; true &lt; false &gt; -1'",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git://github.com/miketheprogrammer/xml-escape.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.0"
}
