{"_id":"@api-buddy/auth-react","_rev":"4-c263bb4ad4e95befc0f4016180429730","name":"@api-buddy/auth-react","dist-tags":{"latest":"3.0.0"},"versions":{"0.1.0":{"name":"@api-buddy/auth-react","version":"0.1.0","_id":"@api-buddy/auth-react@0.1.0","maintainers":[{"name":"iamtomhanks","email":"brechanson@gmail.com"}],"dist":{"shasum":"5e66c3c710c17074849b117a4a0749f7d14c38e9","tarball":"https://registry.npmjs.org/@api-buddy/auth-react/-/auth-react-0.1.0.tgz","fileCount":17,"integrity":"sha512-YdOvH8eq9JIZtubdnotLHqhGjbuDNPGB4eajBK76vUjkfSHTNjQqC9VrrOBdhcppt8/thPANKcgbXiDAGxPtIg==","signatures":[{"sig":"MEYCIQC+Hnb7zLMaE4Vf8XwtfeHCY18/FVx+Jx1NtlvCqb8hEwIhANZy7hC3XbGDTUs/6xUCXtT9NVf356d4zQv2nhL5esT9","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":20693},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a18bebdfe60aa352707b655a4e7159c359cb9084","scripts":{"dev":"tsc -b --watch","lint":"eslint src --ext .ts","test":"jest -c jest.config.ts","build":"tsc -b","test:watch":"jest --watch -c jest.config.ts","test:coverage":"jest --coverage -c jest.config.ts"},"_npmUser":{"name":"iamtomhanks","email":"brechanson@gmail.com"},"_npmVersion":"9.8.1","description":"React hooks for API Buddy authentication","directories":{},"_nodeVersion":"18.18.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.0.0","eslint":"^8.0.0","ts-jest":"^29.0.0","babel-jest":"^30.0.0","typescript":"^5.0.0","@types/jest":"^29.5.14","@types/node":"^18.0.0","@types/react":"^18.3.23","@emotion/react":"^11.14.0","@emotion/styled":"^11.14.0","@types/react-dom":"^19.1.6","@babel/preset-env":"^7.27.2","@babel/preset-react":"^7.27.1","@testing-library/react":"^16.3.0","@babel/preset-typescript":"^7.27.1","@testing-library/jest-dom":"^6.6.3","@typescript-eslint/parser":"^6.0.0","@testing-library/react-hooks":"^8.0.1","@typescript-eslint/eslint-plugin":"^6.0.0"},"peerDependencies":{"react":">=18.0.0","@api-buddy/auth-core":"workspace:*"},"_npmOperationalInternal":{"tmp":"tmp/auth-react_0.1.0_1749668900390_0.21995272852948022","host":"s3://npm-registry-packages-npm-production"}},"1.0.0":{"name":"@api-buddy/auth-react","version":"1.0.0","_id":"@api-buddy/auth-react@1.0.0","maintainers":[{"name":"iamtomhanks","email":"brechanson@gmail.com"}],"dist":{"shasum":"6fff7ca53cf85be649f911409c8e23b781d9e99a","tarball":"https://registry.npmjs.org/@api-buddy/auth-react/-/auth-react-1.0.0.tgz","fileCount":7,"integrity":"sha512-L1k0wUocXUf2exQajNifskAwTFWohLLdR+GHLNe2NdXLIOqcjtsMGSyuiRe/c28nSxw5uEDaLhZ36T1DK8A/aw==","signatures":[{"sig":"MEYCIQCKnt1sjBHCqbsfym7XYGmtpgKLM5dFO6AEYNsnX76ZuwIhAIC++Kou0kSNsItvVYru8uDjRYgZs+BYSaIwXvPBSIz0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":34327},"main":"dist/index.js","_from":"file:api-buddy-auth-react-1.0.0.tgz","types":"dist/index.d.ts","scripts":{"dev":"tsup --watch","lint":"eslint src --ext .ts,.tsx","test":"jest --config=jest.config.ts","build":"pnpm clean && tsup","clean":"rimraf dist","format":"prettier --write \"src/**/*.{ts,tsx}\"","prebuild":"node -e \"const { execSync } = require('child_process'); const path = require('path'); const fs = require('fs'); let root = process.cwd(); while (root !== '/' && !fs.existsSync(path.join(root, 'pnpm-workspace.yaml'))) { root = path.dirname(root); } if (root === '/') { console.error('❌ Could not find project root directory'); process.exit(1); } require(path.join(root, 'scripts/ensure-tsup-config.js'));\"","test:watch":"pnpm test --watch","type-check":"tsc --noEmit","test:coverage":"pnpm test --coverage"},"_npmUser":{"name":"iamtomhanks","email":"brechanson@gmail.com"},"_resolved":"/private/var/folders/w3/00m0j5k95zjfx4vwz3csj_vc0000gn/T/820aec0fde8ec34b16252b7c148dd086/api-buddy-auth-react-1.0.0.tgz","_integrity":"sha512-L1k0wUocXUf2exQajNifskAwTFWohLLdR+GHLNe2NdXLIOqcjtsMGSyuiRe/c28nSxw5uEDaLhZ36T1DK8A/aw==","_npmVersion":"9.8.1","description":"React hooks for API Buddy authentication","directories":{},"_nodeVersion":"18.18.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.0.0","tsup":"^8.5.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-jest":"^29.0.0","babel-jest":"^30.0.0","typescript":"^5.0.0","@types/jest":"^29.5.14","@types/node":"^20.0.0","@types/react":"^18.3.23","@emotion/react":"^11.14.0","@emotion/styled":"^11.14.0","@types/react-dom":"^19.1.6","@babel/preset-env":"^7.27.2","@babel/preset-react":"^7.27.1","@api-buddy/tsup-config":"1.0.0","@testing-library/react":"^16.3.0","@babel/preset-typescript":"^7.27.1","@testing-library/jest-dom":"^6.6.3","@typescript-eslint/parser":"^6.0.0","@testing-library/react-hooks":"^8.0.1","@typescript-eslint/eslint-plugin":"^6.0.0"},"peerDependencies":{"react":">=18.0.0","@api-buddy/auth-core":"1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/auth-react_1.0.0_1750087962472_0.17815349519385948","host":"s3://npm-registry-packages-npm-production"}},"2.0.0":{"name":"@api-buddy/auth-react","version":"2.0.0","_id":"@api-buddy/auth-react@2.0.0","maintainers":[{"name":"iamtomhanks","email":"brechanson@gmail.com"}],"dist":{"shasum":"375716422469c4f7dee81bfa861f765533c50c7c","tarball":"https://registry.npmjs.org/@api-buddy/auth-react/-/auth-react-2.0.0.tgz","fileCount":7,"integrity":"sha512-JtcZbf0NhhYPGl4fRLBmFQquUjuiYRM12a7thkS+vyRRMuZXVHhmiBfzu8sU9EvlPtXKZeq+iB3HHBqF2mb0sQ==","signatures":[{"sig":"MEQCIEYplxJ+S4HWMVJ9Y0Yevbrdi159TxfaBscyfC+Zg6jyAiA+jvws0WZMULQ+k2UNRxaFmss16D3OwE2tqckiV3N9tg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":34327},"main":"dist/index.js","_from":"file:api-buddy-auth-react-2.0.0.tgz","types":"dist/index.d.ts","scripts":{"dev":"tsup --watch","lint":"eslint src --ext .ts,.tsx","test":"jest --config=jest.config.ts","build":"pnpm clean && tsup","clean":"rimraf dist","format":"prettier --write \"src/**/*.{ts,tsx}\"","prebuild":"node -e \"const { execSync } = require('child_process'); const path = require('path'); const fs = require('fs'); let root = process.cwd(); while (root !== '/' && !fs.existsSync(path.join(root, 'pnpm-workspace.yaml'))) { root = path.dirname(root); } if (root === '/') { console.error('❌ Could not find project root directory'); process.exit(1); } require(path.join(root, 'scripts/ensure-tsup-config.js'));\"","test:watch":"pnpm test --watch","type-check":"tsc --noEmit","test:coverage":"pnpm test --coverage"},"_npmUser":{"name":"iamtomhanks","email":"brechanson@gmail.com"},"_resolved":"/private/var/folders/w3/00m0j5k95zjfx4vwz3csj_vc0000gn/T/23b66e006ff49af26cae75fa98acd148/api-buddy-auth-react-2.0.0.tgz","_integrity":"sha512-JtcZbf0NhhYPGl4fRLBmFQquUjuiYRM12a7thkS+vyRRMuZXVHhmiBfzu8sU9EvlPtXKZeq+iB3HHBqF2mb0sQ==","_npmVersion":"9.8.1","description":"React hooks for API Buddy authentication","directories":{},"_nodeVersion":"18.18.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.0.0","tsup":"^8.5.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-jest":"^29.0.0","babel-jest":"^30.0.0","typescript":"^5.0.0","@types/jest":"^29.5.14","@types/node":"^20.0.0","@types/react":"^18.3.23","@emotion/react":"^11.14.0","@emotion/styled":"^11.14.0","@types/react-dom":"^19.1.6","@babel/preset-env":"^7.27.2","@babel/preset-react":"^7.27.1","@api-buddy/tsup-config":"2.0.0","@testing-library/react":"^16.3.0","@babel/preset-typescript":"^7.27.1","@testing-library/jest-dom":"^6.6.3","@typescript-eslint/parser":"^6.0.0","@testing-library/react-hooks":"^8.0.1","@typescript-eslint/eslint-plugin":"^6.0.0"},"peerDependencies":{"react":">=18.0.0","@api-buddy/auth-core":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/auth-react_2.0.0_1750103114364_0.4297209510060658","host":"s3://npm-registry-packages-npm-production"}},"3.0.0":{"name":"@api-buddy/auth-react","version":"3.0.0","description":"React hooks for API Buddy authentication","main":"dist/index.js","types":"dist/index.d.ts","peerDependencies":{"react":">=18.0.0","@api-buddy/auth-core":"3.0.0"},"devDependencies":{"@babel/preset-env":"^7.27.2","@babel/preset-react":"^7.27.1","@babel/preset-typescript":"^7.27.1","@emotion/react":"^11.14.0","@emotion/styled":"^11.14.0","@testing-library/jest-dom":"^6.6.3","@testing-library/react":"^16.3.0","@testing-library/react-hooks":"^8.0.1","@types/node":"^20.0.0","@types/jest":"^29.5.14","@types/react":"^18.3.23","@types/react-dom":"^19.1.6","@typescript-eslint/eslint-plugin":"^6.0.0","@typescript-eslint/parser":"^6.0.0","babel-jest":"^30.0.0","eslint":"^8.0.0","jest":"^29.0.0","ts-jest":"^29.0.0","typescript":"^5.0.0","rimraf":"^5.0.5","tsup":"^8.5.0","@api-buddy/tsup-config":"3.0.0"},"scripts":{"clean":"rimraf dist","build":"pnpm clean && tsup","dev":"tsup --watch","test":"jest --config=jest.config.ts","test:watch":"pnpm test --watch","test:coverage":"pnpm test --coverage","lint":"eslint src --ext .ts,.tsx","type-check":"tsc --noEmit","format":"prettier --write \"src/**/*.{ts,tsx}\"","prebuild":"node -e \"const { execSync } = require('child_process'); const path = require('path'); const fs = require('fs'); let root = process.cwd(); while (root !== '/' && !fs.existsSync(path.join(root, 'pnpm-workspace.yaml'))) { root = path.dirname(root); } if (root === '/') { console.error('❌ Could not find project root directory'); process.exit(1); } require(path.join(root, 'scripts/ensure-tsup-config.js'));\""},"_id":"@api-buddy/auth-react@3.0.0","_integrity":"sha512-ejy48DPlsoyVD/tp0duchM39RANmCZ97uhLL2X9Te1aA0ZX9VsDxL5UB9Jw1SGJFoLH6PTCF6cOG5Y9pJpKNWQ==","_resolved":"/private/var/folders/w3/00m0j5k95zjfx4vwz3csj_vc0000gn/T/7a63f597a1905a8a679b64e04c16f67e/api-buddy-auth-react-3.0.0.tgz","_from":"file:api-buddy-auth-react-3.0.0.tgz","_nodeVersion":"18.18.0","_npmVersion":"9.8.1","dist":{"integrity":"sha512-ejy48DPlsoyVD/tp0duchM39RANmCZ97uhLL2X9Te1aA0ZX9VsDxL5UB9Jw1SGJFoLH6PTCF6cOG5Y9pJpKNWQ==","shasum":"28b4e46334a738bb9cfe7ce3bb2b285814b4c943","tarball":"https://registry.npmjs.org/@api-buddy/auth-react/-/auth-react-3.0.0.tgz","fileCount":7,"unpackedSize":35458,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFw295Hgxx/kpO4mgrpSD9lhmratHR42wSDurw2nsbq2AiEApqppv5VkCcvUXyb8kaZy+N3+MKHNHruFH+lQsGa9Y1A="}]},"_npmUser":{"name":"iamtomhanks","email":"brechanson@gmail.com","actor":{"name":"iamtomhanks","email":"brechanson@gmail.com","type":"user"}},"directories":{},"maintainers":[{"name":"iamtomhanks","email":"brechanson@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/auth-react_3.0.0_1751386838742_0.3718731335789125"},"_hasShrinkwrap":false}},"time":{"created":"2025-06-11T19:08:20.281Z","modified":"2025-07-01T16:20:39.103Z","0.1.0":"2025-06-11T19:08:20.679Z","1.0.0":"2025-06-16T15:32:42.644Z","2.0.0":"2025-06-16T19:45:14.572Z","3.0.0":"2025-07-01T16:20:38.918Z"},"description":"React hooks for API Buddy authentication","maintainers":[{"name":"iamtomhanks","email":"brechanson@gmail.com"}],"readme":"ERROR: No README data found!","readmeFilename":""}