source: imaps-frontend/node_modules/array.prototype.findlast/package.json

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

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.9 KB
Line 
1{
2 "_from": "array.prototype.findlast@1.2.5",
3 "_id": "array.prototype.findlast@1.2.5",
4 "_inBundle": false,
5 "_integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
6 "_location": "/array.prototype.findlast",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "array.prototype.findlast@1.2.5",
12 "name": "array.prototype.findlast",
13 "escapedName": "array.prototype.findlast",
14 "rawSpec": "1.2.5",
15 "saveSpec": null,
16 "fetchSpec": "1.2.5"
17 },
18 "_requiredBy": [
19 "/eslint-plugin-react"
20 ],
21 "_resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
22 "_shasum": "3e4fbcb30a15a7f5bf64cf2faae22d139c2e4904",
23 "_spec": "array.prototype.findlast@1.2.5",
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 "url": "http://ljharb.codes"
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/Array.prototype.findLast/issues"
40 },
41 "bundleDependencies": false,
42 "contributors": [
43 {
44 "name": "Jordan Harband",
45 "email": "ljharb@gmail.com",
46 "url": "http://ljharb.codes"
47 }
48 ],
49 "dependencies": {
50 "call-bind": "^1.0.7",
51 "define-properties": "^1.2.1",
52 "es-abstract": "^1.23.2",
53 "es-errors": "^1.3.0",
54 "es-object-atoms": "^1.0.0",
55 "es-shim-unscopables": "^1.0.2"
56 },
57 "deprecated": false,
58 "description": "An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.",
59 "devDependencies": {
60 "@es-shims/api": "^2.4.2",
61 "@ljharb/eslint-config": "^21.1.0",
62 "aud": "^2.0.4",
63 "auto-changelog": "^2.4.0",
64 "es-value-fixtures": "^1.4.2",
65 "eslint": "=8.8.0",
66 "evalmd": "^0.0.19",
67 "for-each": "^0.3.3",
68 "globalthis": "^1.0.3",
69 "has-strict-mode": "^1.0.1",
70 "hasown": "^2.0.2",
71 "in-publish": "^2.0.1",
72 "npmignore": "^0.3.1",
73 "nyc": "^10.3.2",
74 "object-inspect": "^1.13.1",
75 "safe-publish-latest": "^2.0.0",
76 "tape": "^5.7.5"
77 },
78 "engines": {
79 "node": ">= 0.4"
80 },
81 "exports": {
82 ".": "./index.js",
83 "./auto": "./auto.js",
84 "./polyfill": "./polyfill.js",
85 "./implementation": "./implementation.js",
86 "./shim": "./shim.js",
87 "./package.json": "./package.json"
88 },
89 "funding": {
90 "url": "https://github.com/sponsors/ljharb"
91 },
92 "homepage": "https://github.com/es-shims/Array.prototype.findLast#readme",
93 "keywords": [
94 "Array.prototype.findLast",
95 "find",
96 "findLast",
97 "array",
98 "ESnext",
99 "shim",
100 "polyfill",
101 "last",
102 "es-shim API"
103 ],
104 "license": "MIT",
105 "main": "index.js",
106 "name": "array.prototype.findlast",
107 "publishConfig": {
108 "ignore": [
109 ".github/workflows"
110 ]
111 },
112 "repository": {
113 "type": "git",
114 "url": "git+https://github.com/es-shims/Array.prototype.findLast.git"
115 },
116 "scripts": {
117 "lint": "eslint --ext=js,mjs .",
118 "postlint": "es-shim-api --bound",
119 "posttest": "aud --production",
120 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
121 "prepack": "npmignore --auto --commentLines=autogenerated",
122 "prepublish": "not-in-publish || npm run prepublishOnly",
123 "prepublishOnly": "safe-publish-latest",
124 "pretest": "npm run --silent lint && evalmd README.md",
125 "test": "npm run tests-only",
126 "tests-only": "nyc tape 'test/**/*.js'",
127 "version": "auto-changelog && git add CHANGELOG.md"
128 },
129 "testling": {
130 "files": [
131 "test/index.js",
132 "test/shimmed.js"
133 ]
134 },
135 "version": "1.2.5"
136}
Note: See TracBrowser for help on using the repository browser.