-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 KB
/
package.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "airbnb-browser-shims",
"version": "3.3.0",
"description": "Browser and JS shims used by Airbnb.",
"main": "index.js",
"scripts": {
"prepublish": "safe-publish-latest",
"lint": "eslint .",
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "node test",
"posttest": "npx aud"
},
"repository": {
"type": "git",
"url": "git://github.com/airbnb/browser-shims.git"
},
"keywords": [
"shims",
"polyfills"
],
"author": "Jordan Harband <ljharb@gmail.com>",
"license": "MIT",
"dependencies": {
"airbnb-js-shims": "^2.1.1",
"classlist-polyfill": "^1.2.0",
"console-polyfill": "^0.3.0",
"document.contains": "^1.0.0",
"element-closest": "^2.0.2",
"focus-visible": "^5.0.2",
"ima-babel6-polyfill": "^0.12.0",
"input-placeholder-polyfill": "^1.0.0",
"intersection-observer": "^0.5.1",
"matchmedia-polyfill": "^0.3.1",
"raf": "^3.4.1",
"ric-shim": "^1.0.0",
"shim-keyboard-event-key": "^1.0.3",
"smoothscroll-polyfill": "^0.3.6",
"whatwg-fetch": "^0.11.1",
"window-location-origin": "^0.1.0"
},
"devDependencies": {
"eslint": "^5.15.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"safe-publish-latest": "^1.1.2",
"tape": "^4.10.1"
},
"publishConfig": {
"access": "public"
}
}