source: imaps-frontend/node_modules/get-intrinsic/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": "get-intrinsic@^1.2.4",
3 "_id": "get-intrinsic@1.2.7",
4 "_inBundle": false,
5 "_integrity": "sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==",
6 "_location": "/get-intrinsic",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "get-intrinsic@^1.2.4",
12 "name": "get-intrinsic",
13 "escapedName": "get-intrinsic",
14 "rawSpec": "^1.2.4",
15 "saveSpec": null,
16 "fetchSpec": "^1.2.4"
17 },
18 "_requiredBy": [
19 "/array-includes",
20 "/arraybuffer.prototype.slice",
21 "/call-bind",
22 "/call-bound",
23 "/es-abstract",
24 "/es-iterator-helpers",
25 "/es-set-tostringtag",
26 "/get-symbol-description",
27 "/is-array-buffer",
28 "/is-data-view",
29 "/is-weakset",
30 "/iterator.prototype",
31 "/own-keys",
32 "/reflect.getprototypeof",
33 "/safe-array-concat",
34 "/set-function-length",
35 "/side-channel-map",
36 "/side-channel-weakmap",
37 "/string.prototype.matchall"
38 ],
39 "_resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.7.tgz",
40 "_shasum": "dcfcb33d3272e15f445d15124bc0a216189b9044",
41 "_spec": "get-intrinsic@^1.2.4",
42 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/array-includes",
43 "author": {
44 "name": "Jordan Harband",
45 "email": "ljharb@gmail.com"
46 },
47 "auto-changelog": {
48 "output": "CHANGELOG.md",
49 "template": "keepachangelog",
50 "unreleased": false,
51 "commitLimit": false,
52 "backfillLimit": false,
53 "hideCredit": true
54 },
55 "bugs": {
56 "url": "https://github.com/ljharb/get-intrinsic/issues"
57 },
58 "bundleDependencies": false,
59 "dependencies": {
60 "call-bind-apply-helpers": "^1.0.1",
61 "es-define-property": "^1.0.1",
62 "es-errors": "^1.3.0",
63 "es-object-atoms": "^1.0.0",
64 "function-bind": "^1.1.2",
65 "get-proto": "^1.0.0",
66 "gopd": "^1.2.0",
67 "has-symbols": "^1.1.0",
68 "hasown": "^2.0.2",
69 "math-intrinsics": "^1.1.0"
70 },
71 "deprecated": false,
72 "description": "Get and robustly cache all JS language-level intrinsics at first require time",
73 "devDependencies": {
74 "@ljharb/eslint-config": "^21.1.1",
75 "auto-changelog": "^2.5.0",
76 "call-bound": "^1.0.3",
77 "encoding": "^0.1.13",
78 "es-abstract": "^1.23.8",
79 "es-value-fixtures": "^1.5.0",
80 "eslint": "=8.8.0",
81 "evalmd": "^0.0.19",
82 "for-each": "^0.3.3",
83 "make-async-function": "^1.0.0",
84 "make-async-generator-function": "^1.0.0",
85 "make-generator-function": "^2.0.0",
86 "mock-property": "^1.1.0",
87 "npmignore": "^0.3.1",
88 "nyc": "^10.3.2",
89 "object-inspect": "^1.13.3",
90 "safe-publish-latest": "^2.0.0",
91 "tape": "^5.9.0"
92 },
93 "engines": {
94 "node": ">= 0.4"
95 },
96 "exports": {
97 ".": "./index.js",
98 "./package.json": "./package.json"
99 },
100 "funding": {
101 "url": "https://github.com/sponsors/ljharb"
102 },
103 "homepage": "https://github.com/ljharb/get-intrinsic#readme",
104 "keywords": [
105 "javascript",
106 "ecmascript",
107 "es",
108 "js",
109 "intrinsic",
110 "getintrinsic",
111 "es-abstract"
112 ],
113 "license": "MIT",
114 "main": "index.js",
115 "name": "get-intrinsic",
116 "publishConfig": {
117 "ignore": [
118 ".github/workflows"
119 ]
120 },
121 "repository": {
122 "type": "git",
123 "url": "git+https://github.com/ljharb/get-intrinsic.git"
124 },
125 "scripts": {
126 "lint": "eslint --ext=.js,.mjs .",
127 "posttest": "npx npm@'>= 10.2' audit --production",
128 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
129 "prelint": "evalmd README.md",
130 "prepack": "npmignore --auto --commentLines=autogenerated",
131 "prepublish": "not-in-publish || npm run prepublishOnly",
132 "prepublishOnly": "safe-publish-latest",
133 "pretest": "npm run lint",
134 "test": "npm run tests-only",
135 "tests-only": "nyc tape 'test/**/*.js'",
136 "version": "auto-changelog && git add CHANGELOG.md"
137 },
138 "sideEffects": false,
139 "testling": {
140 "files": "test/GetIntrinsic.js"
141 },
142 "version": "1.2.7"
143}
Note: See TracBrowser for help on using the repository browser.