source: imaps-frontend/node_modules/object.entries/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.4 KB
Line 
1{
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"
125}
Note: See TracBrowser for help on using the repository browser.