UNPKG

699 BJSONView Raw
1{
2 "name": "ajax-cache-parser",
3 "version": "1.2.0",
4 "description": "A small function to get when an ajax request expires",
5 "type": "module",
6 "main": "cache_expiry_parser.js",
7 "scripts": {
8 "test": "npm run eslint && npm run mocha",
9 "mocha": "c8 --reporter=lcov mocha",
10 "eslint": "eslint -c .eslint.config.js ."
11 },
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/albertyw/ajax-cache-parser.git"
15 },
16 "author": "Albert Wang",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/albertyw/ajax-cache-parser/issues"
20 },
21 "devDependencies": {
22 "c8": "^9.1.0",
23 "eslint": "^9.1.0",
24 "mocha": "^10.0.0",
25 "xmlhttprequest": "~1.8.0"
26 }
27}