{
  "_args": [
    [
      "saxes@3.1.3",
      "/home/alex/Projects/SDPK/Works/content/sdpk-content"
    ]
  ],
  "_from": "saxes@3.1.3",
  "_id": "saxes@3.1.3",
  "_inBundle": false,
  "_integrity": "sha512-Nc5DXc5A+m3rUDtkS+vHlBWKT7mCKjJPyia7f8YMW773hsXVv2wEHQZGE0zs4+5PLwz9U5Sbl/94Cnd9vHV7Bg==",
  "_location": "/saxes",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "saxes@3.1.3",
    "name": "saxes",
    "escapedName": "saxes",
    "rawSpec": "3.1.3",
    "saveSpec": null,
    "fetchSpec": "3.1.3"
  },
  "_requiredBy": [
    "/jsdom"
  ],
  "_resolved": "https://registry.npmjs.org/saxes/-/saxes-3.1.3.tgz",
  "_spec": "3.1.3",
  "_where": "/home/alex/Projects/SDPK/Works/content/sdpk-content",
  "author": {
    "name": "Louis-Dominique Dubeau",
    "email": "ldd@lddubeau.com"
  },
  "bugs": {
    "url": "https://github.com/lddubeau/saxes/issues"
  },
  "dependencies": {
    "xmlchars": "^1.3.1"
  },
  "description": "An evented streaming XML parser in JavaScript",
  "devDependencies": {
    "@commitlint/cli": "^7.0.0",
    "@commitlint/config-angular": "^7.0.1",
    "chai": "^4.1.2",
    "conventional-changelog-cli": "^2.0.1",
    "eslint": "^4.19.1",
    "eslint-config-lddubeau-base": "^2.1.0",
    "husky": "^0.14.3",
    "mocha": "^5.2.0",
    "xml-conformance-suite": "^1.0.0"
  },
  "files": [
    "lib/saxes.js",
    "lib/saxes.d.ts",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ],
  "homepage": "https://github.com/lddubeau/saxes#readme",
  "license": "ISC",
  "main": "lib/saxes.js",
  "name": "saxes",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lddubeau/saxes.git"
  },
  "scripts": {
    "commitmsg": "commitlint -E GIT_PARAMS",
    "postpublish": "git push origin --follow-tags",
    "posttest": "eslint test/*.js lib/*.js",
    "postversion": "npm publish",
    "preversion": "npm test",
    "test": "mocha --delay",
    "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
  },
  "types": "lib/saxes.d.ts",
  "version": "3.1.3"
}
