{
  "_args": [
    [
      "node-expat@2.4.0",
      "/var/www/html/sprbackend"
    ]
  ],
  "_from": "node-expat@2.4.0",
  "_id": "node-expat@2.4.0",
  "_inBundle": false,
  "_integrity": "sha512-X8Y/Zk/izfNgfayeOeUGqze7KlaOwVJ9SDTjHUMKd0hu0aFTRpLlLCBwmx79cTPiQWD24I1YOafF+U+rTvEMfQ==",
  "_location": "/node-expat",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-expat@2.4.0",
    "name": "node-expat",
    "escapedName": "node-expat",
    "rawSpec": "2.4.0",
    "saveSpec": null,
    "fetchSpec": "2.4.0"
  },
  "_requiredBy": [
    "/xml2json"
  ],
  "_resolved": "https://registry.npmjs.org/node-expat/-/node-expat-2.4.0.tgz",
  "_spec": "2.4.0",
  "_where": "/var/www/html/sprbackend",
  "author": {
    "name": "Astro",
    "email": "astro@spaceboyz.net",
    "url": "http://spaceboyz.net/~astro/"
  },
  "bugs": {
    "url": "https://github.com/astro/node-expat/issues"
  },
  "contributors": [
    {
      "name": "Stephan Maka"
    },
    {
      "name": "Derek Hammer"
    },
    {
      "name": "Iein Valdez"
    },
    {
      "name": "Peter Körner"
    },
    {
      "name": "Camilo Aguilar"
    },
    {
      "name": "Michael Weibel"
    },
    {
      "name": "Alexey Zhuchkov"
    },
    {
      "name": "Satyam Shekhar"
    },
    {
      "name": "Dhruv Matani"
    },
    {
      "name": "Andreas Botsikas"
    },
    {
      "name": "Tom Hughes-Croucher"
    },
    {
      "name": "Nathan Rajlich"
    },
    {
      "name": "Julien Genestoux"
    },
    {
      "name": "Sonny Piers"
    },
    {
      "name": "Lloyd Watkin"
    },
    {
      "name": "AJ ONeal"
    },
    {
      "name": "Rod Vagg"
    },
    {
      "name": "Christoph Hartmann"
    },
    {
      "name": "Corbin Uselton"
    },
    {
      "name": "Julian Duque"
    },
    {
      "name": "Lovell Fuller"
    },
    {
      "name": "Antonio Bustos"
    }
  ],
  "dependencies": {
    "bindings": "^1.5.0",
    "nan": "^2.13.2"
  },
  "description": "NodeJS binding for fast XML parsing.",
  "devDependencies": {
    "benchmark": "^2.1.0",
    "debug": "^4.3.1",
    "iconv": "^3.0.0",
    "ltx": "^2.3.0",
    "node-xml": "^1.0.2",
    "sax": "^1.2.1",
    "standard": "^16.0.3",
    "vows": "^0.8.1"
  },
  "gypfile": true,
  "homepage": "http://github.com/astro/node-expat",
  "keywords": [
    "xml",
    "sax",
    "expat",
    "libexpat",
    "parse",
    "parsing"
  ],
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT"
    }
  ],
  "main": "./lib/node-expat",
  "name": "node-expat",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/astro/node-expat.git"
  },
  "scripts": {
    "benchmark": "node ./benchmark.js",
    "install": "node-gyp rebuild",
    "lint": "standard",
    "preversion": "npm test",
    "test": "npm run unit && npm run lint",
    "unit": "vows --spec ./test/**/*.js"
  },
  "version": "2.4.0"
}
