Changeset 79a0317 for imaps-frontend/node_modules/object.fromentries
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/object.fromentries/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "object.fromentries", 3 "version": "2.0.8", 4 "author": "Jordan Harband <ljharb@gmail.com>", 5 "funding": { 6 "url": "https://github.com/sponsors/ljharb" 7 }, 8 "description": "ES proposal-spec-compliant Object.fromEntries shim.", 9 "license": "MIT", 10 "main": "index.js", 11 "scripts": { 12 "prepublish": "not-in-publish || npm run prepublishOnly", 13 "prepublishOnly": "safe-publish-latest", 14 "pretest": "npm run lint", 15 "test": "npm run tests-only", 16 "posttest": "aud --production", 17 "tests-only": "nyc tape 'test/**/*.js'", 18 "lint": "eslint --ext=js,mjs .", 19 "postlint": "es-shim-api --bound", 20 "version": "auto-changelog && git add CHANGELOG.md", 21 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 22 }, 23 "repository": { 24 "type": "git", 25 "url": "git://github.com/es-shims/Object.fromEntries.git" 26 }, 27 "keywords": [ 28 "Object.fromEntries", 29 "Object.entries", 30 "Object.values", 31 "Object.keys", 32 "entries", 33 "values", 34 "ES7", 35 "ES8", 36 "ES2017", 37 "shim", 38 "object", 39 "keys", 40 "polyfill", 41 "es-shim API" 42 ], 43 "dependencies": { 44 "call-bind": "^1.0.7", 45 "define-properties": "^1.2.1", 46 "es-abstract": "^1.23.2", 47 "es-object-atoms": "^1.0.0" 48 }, 49 "devDependencies": { 50 "@es-shims/api": "^2.4.2", 51 "@ljharb/eslint-config": "^21.1.0", 52 "aud": "^2.0.4", 53 "auto-changelog": "^2.4.0", 54 "eslint": "=8.8.0", 55 "has-strict-mode": "^1.0.1", 56 "in-publish": "^2.0.1", 57 "nyc": "^10.3.2", 58 "safe-publish-latest": "^2.0.0", 59 "tape": "^5.7.5" 60 }, 61 "testling": { 62 "files": "test/index.js", 63 "browsers": [ 64 "iexplore/9.0..latest", 65 "firefox/4.0..6.0", 66 "firefox/15.0..latest", 67 "firefox/nightly", 68 "chrome/4.0..10.0", 69 "chrome/20.0..latest", 70 "chrome/canary", 71 "opera/11.6..latest", 72 "opera/next", 73 "safari/5.0..latest", 74 "ipad/6.0..latest", 75 "iphone/6.0..latest", 76 "android-browser/4.2" 77 ] 78 }, 79 "auto-changelog": { 80 "output": "CHANGELOG.md", 81 "template": "keepachangelog", 82 "unreleased": false, 83 "commitLimit": false, 84 "backfillLimit": false, 85 "hideCredit": true, 86 "startingVersion": "2.0.6" 87 }, 88 "engines": { 89 "node": ">= 0.4" 90 } 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" 91 123 }
Note:
See TracChangeset
for help on using the changeset viewer.