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