1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
| {
| "name": "jquery.cookie",
| "version": "1.4.1",
| "main": [
| "./jquery.cookie.js"
| ],
| "dependencies": {
| "jquery": ">=1.2"
| },
| "ignore": [
| "test",
| ".*",
| "*.json",
| "*.md",
| "*.txt",
| "Gruntfile.js"
| ],
| "homepage": "https://github.com/carhartl/jquery-cookie",
| "_release": "1.4.1",
| "_resolution": {
| "type": "version",
| "tag": "v1.4.1",
| "commit": "92b7715518f2e6e90f4cfc7a07f9726a614ebe66"
| },
| "_source": "https://github.com/carhartl/jquery-cookie.git",
| "_target": "~1.4.1",
| "_originalSource": "jquery.cookie"
| }
|
|