|
1 | 1 | {
|
2 |
| - "name": "@github/browser-support", |
3 |
| - "version": "1.2.2", |
4 |
| - "description": "Polyfills and Capable Browser detection", |
5 |
| - "homepage": "https://github.github.io/browser-support", |
6 |
| - "bugs": { |
7 |
| - "url": "https://github.com/github/browser-support/issues" |
8 |
| - }, |
9 |
| - "repository": { |
10 |
| - "type": "git", |
11 |
| - "url": "git+https://github.com/github/browser-support.git" |
12 |
| - }, |
13 |
| - "license": "MIT", |
14 |
| - "author": "GitHub Inc.", |
15 |
| - "contributors": [ |
16 |
| - "Keith Cirkel (https://keithcirkel.co.uk/)", |
17 |
| - "Kristján Oddsson <[email protected]>" |
18 |
| - ], |
19 |
| - "type": "module", |
20 |
| - "main": "lib/index.js", |
21 |
| - "module": "lib/index.js", |
22 |
| - "files": [ |
23 |
| - "lib" |
24 |
| - ], |
25 |
| - "scripts": { |
26 |
| - "build": "tsc --build", |
27 |
| - "lint": "eslint . --ignore-path .gitignore", |
28 |
| - "pretest": "npm run build", |
29 |
| - "test": "npm run lint && karma start test/karma.config.cjs", |
30 |
| - "prepack": "npm run build", |
31 |
| - "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'" |
32 |
| - }, |
33 |
| - "prettier": "@github/prettier-config", |
34 |
| - "devDependencies": { |
35 |
| - "@github/prettier-config": "^0.0.4", |
36 |
| - "@typescript-eslint/eslint-plugin": "^5.11.0", |
37 |
| - "@typescript-eslint/parser": "^5.11.0", |
38 |
| - "chai": "^4.3.0", |
39 |
| - "chromium": "^3.0.3", |
40 |
| - "eslint": "^8.8.0", |
41 |
| - "eslint-plugin-github": "^4.1.1", |
42 |
| - "karma": "^6.1.1", |
43 |
| - "karma-chai": "^0.1.0", |
44 |
| - "karma-chai-spies": "^0.1.4", |
45 |
| - "karma-chrome-launcher": "^3.1.0", |
46 |
| - "karma-mocha": "^2.0.1", |
47 |
| - "karma-mocha-reporter": "^2.2.5", |
48 |
| - "mocha": "^9.2.0", |
49 |
| - "tslib": "^2.1.0", |
50 |
| - "typescript": "^4.7.4" |
51 |
| - } |
| 2 | + "name": "@github/browser-support", |
| 3 | + "version": "1.2.2", |
| 4 | + "description": "Polyfills and Capable Browser detection", |
| 5 | + "homepage": "https://github.github.io/browser-support", |
| 6 | + "bugs": { |
| 7 | + "url": "https://github.com/github/browser-support/issues" |
| 8 | + }, |
| 9 | + "repository": { |
| 10 | + "type": "git", |
| 11 | + "url": "git+https://github.com/github/browser-support.git" |
| 12 | + }, |
| 13 | + "license": "MIT", |
| 14 | + "author": "GitHub Inc.", |
| 15 | + "contributors": [ |
| 16 | + "Keith Cirkel (https://keithcirkel.co.uk/)", |
| 17 | + "Kristj\u00e1n Oddsson <[email protected]>" |
| 18 | + ], |
| 19 | + "type": "module", |
| 20 | + "main": "lib/index.js", |
| 21 | + "module": "lib/index.js", |
| 22 | + "files": [ |
| 23 | + "lib" |
| 24 | + ], |
| 25 | + "scripts": { |
| 26 | + "build": "tsc --build", |
| 27 | + "lint": "eslint . --ignore-path .gitignore", |
| 28 | + "pretest": "npm run build", |
| 29 | + "test": "npm run lint && karma start test/karma.config.cjs", |
| 30 | + "prepack": "npm run build", |
| 31 | + "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'" |
| 32 | + }, |
| 33 | + "prettier": "@github/prettier-config", |
| 34 | + "devDependencies": { |
| 35 | + "@github/prettier-config": "^0.0.4", |
| 36 | + "@types/node": "^20.3.1", |
| 37 | + "@typescript-eslint/eslint-plugin": "^5.11.0", |
| 38 | + "@typescript-eslint/parser": "^5.11.0", |
| 39 | + "chai": "^4.3.0", |
| 40 | + "chromium": "^3.0.3", |
| 41 | + "eslint": "^8.8.0", |
| 42 | + "eslint-plugin-github": "^4.1.1", |
| 43 | + "karma": "^6.1.1", |
| 44 | + "karma-chai": "^0.1.0", |
| 45 | + "karma-chai-spies": "^0.1.4", |
| 46 | + "karma-chrome-launcher": "^3.1.0", |
| 47 | + "karma-mocha": "^2.0.1", |
| 48 | + "karma-mocha-reporter": "^2.2.5", |
| 49 | + "mocha": "^9.2.0", |
| 50 | + "tslib": "^2.1.0", |
| 51 | + "typescript": "^5.1.3" |
| 52 | + } |
52 | 53 | }
|
0 commit comments