{
  "_args": [
    [
      "ltx@2.7.1",
      "/Users/carlos8f/projects/bot18"
    ]
  ],
  "_from": "ltx@2.7.1",
  "_id": "ltx@2.7.1",
  "_inBundle": false,
  "_integrity": "sha1-Dly9y1vxeM+ngx6kHcMj2XQiMVo=",
  "_location": "/ltx",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ltx@2.7.1",
    "name": "ltx",
    "escapedName": "ltx",
    "rawSpec": "2.7.1",
    "saveSpec": null,
    "fetchSpec": "2.7.1"
  },
  "_requiredBy": [
    "/@xmpp/streamparser",
    "/@xmpp/xml"
  ],
  "_resolved": "https://registry.npmjs.org/ltx/-/ltx-2.7.1.tgz",
  "_spec": "2.7.1",
  "_where": "/Users/carlos8f/projects/bot18",
  "author": {
    "name": "Astro"
  },
  "bugs": {
    "url": "http://github.com/node-xmpp/ltx/issues"
  },
  "contributors": [
    {
      "name": "Stephan Maka"
    },
    {
      "name": "Will Fife"
    },
    {
      "name": "Markus Kohlhase"
    },
    {
      "name": "Julien Genestoux"
    },
    {
      "name": "▟ ▖▟ ▖"
    },
    {
      "name": "Sonny Piers"
    }
  ],
  "dependencies": {
    "inherits": "^2.0.1"
  },
  "description": "<xml for=\"JavaScript\">",
  "devDependencies": {
    "benchmark": "^2.1.3",
    "browserify": "^14.1.0",
    "libxmljs": "^0.18.4",
    "microtime": "^2.1.2",
    "node-expat": "^2.3.13",
    "node-xml": "^1.0.2",
    "sax": "^1.2.2",
    "standard": "^9.0.0",
    "vows": "^0.8.1"
  },
  "homepage": "http://github.com/node-xmpp/ltx",
  "license": "MIT",
  "name": "ltx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/node-xmpp/ltx.git"
  },
  "scripts": {
    "benchmark": "node benchmarks/",
    "bundle": "browserify -s ltx index.js -o bundle.js && cp bundle.js dist/ltx.js",
    "lint": "standard",
    "prepublish": "npm run bundle",
    "preversion": "npm test",
    "test": "npm run unit && npm run lint && npm run bundle",
    "unit": "vows --spec"
  },
  "version": "2.7.1"
}
