{
  "name": "react-ajax-loader",
  "version": "0.2.2",
  "description": "React HOC to asynchronously load data into your component",
  "browser": "browser.js",
  "author": "NucleusLabs Information Technologies Inc.",
  "license": "MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nucleuslabs/react-ajax-loader"
  },
  "dependencies": {
    "lru-cache": "^4.1.1",
    "object-hash": "^1.2.0",
    "shallowequal": "^1.0.2"
  },
  "jest": {
    "testMatch": [
      "**/__tests__/**/*.(spec|test).[jt]s?(x)"
    ],
    "setupFilesAfterEnv": [
      "jest-extended"
    ],
    "collectCoverageFrom": [
      "**/src/*.js",
      "**/src/fetch/*.js",
      "**/src/hooks/*.jsx"
    ]
  },
  "peerDependencies": {
    "react": "^16.8.6 || ^17 || ^18"
  }
}