blob: ccbc354db74091fe7eba0001d1e4de18a58d144c [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "is-symbol@^1.0.2",
3 "_id": "is-symbol@1.0.3",
4 "_inBundle": false,
5 "_integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==",
6 "_location": "/is-symbol",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-symbol@^1.0.2",
12 "name": "is-symbol",
13 "escapedName": "is-symbol",
14 "rawSpec": "^1.0.2",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.2"
17 },
18 "_requiredBy": [
19 "/es-to-primitive"
20 ],
21 "_resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz",
22 "_shasum": "38e1014b9e6329be0de9d24a414fd7441ec61937",
23 "_spec": "is-symbol@^1.0.2",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\es-to-primitive",
25 "author": {
26 "name": "Jordan Harband",
27 "email": "ljharb@gmail.com"
28 },
29 "auto-changelog": {
30 "output": "CHANGELOG.md",
31 "template": "keepachangelog",
32 "unreleased": false,
33 "commitLimit": false,
34 "backfillLimit": false
35 },
36 "bugs": {
37 "url": "https://github.com/inspect-js/is-symbol/issues"
38 },
39 "bundleDependencies": false,
40 "dependencies": {
41 "has-symbols": "^1.0.1"
42 },
43 "deprecated": false,
44 "description": "Determine if a value is an ES6 Symbol or not.",
45 "devDependencies": {
46 "@ljharb/eslint-config": "^15.0.2",
47 "auto-changelog": "^1.16.2",
48 "covert": "^1.1.1",
49 "eslint": "^6.6.0",
50 "object-inspect": "^1.7.0",
51 "safe-publish-latest": "^1.1.4",
52 "semver": "^6.3.0",
53 "tape": "^4.11.0"
54 },
55 "engines": {
56 "node": ">= 0.4"
57 },
58 "funding": {
59 "url": "https://github.com/sponsors/ljharb"
60 },
61 "homepage": "https://github.com/inspect-js/is-symbol#readme",
62 "keywords": [
63 "symbol",
64 "es6",
65 "is",
66 "Symbol"
67 ],
68 "license": "MIT",
69 "main": "index.js",
70 "name": "is-symbol",
71 "repository": {
72 "type": "git",
73 "url": "git://github.com/inspect-js/is-symbol.git"
74 },
75 "scripts": {
76 "coverage": "covert test",
77 "lint": "eslint .",
78 "posttest": "npx aud",
79 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
80 "prepublish": "safe-publish-latest",
81 "pretest": "npm run lint",
82 "test": "npm run tests-only",
83 "tests-only": "node --es-staging --harmony test",
84 "version": "auto-changelog && git add CHANGELOG.md"
85 },
86 "testling": {
87 "files": "test/index.js",
88 "browsers": [
89 "iexplore/6.0..latest",
90 "firefox/3.0..6.0",
91 "firefox/15.0..latest",
92 "firefox/nightly",
93 "chrome/4.0..10.0",
94 "chrome/20.0..latest",
95 "chrome/canary",
96 "opera/10.0..latest",
97 "opera/next",
98 "safari/4.0..latest",
99 "ipad/6.0..latest",
100 "iphone/6.0..latest",
101 "android-browser/4.2"
102 ]
103 },
104 "version": "1.0.3"
105}