scratch – Diff between revs 58 and 125

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 58 Rev 125
Line 1... Line 1...
1 { 1 {
2 "name": "jquery", 2 "name": "jquery",
-   3 "version": "2.1.4",
3 "main": "dist/jquery.js", 4 "main": "dist/jquery.js",
4 "license": "MIT", 5 "license": "MIT",
5 "ignore": [ 6 "ignore": [
-   7 "**/.*",
-   8 "build",
-   9 "dist/cdn",
-   10 "speed",
-   11 "test",
-   12 "*.md",
-   13 "AUTHORS.txt",
-   14 "Gruntfile.js",
6 "package.json" 15 "package.json"
7 ], 16 ],
-   17 "devDependencies": {
-   18 "sizzle": "2.1.1-jquery.2.1.2",
-   19 "requirejs": "2.1.10",
-   20 "qunit": "1.14.0",
-   21 "sinon": "1.8.1"
-   22 },
8 "keywords": [ 23 "keywords": [
9 "jquery", 24 "jquery",
10 "javascript", 25 "javascript",
11 "browser", -  
12 "library" 26 "library"
13 ], 27 ],
14 "homepage": "https://github.com/jquery/jquery-dist", 28 "homepage": "https://github.com/jquery/jquery-dist",
15 "version": "3.1.1", -  
16 "_release": "3.1.1", 29 "_release": "2.1.4",
17 "_resolution": { 30 "_resolution": {
18 "type": "version", 31 "type": "version",
19 "tag": "3.1.1", 32 "tag": "2.1.4",
20 "commit": "1b30f3ad466ebf2714d47eda34dbd7fdf6849fe3" 33 "commit": "7751e69b615c6eca6f783a81e292a55725af6b85"
21 }, 34 },
22 "_source": "https://github.com/jquery/jquery-dist.git", 35 "_source": "https://github.com/jquery/jquery-dist.git",
23 "_target": "^3.1.1", 36 "_target": "~2.1.1",
24 "_originalSource": "jquery", 37 "_originalSource": "jquery"
25 "_direct": true -  
26 } 38 }
27   39