|
1 | 1 | {
|
2 |
| - "name": "jquery-migrate", |
3 |
| - "title": "jQuery Migrate", |
4 |
| - "description": "Migrate older jQuery code to jQuery 3.0+", |
5 |
| - "main": "dist/jquery-migrate.js", |
6 |
| - "version": "3.0.1-pre", |
7 |
| - "homepage": "https://github.com/jquery/jquery-migrate", |
8 |
| - "author": { |
9 |
| - "name": "jQuery Foundation and other contributors", |
10 |
| - "url": "https://github.com/jquery/jquery-migrate/blob/master/AUTHORS.txt" |
11 |
| - }, |
12 |
| - "repository": { |
13 |
| - "type": "git", |
14 |
| - "url": "git://github.com/jquery/jquery-migrate.git" |
15 |
| - }, |
16 |
| - "bugs": { |
17 |
| - "url": "http://bugs.jquery.com/" |
18 |
| - }, |
19 |
| - "license": "MIT", |
20 |
| - "scripts": { |
21 |
| - "build": "grunt build", |
22 |
| - "test": "grunt test", |
23 |
| - "ci": "grunt ci" |
24 |
| - }, |
25 |
| - "peerDependencies": { |
26 |
| - "jquery": ">=3 <4" |
27 |
| - }, |
28 |
| - "devDependencies": { |
29 |
| - "chalk": "2.0.1", |
30 |
| - "commitplease": "2.7.10", |
31 |
| - "eslint-config-jquery": "1.0.1", |
32 |
| - "grunt": "1.0.1", |
33 |
| - "grunt-cli": "1.2.0", |
34 |
| - "grunt-contrib-concat": "1.0.1", |
35 |
| - "grunt-contrib-uglify": "3.0.1", |
36 |
| - "grunt-contrib-watch": "1.0.0", |
37 |
| - "grunt-coveralls": "1.0.1", |
38 |
| - "grunt-eslint": "20.0.0", |
39 |
| - "grunt-git-authors": "3.2.0", |
40 |
| - "grunt-npmcopy": "0.1.0", |
41 |
| - "grunt-qunit-istanbul": "1.0.0", |
42 |
| - "jquery": "3.1.1", |
43 |
| - "load-grunt-tasks": "3.5.2", |
44 |
| - "qunitjs": "2.0.1", |
45 |
| - "testswarm": "1.1.0" |
46 |
| - }, |
47 |
| - "keywords": [ |
48 |
| - "jquery", |
49 |
| - "javascript", |
50 |
| - "browser", |
51 |
| - "plugin", |
52 |
| - "migrate" |
53 |
| - ], |
54 |
| - "commitplease": { |
55 |
| - "components": [ |
56 |
| - "Docs", |
57 |
| - "Tests", |
58 |
| - "Build", |
59 |
| - "Release", |
60 |
| - "Core", |
61 |
| - "Ajax", |
62 |
| - "Attributes", |
63 |
| - "Callbacks", |
64 |
| - "CSS", |
65 |
| - "Data", |
66 |
| - "Deferred", |
67 |
| - "Deprecated", |
68 |
| - "Dimensions", |
69 |
| - "Effects", |
70 |
| - "Event", |
71 |
| - "Manipulation", |
72 |
| - "Offset", |
73 |
| - "Queue", |
74 |
| - "Selector", |
75 |
| - "Serialize", |
76 |
| - "Traversing", |
77 |
| - "Wrap" |
78 |
| - ] |
79 |
| - } |
| 2 | + "name": "jquery-migrate", |
| 3 | + "title": "jQuery Migrate", |
| 4 | + "description": "Migrate older jQuery code to jQuery 3.0+", |
| 5 | + "main": "dist/jquery-migrate.js", |
| 6 | + "version": "3.0.1", |
| 7 | + "homepage": "https://github.com/jquery/jquery-migrate", |
| 8 | + "author": { |
| 9 | + "name": "jQuery Foundation and other contributors", |
| 10 | + "url": "https://github.com/jquery/jquery-migrate/blob/3.0.1/AUTHORS.txt" |
| 11 | + }, |
| 12 | + "repository": { |
| 13 | + "type": "git", |
| 14 | + "url": "git://github.com/jquery/jquery-migrate.git" |
| 15 | + }, |
| 16 | + "bugs": { |
| 17 | + "url": "http://bugs.jquery.com/" |
| 18 | + }, |
| 19 | + "license": "MIT", |
| 20 | + "scripts": { |
| 21 | + "build": "grunt build", |
| 22 | + "test": "grunt test", |
| 23 | + "ci": "grunt ci" |
| 24 | + }, |
| 25 | + "peerDependencies": { |
| 26 | + "jquery": ">=3 <4" |
| 27 | + }, |
| 28 | + "devDependencies": { |
| 29 | + "chalk": "2.0.1", |
| 30 | + "commitplease": "2.7.10", |
| 31 | + "eslint-config-jquery": "1.0.1", |
| 32 | + "grunt": "1.0.1", |
| 33 | + "grunt-cli": "1.2.0", |
| 34 | + "grunt-contrib-concat": "1.0.1", |
| 35 | + "grunt-contrib-uglify": "3.0.1", |
| 36 | + "grunt-contrib-watch": "1.0.0", |
| 37 | + "grunt-coveralls": "1.0.1", |
| 38 | + "grunt-eslint": "20.0.0", |
| 39 | + "grunt-git-authors": "3.2.0", |
| 40 | + "grunt-npmcopy": "0.1.0", |
| 41 | + "grunt-qunit-istanbul": "1.0.0", |
| 42 | + "jquery": "3.1.1", |
| 43 | + "load-grunt-tasks": "3.5.2", |
| 44 | + "qunitjs": "2.0.1", |
| 45 | + "testswarm": "1.1.0" |
| 46 | + }, |
| 47 | + "keywords": [ |
| 48 | + "jquery", |
| 49 | + "javascript", |
| 50 | + "browser", |
| 51 | + "plugin", |
| 52 | + "migrate" |
| 53 | + ], |
| 54 | + "commitplease": { |
| 55 | + "components": [ |
| 56 | + "Docs", |
| 57 | + "Tests", |
| 58 | + "Build", |
| 59 | + "Release", |
| 60 | + "Core", |
| 61 | + "Ajax", |
| 62 | + "Attributes", |
| 63 | + "Callbacks", |
| 64 | + "CSS", |
| 65 | + "Data", |
| 66 | + "Deferred", |
| 67 | + "Deprecated", |
| 68 | + "Dimensions", |
| 69 | + "Effects", |
| 70 | + "Event", |
| 71 | + "Manipulation", |
| 72 | + "Offset", |
| 73 | + "Queue", |
| 74 | + "Selector", |
| 75 | + "Serialize", |
| 76 | + "Traversing", |
| 77 | + "Wrap" |
| 78 | + ] |
| 79 | + } |
80 | 80 | }
|
0 commit comments