{"_id":"@buckoroo/safe-path","name":"@buckoroo/safe-path","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@buckoroo/safe-path","description":"Returns a promise for safe and risky path on Express.","version":"1.0.0","module":"index.ts","devDependencies":{"@types/bun":"latest","@types/express":"^5.0.6","@typescript-eslint/eslint-plugin":"6.7.5","@typescript-eslint/parser":"6.7.5","eslint":"7.31.0"},"peerDependencies":{"typescript":"^5"},"type":"module","dependencies":{"express":"^5.2.1"},"scripts":{"pack":"bun pm pack"},"gitHead":"bc301ced5a12a22d6d79798eaa1618432653cbbb","_id":"@buckoroo/safe-path@1.0.0","_nodeVersion":"24.4.1","_npmVersion":"11.9.0","dist":{"integrity":"sha512-/JpQCzT8g7iVTJaF7jVJRZyjR+WKiJ4iRZVAPbX5EGdLSJl8L5FG2sRC336DXwXjbCeZQXGiikLfZ2vfkjQUGg==","shasum":"c99dff8fb25c5ddb1412da453079921d2e854511","tarball":"https://registry.npmjs.org/@buckoroo/safe-path/-/safe-path-1.0.0.tgz","fileCount":7,"unpackedSize":51516,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDsKeK8ttoAIvtCCSgzgx4yx75u3AdkEjmYTh1So4eJ8QIgdLCgg/oY+iwWcw3xTxvsodnv/gD54HsvTe+Sq9ilFC4="}]},"_npmUser":{"name":"buckoroo","email":"buck@natpat.cc"},"directories":{},"maintainers":[{"name":"buckoroo","email":"buck@natpat.cc"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/safe-path_1.0.0_1782136809346_0.07064931553179932"},"_hasShrinkwrap":false}},"time":{"created":"2026-06-22T14:00:09.181Z","1.0.0":"2026-06-22T14:00:09.541Z","modified":"2026-06-22T14:00:09.888Z"},"maintainers":[{"name":"buckoroo","email":"buck@natpat.cc"}],"description":"Returns a promise for safe and risky path on Express.","readme":"# safe-path\nReturns a promise for safe and risky path on Express.\n\nTo install dependencies:\n\n```bash\nbun install\n```\n\nTo run:\n\n```bash\nbun run index.ts\n```\n\nThis project was created using `bun init` in bun v1.3.2. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.\n\n# hOw Do I uSe?\n```ts\nconst Safe = ( await import( \"./modules/Safer\" ) ).Intialize( app );\n\nSafe( string )\n    .then(\n        () => {} // Runs when path is safe\n    )\n    .catch(\n        () => {} // Runs when path is risky\n    )\n```","readmeFilename":"README.md","_rev":"1-d3c0e72259bee4b975f09ecc5a2c635e"}