source: imaps-frontend/node_modules/es-shim-unscopables/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: 2.8 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "es-shim-unscopables@^1.0.2",
3 "_id": "es-shim-unscopables@1.0.2",
4 "_inBundle": false,
5 "_integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==",
6 "_location": "/es-shim-unscopables",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "es-shim-unscopables@^1.0.2",
12 "name": "es-shim-unscopables",
13 "escapedName": "es-shim-unscopables",
14 "rawSpec": "^1.0.2",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.2"
17 },
18 "_requiredBy": [
19 "/array.prototype.findlast",
20 "/array.prototype.flat",
21 "/array.prototype.flatmap",
22 "/array.prototype.tosorted"
23 ],
24 "_resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz",
25 "_shasum": "1f6942e71ecc7835ed1c8a83006d8771a63a3763",
26 "_spec": "es-shim-unscopables@^1.0.2",
27 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/array.prototype.findlast",
28 "author": {
29 "name": "Jordan Harband",
30 "email": "ljharb@gmail.com"
31 },
32 "bugs": {
33 "url": "https://github.com/ljharb/es-shim-unscopables/issues"
34 },
35 "bundleDependencies": false,
36 "dependencies": {
37 "hasown": "^2.0.0"
38 },
39 "deprecated": false,
40 "description": "Helper package to shim a method into `Array.prototype[Symbol.unscopables]`",
41 "devDependencies": {
42 "@ljharb/eslint-config": "^21.1.0",
43 "aud": "^2.0.3",
44 "auto-changelog": "^2.4.0",
45 "es-value-fixtures": "^1.4.2",
46 "eslint": "=8.8.0",
47 "evalmd": "^0.0.19",
48 "for-each": "^0.3.3",
49 "in-publish": "^2.0.1",
50 "npmignore": "^0.3.0",
51 "nyc": "^10.3.2",
52 "object-inspect": "^1.13.1",
53 "safe-publish-latest": "^2.0.0",
54 "tape": "^5.7.2"
55 },
56 "exports": {
57 ".": "./index.js",
58 "./package.json": "./package.json"
59 },
60 "homepage": "https://github.com/ljharb/es-shim-unscopables#readme",
61 "license": "MIT",
62 "main": "index.js",
63 "name": "es-shim-unscopables",
64 "publishConfig": {
65 "ignore": [
66 ".github/workflows"
67 ]
68 },
69 "repository": {
70 "type": "git",
71 "url": "git+https://github.com/ljharb/es-shim-unscopables.git"
72 },
73 "scripts": {
74 "lint": "eslint --ext=.js,.mjs .",
75 "posttest": "aud --production",
76 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
77 "prelint-disabled": "evalmd README.md",
78 "prepack": "npmignore --auto --commentLines=autogenerated",
79 "prepublish": "not-in-publish || npm run prepublishOnly",
80 "prepublishOnly": "safe-publish-latest",
81 "pretest": "npm run lint",
82 "test": "npm run tests-only",
83 "tests-only": "nyc tape 'test/**/*.js'",
84 "version": "auto-changelog && git add CHANGELOG.md"
85 },
86 "version": "1.0.2"
[d565449]87}
Note: See TracBrowser for help on using the repository browser.