gitextract_kzw1asl0/ ├── .gitignore ├── .jshintignore ├── .jshintrc ├── .tm_properties ├── .travis.yml ├── CHANGELOG.md ├── CONTRIBUTING.md ├── Gruntfile.js ├── MIT-LICENSE.txt ├── README.md ├── bower.json ├── component.json ├── cookie.jquery.json ├── package.json ├── src/ │ ├── .jshintrc │ └── jquery.cookie.js └── test/ ├── .jshintrc ├── index.html ├── malformed_cookie.html └── tests.js