This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/fromentries/package.json
2020-11-01 22:46:04 +00:00

58 lines
1.1 KiB
JSON

{
"name": "fromentries",
"description": "Object.fromEntries() ponyfill (in 6 lines)",
"version": "1.2.1",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "https://feross.org"
},
"bugs": {
"url": "https://github.com/feross/fromentries/issues"
},
"devDependencies": {
"standard": "*",
"tape": "^5.0.1"
},
"homepage": "https://github.com/feross/fromentries",
"keywords": [
"Object.fromEntries",
"Object.entries",
"Object.values",
"Object.keys",
"entries",
"values",
"fromEntries",
"ES7",
"ES8",
"shim",
"object",
"keys",
"polyfill",
"ponyfill"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/fromentries.git"
},
"scripts": {
"test": "standard && tape test/**/*.js"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
}