[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "object.fromentries@2.0.8",
|
---|
| 3 | "_id": "object.fromentries@2.0.8",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
|
---|
| 6 | "_location": "/object.fromentries",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "version",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "object.fromentries@2.0.8",
|
---|
| 12 | "name": "object.fromentries",
|
---|
| 13 | "escapedName": "object.fromentries",
|
---|
| 14 | "rawSpec": "2.0.8",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "2.0.8"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/eslint-plugin-react"
|
---|
| 20 | ],
|
---|
| 21 | "_resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
|
---|
| 22 | "_shasum": "f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65",
|
---|
| 23 | "_spec": "object.fromentries@2.0.8",
|
---|
| 24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint-plugin-react",
|
---|
| 25 | "author": {
|
---|
| 26 | "name": "Jordan Harband",
|
---|
| 27 | "email": "ljharb@gmail.com"
|
---|
| 28 | },
|
---|
| 29 | "auto-changelog": {
|
---|
| 30 | "output": "CHANGELOG.md",
|
---|
| 31 | "template": "keepachangelog",
|
---|
| 32 | "unreleased": false,
|
---|
| 33 | "commitLimit": false,
|
---|
| 34 | "backfillLimit": false,
|
---|
| 35 | "hideCredit": true,
|
---|
| 36 | "startingVersion": "2.0.6"
|
---|
| 37 | },
|
---|
| 38 | "bugs": {
|
---|
| 39 | "url": "https://github.com/es-shims/Object.fromEntries/issues"
|
---|
| 40 | },
|
---|
| 41 | "bundleDependencies": false,
|
---|
| 42 | "dependencies": {
|
---|
| 43 | "call-bind": "^1.0.7",
|
---|
| 44 | "define-properties": "^1.2.1",
|
---|
| 45 | "es-abstract": "^1.23.2",
|
---|
| 46 | "es-object-atoms": "^1.0.0"
|
---|
| 47 | },
|
---|
| 48 | "deprecated": false,
|
---|
| 49 | "description": "ES proposal-spec-compliant Object.fromEntries shim.",
|
---|
| 50 | "devDependencies": {
|
---|
| 51 | "@es-shims/api": "^2.4.2",
|
---|
| 52 | "@ljharb/eslint-config": "^21.1.0",
|
---|
| 53 | "aud": "^2.0.4",
|
---|
| 54 | "auto-changelog": "^2.4.0",
|
---|
| 55 | "eslint": "=8.8.0",
|
---|
| 56 | "has-strict-mode": "^1.0.1",
|
---|
| 57 | "in-publish": "^2.0.1",
|
---|
| 58 | "nyc": "^10.3.2",
|
---|
| 59 | "safe-publish-latest": "^2.0.0",
|
---|
| 60 | "tape": "^5.7.5"
|
---|
| 61 | },
|
---|
| 62 | "engines": {
|
---|
| 63 | "node": ">= 0.4"
|
---|
| 64 | },
|
---|
| 65 | "funding": {
|
---|
| 66 | "url": "https://github.com/sponsors/ljharb"
|
---|
| 67 | },
|
---|
| 68 | "homepage": "https://github.com/es-shims/Object.fromEntries#readme",
|
---|
| 69 | "keywords": [
|
---|
| 70 | "Object.fromEntries",
|
---|
| 71 | "Object.entries",
|
---|
| 72 | "Object.values",
|
---|
| 73 | "Object.keys",
|
---|
| 74 | "entries",
|
---|
| 75 | "values",
|
---|
| 76 | "ES7",
|
---|
| 77 | "ES8",
|
---|
| 78 | "ES2017",
|
---|
| 79 | "shim",
|
---|
| 80 | "object",
|
---|
| 81 | "keys",
|
---|
| 82 | "polyfill",
|
---|
| 83 | "es-shim API"
|
---|
| 84 | ],
|
---|
| 85 | "license": "MIT",
|
---|
| 86 | "main": "index.js",
|
---|
| 87 | "name": "object.fromentries",
|
---|
| 88 | "repository": {
|
---|
| 89 | "type": "git",
|
---|
| 90 | "url": "git://github.com/es-shims/Object.fromEntries.git"
|
---|
| 91 | },
|
---|
| 92 | "scripts": {
|
---|
| 93 | "lint": "eslint --ext=js,mjs .",
|
---|
| 94 | "postlint": "es-shim-api --bound",
|
---|
| 95 | "posttest": "aud --production",
|
---|
| 96 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
| 97 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
| 98 | "prepublishOnly": "safe-publish-latest",
|
---|
| 99 | "pretest": "npm run lint",
|
---|
| 100 | "test": "npm run tests-only",
|
---|
| 101 | "tests-only": "nyc tape 'test/**/*.js'",
|
---|
| 102 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
| 103 | },
|
---|
| 104 | "testling": {
|
---|
| 105 | "files": "test/index.js",
|
---|
| 106 | "browsers": [
|
---|
| 107 | "iexplore/9.0..latest",
|
---|
| 108 | "firefox/4.0..6.0",
|
---|
| 109 | "firefox/15.0..latest",
|
---|
| 110 | "firefox/nightly",
|
---|
| 111 | "chrome/4.0..10.0",
|
---|
| 112 | "chrome/20.0..latest",
|
---|
| 113 | "chrome/canary",
|
---|
| 114 | "opera/11.6..latest",
|
---|
| 115 | "opera/next",
|
---|
| 116 | "safari/5.0..latest",
|
---|
| 117 | "ipad/6.0..latest",
|
---|
| 118 | "iphone/6.0..latest",
|
---|
| 119 | "android-browser/4.2"
|
---|
| 120 | ]
|
---|
| 121 | },
|
---|
| 122 | "version": "2.0.8"
|
---|
[d565449] | 123 | }
|
---|