react-native-web-headroom
Version:
React Native Web Headroom
88 lines (87 loc) • 2.14 kB
JSON
{
"name": "promise.prototype.finally",
"version": "3.1.0",
"author": "Jordan Harband",
"contributors": [
{
"name": "Matt Andrews",
"email": "matt@mattandre.ws"
},
{
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
"url": "http://ljharb.codes"
}
],
"description": "ES Proposal spec-compliant shim for Promise.prototype.finally",
"license": "MIT",
"main": "index.js",
"scripts": {
"prepublish": "safe-publish-latest",
"pretest": "npm run --silent lint",
"test": "npm run --silent tests-only",
"posttest": "npm run --silent security",
"tests-only": "es-shim-api --bound && npm run --silent test:shimmed && npm run --silent test:module && npm run --silent tests:es5",
"tests:es5": "npm run --silent test:promise-shimmed",
"test:shimmed": "node test/shimmed.js",
"test:module": "node test/index.js",
"test:promise-shimmed": "node test/promise-shimmed.js",
"test:native": "node --harmony-promise-finally test/native",
"coverage": "covert test/*.js",
"coverage-quiet": "covert test/*.js --quiet",
"lint": "eslint test/*.js *.js",
"security": "nsp check"
},
"repository": {
"type": "git",
"url": "git://github.com/es-shims/Promise.prototype.finally.git"
},
"keywords": [
"Promise",
"promises",
"finally",
"promise.prototype.finally",
"ES7",
"ES8",
"ES2017",
"shim",
"polyfill",
"es-shim API"
],
"dependencies": {
"define-properties": "^1.1.2",
"es-abstract": "^1.9.0",
"function-bind": "^1.1.1"
},
"devDependencies": {
"@es-shims/api": "^1.3.0",
"@ljharb/eslint-config": "^12.2.1",
"covert": "^1.1.0",
"es6-shim": "^0.35.3",
"eslint": "^4.9.0",
"nsp": "^2.8.1",
"safe-publish-latest": "^1.1.1",
"tape": "^4.8.0"
},
"testling": {
"files": "test/index.js",
"browsers": [
"iexplore/9.0..latest",
"firefox/4.0..6.0",
"firefox/15.0..latest",
"firefox/nightly",
"chrome/4.0..10.0",
"chrome/20.0..latest",
"chrome/canary",
"opera/11.6..latest",
"opera/next",
"safari/5.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2"
]
},
"engines": {
"node": ">= 0.4"
}
}