source: imaps-frontend/node_modules/has-symbols/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.2 KB
Line 
1{
2 "_from": "has-symbols@^1.1.0",
3 "_id": "has-symbols@1.1.0",
4 "_inBundle": false,
5 "_integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
6 "_location": "/has-symbols",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "has-symbols@^1.1.0",
12 "name": "has-symbols",
13 "escapedName": "has-symbols",
14 "rawSpec": "^1.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.1.0"
17 },
18 "_requiredBy": [
19 "/es-abstract",
20 "/es-iterator-helpers",
21 "/get-intrinsic",
22 "/has-tostringtag",
23 "/is-symbol",
24 "/iterator.prototype",
25 "/object.assign",
26 "/safe-array-concat",
27 "/string.prototype.matchall",
28 "/unbox-primitive"
29 ],
30 "_resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
31 "_shasum": "fc9c6a783a084951d0b971fe1018de813707a338",
32 "_spec": "has-symbols@^1.1.0",
33 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/get-intrinsic",
34 "author": {
35 "name": "Jordan Harband",
36 "email": "ljharb@gmail.com",
37 "url": "http://ljharb.codes"
38 },
39 "auto-changelog": {
40 "output": "CHANGELOG.md",
41 "template": "keepachangelog",
42 "unreleased": false,
43 "commitLimit": false,
44 "backfillLimit": false,
45 "hideCredit": true
46 },
47 "bugs": {
48 "url": "https://github.com/ljharb/has-symbols/issues"
49 },
50 "bundleDependencies": false,
51 "contributors": [
52 {
53 "name": "Jordan Harband",
54 "email": "ljharb@gmail.com",
55 "url": "http://ljharb.codes"
56 }
57 ],
58 "deprecated": false,
59 "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
60 "devDependencies": {
61 "@arethetypeswrong/cli": "^0.17.0",
62 "@ljharb/eslint-config": "^21.1.1",
63 "@ljharb/tsconfig": "^0.2.0",
64 "@types/core-js": "^2.5.8",
65 "@types/tape": "^5.6.5",
66 "auto-changelog": "^2.5.0",
67 "core-js": "^2.6.12",
68 "encoding": "^0.1.13",
69 "eslint": "=8.8.0",
70 "get-own-property-symbols": "^0.9.5",
71 "in-publish": "^2.0.1",
72 "npmignore": "^0.3.1",
73 "nyc": "^10.3.2",
74 "safe-publish-latest": "^2.0.0",
75 "tape": "^5.9.0",
76 "typescript": "next"
77 },
78 "engines": {
79 "node": ">= 0.4"
80 },
81 "funding": {
82 "url": "https://github.com/sponsors/ljharb"
83 },
84 "homepage": "https://github.com/ljharb/has-symbols#readme",
85 "keywords": [
86 "Symbol",
87 "symbols",
88 "typeof",
89 "sham",
90 "polyfill",
91 "native",
92 "core-js",
93 "ES6"
94 ],
95 "license": "MIT",
96 "main": "index.js",
97 "name": "has-symbols",
98 "publishConfig": {
99 "ignore": [
100 ".github/workflows",
101 "types"
102 ]
103 },
104 "repository": {
105 "type": "git",
106 "url": "git://github.com/inspect-js/has-symbols.git"
107 },
108 "scripts": {
109 "lint": "eslint --ext=js,mjs .",
110 "postlint": "tsc -p . && attw -P",
111 "posttest": "npx npm@'>=10.2' audit --production",
112 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
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 tests-only",
118 "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
119 "test:shams:corejs": "nyc node test/shams/core-js.js",
120 "test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js",
121 "test:staging": "nyc node --harmony --es-staging test",
122 "test:stock": "nyc node test",
123 "tests-only": "npm run test:stock && npm run test:shams",
124 "version": "auto-changelog && git add CHANGELOG.md"
125 },
126 "testling": {
127 "files": "test/index.js",
128 "browsers": [
129 "iexplore/6.0..latest",
130 "firefox/3.0..6.0",
131 "firefox/15.0..latest",
132 "firefox/nightly",
133 "chrome/4.0..10.0",
134 "chrome/20.0..latest",
135 "chrome/canary",
136 "opera/10.0..latest",
137 "opera/next",
138 "safari/4.0..latest",
139 "ipad/6.0..latest",
140 "iphone/6.0..latest",
141 "android-browser/4.2"
142 ]
143 },
144 "version": "1.1.0"
145}
Note: See TracBrowser for help on using the repository browser.