UNPKG

1.07 kBJSONView Raw
1{
2 "name": "airbnb-js-shims",
3 "version": "1.1.1",
4 "description": "JS language shims used by Airbnb.",
5 "main": "index.js",
6 "scripts": {
7 "prepublish": "safe-publish-latest",
8 "lint": "eslint .",
9 "pretest": "npm run lint",
10 "test": "npm run tests-only",
11 "tests-only": "node test"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/airbnb/js-shims.git"
16 },
17 "keywords": [
18 "shims",
19 "polyfills"
20 ],
21 "author": "Jordan Harband <ljharb@gmail.com>",
22 "license": "MIT",
23 "dependencies": {
24 "es5-shim": "^4.5.9",
25 "es6-shim": "^0.35.1",
26 "array-includes": "^3.0.2",
27 "object.entries": "^1.0.3",
28 "object.values": "^1.0.3",
29 "object.getownpropertydescriptors": "^2.0.3",
30 "string.prototype.padstart": "^3.0.0",
31 "string.prototype.padend": "^3.0.0"
32 },
33 "devDependencies": {
34 "eslint": "^3.3.1",
35 "eslint-config-airbnb": "^10.0.1",
36 "eslint-plugin-import": "^1.13.0",
37 "eslint-plugin-jsx-a11y": "^2.1.0",
38 "eslint-plugin-react": "^6.1.2",
39 "safe-publish-latest": "^1.0.1",
40 "tape": "^4.6.0"
41 },
42 "publishConfig": {
43 "access": "public"
44 }
45}