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