blob: 5d777f02953a9997b7869eebab42ed3735755f70 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "has-symbols@^1.0.1",
3 "_id": "has-symbols@1.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==",
6 "_location": "/has-symbols",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "has-symbols@^1.0.1",
12 "name": "has-symbols",
13 "escapedName": "has-symbols",
14 "rawSpec": "^1.0.1",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.1"
17 },
18 "_requiredBy": [
19 "/es-abstract",
20 "/get-intrinsic",
21 "/is-regex",
22 "/is-symbol",
23 "/object.assign",
24 "/util.promisify",
25 "/util.promisify/es-abstract"
26 ],
27 "_resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz",
28 "_shasum": "9f5214758a44196c406d9bd76cebf81ec2dd31e8",
29 "_spec": "has-symbols@^1.0.1",
30 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\get-intrinsic",
31 "author": {
32 "name": "Jordan Harband",
33 "email": "ljharb@gmail.com",
34 "url": "http://ljharb.codes"
35 },
36 "auto-changelog": {
37 "output": "CHANGELOG.md",
38 "template": "keepachangelog",
39 "unreleased": false,
40 "commitLimit": false,
41 "backfillLimit": false
42 },
43 "bugs": {
44 "url": "https://github.com/ljharb/has-symbols/issues"
45 },
46 "bundleDependencies": false,
47 "contributors": [
48 {
49 "name": "Jordan Harband",
50 "email": "ljharb@gmail.com",
51 "url": "http://ljharb.codes"
52 }
53 ],
54 "dependencies": {},
55 "deprecated": false,
56 "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
57 "devDependencies": {
58 "@ljharb/eslint-config": "^15.0.1",
59 "auto-changelog": "^1.16.2",
60 "core-js": "^2.6.10",
61 "eslint": "^6.6.0",
62 "get-own-property-symbols": "^0.9.4",
63 "safe-publish-latest": "^1.1.4",
64 "tape": "^4.11.0"
65 },
66 "engines": {
67 "node": ">= 0.4"
68 },
69 "funding": {
70 "url": "https://github.com/sponsors/ljharb"
71 },
72 "homepage": "https://github.com/ljharb/has-symbols#readme",
73 "keywords": [
74 "Symbol",
75 "symbols",
76 "typeof",
77 "sham",
78 "polyfill",
79 "native",
80 "core-js",
81 "ES6"
82 ],
83 "license": "MIT",
84 "main": "index.js",
85 "name": "has-symbols",
86 "repository": {
87 "type": "git",
88 "url": "git://github.com/ljharb/has-symbols.git"
89 },
90 "scripts": {
91 "lint": "eslint *.js",
92 "posttest": "npx aud",
93 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
94 "prepublish": "safe-publish-latest",
95 "pretest": "npm run --silent lint",
96 "test": "npm run --silent tests-only",
97 "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
98 "test:shams:corejs": "node test/shams/core-js.js",
99 "test:shams:getownpropertysymbols": "node test/shams/get-own-property-symbols.js",
100 "test:staging": "node --harmony --es-staging test",
101 "test:stock": "node test",
102 "tests-only": "npm run --silent test:stock && npm run --silent test:staging && npm run --silent test:shams",
103 "version": "auto-changelog && git add CHANGELOG.md"
104 },
105 "testling": {
106 "files": "test/index.js",
107 "browsers": [
108 "iexplore/6.0..latest",
109 "firefox/3.0..6.0",
110 "firefox/15.0..latest",
111 "firefox/nightly",
112 "chrome/4.0..10.0",
113 "chrome/20.0..latest",
114 "chrome/canary",
115 "opera/10.0..latest",
116 "opera/next",
117 "safari/4.0..latest",
118 "ipad/6.0..latest",
119 "iphone/6.0..latest",
120 "android-browser/4.2"
121 ]
122 },
123 "version": "1.0.1"
124}