react-native-web-headroom
Version:
React Native Web Headroom
48 lines (47 loc) • 1.16 kB
JSON
{
"name": "airbnb-js-shims",
"version": "1.4.1",
"description": "JS language 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"
},
"repository": {
"type": "git",
"url": "git://github.com/airbnb/js-shims.git"
},
"keywords": [
"shims",
"polyfills"
],
"author": "Jordan Harband <ljharb@gmail.com>",
"license": "MIT",
"dependencies": {
"array-includes": "^3.0.3",
"array.prototype.flatmap": "^1.2.0",
"array.prototype.flatten": "^1.2.0",
"es5-shim": "^4.5.10",
"es6-shim": "^0.35.3",
"function.prototype.name": "^1.1.0",
"object.entries": "^1.0.4",
"object.getownpropertydescriptors": "^2.0.3",
"object.values": "^1.0.4",
"promise.prototype.finally": "^3.1.0",
"string.prototype.padend": "^3.0.0",
"string.prototype.padstart": "^3.0.0"
},
"devDependencies": {
"eslint": "^4.16.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"safe-publish-latest": "^1.1.1",
"tape": "^4.8.0"
},
"publishConfig": {
"access": "public"
}
}