react-native-web-headroom
Version:
React Native Web Headroom
88 lines (87 loc) • 2.03 kB
JSON
{
"name": "array.prototype.flatten",
"version": "1.2.1",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
"url": "http://ljharb.codes"
},
"contributors": [
{
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
"url": "http://ljharb.codes"
}
],
"description": "An ESnext spec-compliant `Array.prototype.flatten` shim/polyfill/replacement that works as far down as ES3.",
"license": "MIT",
"main": "index.js",
"scripts": {
"prepublish": "safe-publish-latest",
"pretest": "npm run --silent lint && evalmd README.md",
"test": "npm run --silent tests-only",
"posttest": "npm run --silent security",
"pretests-only": "es-shim-api --bound",
"tests-only": "npm run --silent test:shimmed && npm run --silent test:module",
"test:shimmed": "node test/shimmed",
"test:module": "node test",
"coverage": "nyc npm run tests-only",
"lint": "eslint test/*.js *.js",
"security": "nsp check"
},
"repository": {
"type": "git",
"url": "git://github.com/es-shims/Array.prototype.flatten.git"
},
"keywords": [
"Array.prototype.flatten",
"flatten",
"array",
"ESnext",
"shim",
"polyfill",
"flatMap",
"Array.prototype.flatMap",
"es-shim API"
],
"dependencies": {
"define-properties": "^1.1.2",
"es-abstract": "^1.10.0",
"function-bind": "^1.1.1"
},
"devDependencies": {
"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^12.2.1",
"covert": "^1.1.0",
"eslint": "^4.18.1",
"evalmd": "^0.0.17",
"nsp": "^3.2.1",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.1",
"tape": "^4.9.0"
},
"testling": {
"files": [
"test/index.js",
"test/shimmed.js"
],
"browsers": [
"iexplore/6.0..latest",
"firefox/3.0..6.0",
"firefox/15.0..latest",
"firefox/nightly",
"chrome/4.0..10.0",
"chrome/20.0..latest",
"chrome/canary",
"opera/10.0..latest",
"opera/next",
"safari/4.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2"
]
},
"engines": {
"node": ">= 0.4"
}
}