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