UNPKG

1.37 kBJSONView Raw
1{
2 "name": "airbnb-js-shims",
3 "version": "1.7.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 "posttest": "nsp check"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git://github.com/airbnb/js-shims.git"
17 },
18 "keywords": [
19 "shims",
20 "polyfills"
21 ],
22 "author": "Jordan Harband <ljharb@gmail.com>",
23 "license": "MIT",
24 "dependencies": {
25 "array-includes": "^3.0.3",
26 "array.prototype.flat": "^1.2.1",
27 "array.prototype.flatmap": "^1.2.1",
28 "array.prototype.flatten": "^1.2.1",
29 "es5-shim": "^4.5.10",
30 "es6-shim": "^0.35.3",
31 "function.prototype.name": "^1.1.0",
32 "object.entries": "^1.0.4",
33 "object.fromentries": "^1.0.0",
34 "object.getownpropertydescriptors": "^2.0.3",
35 "object.values": "^1.0.4",
36 "promise.prototype.finally": "^3.1.0",
37 "string.prototype.matchall": "^3.0.0",
38 "string.prototype.padend": "^3.0.0",
39 "string.prototype.padstart": "^3.0.0",
40 "symbol.prototype.description": "^1.0.0"
41 },
42 "devDependencies": {
43 "eslint": "^4.19.1",
44 "eslint-config-airbnb-base": "^13.0.0",
45 "eslint-plugin-import": "^2.13.0",
46 "nsp": "^3.2.1",
47 "safe-publish-latest": "^1.1.1",
48 "tape": "^4.9.1"
49 },
50 "publishConfig": {
51 "access": "public"
52 }
53}