{
  "name": "ajax-cache-parser",
  "version": "1.2.2",
  "description": "A small function to get when an ajax request expires",
  "type": "module",
  "main": "cache_expiry_parser.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/albertyw/ajax-cache-parser.git"
  },
  "author": "Albert Wang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/albertyw/ajax-cache-parser/issues"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.0",
    "c8": "^11.0.0",
    "eslint": "^10.0.0",
    "mocha": "^11.7.5",
    "xmlhttprequest": "~1.8.0"
  },
  "scripts": {
    "test": "pnpm run eslint && pnpm run mocha",
    "mocha": "c8 --reporter=lcov mocha",
    "eslint": "eslint -c .eslint.config.js ."
  }
}