{"_id":"garlicjs","_rev":"6-224810c335b0e19c9b66270ed0f23f54","name":"garlicjs","description":"Automatically persist your forms' text and select field values locally, until the form is submitted.","dist-tags":{"latest":"1.4.2"},"versions":{"1.4.0":{"name":"garlicjs","version":"1.4.0","description":"Automatically persist your forms' text and select field values locally, until the form is submitted.","main":"dist/garlic.min.js","directories":{"test":"tests"},"scripts":{"test":"bin/test-suite.sh"},"repository":{"type":"git","url":"git+https://github.com/guillaumepotier/Garlic.js.git"},"author":{"name":"Guillaume Potier"},"license":"MIT","bugs":{"url":"https://github.com/guillaumepotier/Garlic.js/issues"},"homepage":"https://github.com/guillaumepotier/Garlic.js","devDependencies":{"expect.js":"*","mocha":"*","mocha-phantomjs":"*"},"dependencies":{"webpack":"^3.10.0"},"gitHead":"3979424fe993a16fc0c1c791afe5d4a932d26d41","_id":"garlicjs@1.4.0","_shasum":"1f78a47c281421a77ca2c8044f628c0d6f8d7e53","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.1","_npmUser":{"name":"guillaumepotier","email":"cobalt2760@gmail.com"},"dist":{"shasum":"1f78a47c281421a77ca2c8044f628c0d6f8d7e53","tarball":"https://registry.npmjs.org/garlicjs/-/garlicjs-1.4.0.tgz","integrity":"sha512-YydnARj+c0BQQRV608R43Uuk9wYtJgxQk/foFI/XZ7cd3r0Q1I6n1nqz/PU2y9MD+uTuzZ+7lO/0fSiVo259yQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAqqvzFejaQFcale3lsrN22Z0Y51SZ29WiQkwKDQGb8gAiEAgMcNybeIkZbtaBtrEa+kIrqqWyyqCHz4/OZKKywbSMo="}]},"maintainers":[{"name":"guillaumepotier","email":"cobalt2760@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/garlicjs-1.4.0.tgz_1512832817092_0.4092143310699612"}},"1.4.2":{"name":"garlicjs","version":"1.4.2","description":"Automatically persist your forms' text and select field values locally, until the form is submitted.","main":"dist/garlic.min.js","directories":{"test":"tests"},"scripts":{"test":"bin/test-suite.sh"},"repository":{"type":"git","url":"git+https://github.com/guillaumepotier/Garlic.js.git"},"author":{"name":"Guillaume Potier"},"license":"MIT","bugs":{"url":"https://github.com/guillaumepotier/Garlic.js/issues"},"homepage":"https://github.com/guillaumepotier/Garlic.js","devDependencies":{"expect.js":"*","mocha":"*","mocha-phantomjs":"*"},"dependencies":{"webpack":"^3.10.0"},"gitHead":"228e4b661e17f4884ec61bf24f606cdbc49a0679","_id":"garlicjs@1.4.2","_shasum":"fbbf0586da5301a49eb732c84c5979c789991dba","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.1","_npmUser":{"name":"guillaumepotier","email":"cobalt2760@gmail.com"},"dist":{"shasum":"fbbf0586da5301a49eb732c84c5979c789991dba","tarball":"https://registry.npmjs.org/garlicjs/-/garlicjs-1.4.2.tgz","fileCount":23,"unpackedSize":441525,"integrity":"sha512-MZAWLJtrPAM3uJACwxjS1jAY2fHNchimsfe/Fj5a9sMBYzingwUrbGWyplzHgl5YPBfVPddyKMAD38KahwjWXw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCFnqcjPLPN46Nnfpb/q5uJ07E/K81zHLYSCS9YECbpnwIhANb8IWRahqXcse4QbAvwkJPoccEBKpdeF7FKiY+l2kCd"}]},"maintainers":[{"name":"guillaumepotier","email":"cobalt2760@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/garlicjs_1.4.2_1529307791856_0.08599595794432746"},"_hasShrinkwrap":false}},"readme":"# Garlic.js\r\n\r\n[![Build Status](https://secure.travis-ci.org/guillaumepotier/Garlic.js.png?branch=master)](https://travis-ci.org/guillaumepotier/Garlic.js)\r\n\r\nGarlic.js allows you to automatically persist your forms' text and select field values locally, until the form is submitted. This way, your users don't lose any precious data if they accidentally close their tab or browser.\r\n\r\n# Demonstration / Documentation\r\n\r\nhttp://garlicjs.org/\r\n\r\n# Version\r\n\r\n1.4.2\r\n\r\nSee CHANGELOG for more info.\r\n\r\n# TODO\r\n\r\n* Improve doc and api;\r\n* Refactorize some code;\r\n* Work on inputs radio and textarea where there are conflicts;\r\n* And much more, for fun!\r\n\r\n# Run tests\r\n\r\n* In your browser: go to `tests/index.html`\r\n* Headless tests: `npm install && npm test`\r\n\r\n# Make production minified versions\r\n\r\nYou'll need ruby, and Google Closure compiler: `gem install closure-compiler`. Then, just call:\r\n\r\n`./bin/build.sh version` where version is the build release. eg: `./bin/build.sh 1.1.2`\r\n\r\nThey'll be created and dumped in the dist/ directory\r\n\r\n# Contributors\r\n\r\n* @cdmoyer\r\n* @johnrees\r\n* @Marfa\r\n* @leondewey\r\n* @willdurand\r\n* @nashby\r\n\r\n# Used / Inspiration\r\n\r\n* localStorageshim for IE browsers: https://github.com/mattpowell/localstorageshim by @mattpowell\r\n* minify ruby script https://gist.github.com/765432 by @benpickles\r\n\r\n# Licence\r\n\r\nMIT - See LICENCE.md\r\n","maintainers":[{"name":"guillaumepotier","email":"cobalt2760@gmail.com"}],"time":{"modified":"2022-06-18T04:54:44.262Z","created":"2017-12-09T15:20:18.299Z","1.4.0":"2017-12-09T15:20:18.299Z","1.4.2":"2018-06-18T07:43:12.000Z"},"homepage":"https://github.com/guillaumepotier/Garlic.js","repository":{"type":"git","url":"git+https://github.com/guillaumepotier/Garlic.js.git"},"author":{"name":"Guillaume Potier"},"bugs":{"url":"https://github.com/guillaumepotier/Garlic.js/issues"},"license":"MIT","readmeFilename":"README.md","users":{"dauble":true}}