{"_id":"siret","_rev":"4-f22535d8dbe7366086be150a9d813c6d","name":"siret","description":"A simple validation module for french SIRET and SIREN numbers","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.0":{"name":"siret","version":"1.0.0","description":"A simple validation module for french SIRET and SIREN numbers","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"https://github.com/steevelefort/siret"},"keywords":["french","siret","siren","number","validation"],"author":{"name":"Steeve Lefort","email":"steeve@lefort-software.com","url":"http://www.lefort-software.com"},"license":"MIT","bugs":{"url":"https://github.com/steevelefort/siret/issues"},"homepage":"https://github.com/steevelefort/siret","gitHead":"7c0600af003fa8be4302f31f55ef86e751c9a92b","_id":"siret@1.0.0","_shasum":"27dfb234d4fbe10c0aea99032f4ffb313adb6d59","_from":".","_npmVersion":"2.1.16","_nodeVersion":"0.10.32","_npmUser":{"name":"steeve.lefort","email":"steeve@lefort-software.com"},"dist":{"shasum":"27dfb234d4fbe10c0aea99032f4ffb313adb6d59","tarball":"https://registry.npmjs.org/siret/-/siret-1.0.0.tgz","integrity":"sha512-BfoFJNTaYKxvLc/PKdSTyfyvapWKBQ2EcSATXvIN9nKYUx2Jl7oEpgZ4yyuFM/YY8uXg0hrIbdJqhb9WVeuBNA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCC6AQENzZUEyBcxgn46uDL1sh0E/O53Y5fxGukUYsjfgIgAt94Nbh9W4DTVSETLKQnJw6qzDVNP16Ie2wfv+F1OZw="}]},"maintainers":[{"name":"steeve.lefort","email":"steeve@lefort-software.com"}]},"1.0.1":{"name":"siret","version":"1.0.1","description":"A simple validation module for french SIRET and SIREN numbers","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"https://github.com/steevelefort/siret"},"keywords":["french","siret","siren","number","validation"],"author":{"name":"Steeve Lefort","email":"steeve@lefort-software.com","url":"http://www.lefort-software.com"},"license":"MIT","bugs":{"url":"https://github.com/steevelefort/siret/issues"},"homepage":"https://github.com/steevelefort/siret","gitHead":"6edba0b9553ad12af6c58855edd23b35d3e6096f","_id":"siret@1.0.1","_shasum":"9e2035aa593e2c13e27f58c77ea3bb297caa57bb","_from":".","_npmVersion":"2.1.16","_nodeVersion":"0.10.32","_npmUser":{"name":"steeve.lefort","email":"steeve@lefort-software.com"},"dist":{"shasum":"9e2035aa593e2c13e27f58c77ea3bb297caa57bb","tarball":"https://registry.npmjs.org/siret/-/siret-1.0.1.tgz","integrity":"sha512-ix5GZEpsf6EHGWU4IbDQ/N5iYngm35ghLyXZCQzsjYlSMlgiG5+SLdjqx1ypgL5foltJRFGhKGLWketsj6uIrw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBUvCbN6Pi7kRtgTeeC0/3EbN9ccEK61w2PCj3zGHblyAiEA6qxoiF4TcLdauEMTW01EH7JGotsOVwhcD91o08XWcpY="}]},"maintainers":[{"name":"steeve.lefort","email":"steeve@lefort-software.com"}]}},"readme":"# SIRET\n\nSIRET is a simple validation module for french SIRET and SIREN numbers\n\n#### Installation\n\n`$ npm install siret`\n\n#### Usage\n\n```js\nvar siret = require('siret');\n\nconsole.log(siret.isSIRET('79465211500013'));\n// Return true : this is a SIRET number\n\nconsole.log(siret.isSIREN('794652115'));\n// Return true : this is a SIREN number\n\nconsole.log(siret.isSIRET('01234567890123'));\n// Return false : this is NOT a SIRET number\n\nconsole.log(siret.isSIREN('012345678'));\n// Return false :  : this is NOT a SIREN number\n```\n\n## [MIT Licensed](LICENSE)\n","maintainers":[{"name":"steeve.lefort","email":"steeve@lefort-software.com"}],"time":{"modified":"2022-06-26T20:20:06.072Z","created":"2015-04-13T19:51:02.907Z","1.0.0":"2015-04-13T19:51:02.907Z","1.0.1":"2015-04-13T20:03:32.795Z"},"homepage":"https://github.com/steevelefort/siret","keywords":["french","siret","siren","number","validation"],"repository":{"type":"git","url":"https://github.com/steevelefort/siret"},"author":{"name":"Steeve Lefort","email":"steeve@lefort-software.com","url":"http://www.lefort-software.com"},"bugs":{"url":"https://github.com/steevelefort/siret/issues"},"license":"MIT","readmeFilename":"README.md"}