{
  "_from": "sax@>=0.6.0",
  "_id": "sax@1.4.4",
  "_inBundle": false,
  "_integrity": "sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==",
  "_location": "/sax",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "sax@>=0.6.0",
    "name": "sax",
    "escapedName": "sax",
    "rawSpec": ">=0.6.0",
    "saveSpec": null,
    "fetchSpec": ">=0.6.0"
  },
  "_requiredBy": [
    "/xml2js"
  ],
  "_resolved": "https://registry.npmjs.org/sax/-/sax-1.4.4.tgz",
  "_shasum": "f29c2bba80ce5b86f4343b4c2be9f2b96627cf8b",
  "_spec": "sax@>=0.6.0",
  "_where": "/home/createordergo/public_html/hosting.createordergo.com/node_modules/xml2js",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/isaacs/sax-js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "An evented streaming XML parser in JavaScript",
  "devDependencies": {
    "prettier": "^3.6.2",
    "tap": "^21.1.3"
  },
  "engines": {
    "node": ">=11.0.0"
  },
  "files": [
    "lib/sax.js",
    "LICENSE",
    "README.md"
  ],
  "homepage": "https://github.com/isaacs/sax-js#readme",
  "license": "BlueOak-1.0.0",
  "main": "lib/sax.js",
  "name": "sax",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/sax-js.git"
  },
  "scripts": {
    "format": "prettier --write . --log-level warn",
    "postpublish": "git push origin --all; git push origin --tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "test": "tap"
  },
  "tap": {
    "allow-incomplete-coverage": true
  },
  "version": "1.4.4"
}
