1 | {
|
---|
2 | "_from": "is-symbol@^1.0.4",
|
---|
3 | "_id": "is-symbol@1.1.1",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
|
---|
6 | "_location": "/is-symbol",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "is-symbol@^1.0.4",
|
---|
12 | "name": "is-symbol",
|
---|
13 | "escapedName": "is-symbol",
|
---|
14 | "rawSpec": "^1.0.4",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^1.0.4"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/es-to-primitive",
|
---|
20 | "/which-boxed-primitive"
|
---|
21 | ],
|
---|
22 | "_resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
|
---|
23 | "_shasum": "f47761279f532e2b05a7024a7506dbbedacd0634",
|
---|
24 | "_spec": "is-symbol@^1.0.4",
|
---|
25 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-to-primitive",
|
---|
26 | "author": {
|
---|
27 | "name": "Jordan Harband",
|
---|
28 | "email": "ljharb@gmail.com"
|
---|
29 | },
|
---|
30 | "auto-changelog": {
|
---|
31 | "output": "CHANGELOG.md",
|
---|
32 | "template": "keepachangelog",
|
---|
33 | "unreleased": false,
|
---|
34 | "commitLimit": false,
|
---|
35 | "backfillLimit": false,
|
---|
36 | "hideCredit": true
|
---|
37 | },
|
---|
38 | "bugs": {
|
---|
39 | "url": "https://github.com/inspect-js/is-symbol/issues"
|
---|
40 | },
|
---|
41 | "bundleDependencies": false,
|
---|
42 | "dependencies": {
|
---|
43 | "call-bound": "^1.0.2",
|
---|
44 | "has-symbols": "^1.1.0",
|
---|
45 | "safe-regex-test": "^1.1.0"
|
---|
46 | },
|
---|
47 | "deprecated": false,
|
---|
48 | "description": "Determine if a value is an ES6 Symbol or not.",
|
---|
49 | "devDependencies": {
|
---|
50 | "@arethetypeswrong/cli": "^0.17.1",
|
---|
51 | "@ljharb/eslint-config": "^21.1.1",
|
---|
52 | "@ljharb/tsconfig": "^0.2.2",
|
---|
53 | "@types/for-each": "^0.3.3",
|
---|
54 | "@types/object-inspect": "^1.13.0",
|
---|
55 | "@types/tape": "^5.6.5",
|
---|
56 | "auto-changelog": "^2.5.0",
|
---|
57 | "encoding": "^0.1.13",
|
---|
58 | "es-value-fixtures": "^1.5.0",
|
---|
59 | "eslint": "=8.8.0",
|
---|
60 | "for-each": "^0.3.3",
|
---|
61 | "has-tostringtag": "^1.0.2",
|
---|
62 | "in-publish": "^2.0.1",
|
---|
63 | "npmignore": "^0.3.1",
|
---|
64 | "nyc": "^10.3.2",
|
---|
65 | "object-inspect": "^1.13.3",
|
---|
66 | "safe-publish-latest": "^2.0.0",
|
---|
67 | "tape": "^5.9.0",
|
---|
68 | "typescript": "next"
|
---|
69 | },
|
---|
70 | "engines": {
|
---|
71 | "node": ">= 0.4"
|
---|
72 | },
|
---|
73 | "funding": {
|
---|
74 | "url": "https://github.com/sponsors/ljharb"
|
---|
75 | },
|
---|
76 | "homepage": "https://github.com/inspect-js/is-symbol#readme",
|
---|
77 | "keywords": [
|
---|
78 | "symbol",
|
---|
79 | "es6",
|
---|
80 | "is",
|
---|
81 | "Symbol"
|
---|
82 | ],
|
---|
83 | "license": "MIT",
|
---|
84 | "main": "index.js",
|
---|
85 | "name": "is-symbol",
|
---|
86 | "publishConfig": {
|
---|
87 | "ignore": [
|
---|
88 | ".github/workflows",
|
---|
89 | ".nvmrc"
|
---|
90 | ]
|
---|
91 | },
|
---|
92 | "repository": {
|
---|
93 | "type": "git",
|
---|
94 | "url": "git://github.com/inspect-js/is-symbol.git"
|
---|
95 | },
|
---|
96 | "scripts": {
|
---|
97 | "lint": "eslint --ext=js,mjs .",
|
---|
98 | "postlint": "tsc -p . && attw -P",
|
---|
99 | "posttest": "npx npm@'>=10.2' audit --production",
|
---|
100 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
101 | "prepack": "npmignore --auto --commentLines=autogenerated",
|
---|
102 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
103 | "prepublishOnly": "safe-publish-latest",
|
---|
104 | "pretest": "npm run lint",
|
---|
105 | "test": "npm run tests-only",
|
---|
106 | "tests-only": "nyc tape 'test/**/*.js'",
|
---|
107 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
108 | },
|
---|
109 | "testling": {
|
---|
110 | "files": "test/index.js",
|
---|
111 | "browsers": [
|
---|
112 | "iexplore/6.0..latest",
|
---|
113 | "firefox/3.0..6.0",
|
---|
114 | "firefox/15.0..latest",
|
---|
115 | "firefox/nightly",
|
---|
116 | "chrome/4.0..10.0",
|
---|
117 | "chrome/20.0..latest",
|
---|
118 | "chrome/canary",
|
---|
119 | "opera/10.0..latest",
|
---|
120 | "opera/next",
|
---|
121 | "safari/4.0..latest",
|
---|
122 | "ipad/6.0..latest",
|
---|
123 | "iphone/6.0..latest",
|
---|
124 | "android-browser/4.2"
|
---|
125 | ]
|
---|
126 | },
|
---|
127 | "version": "1.1.1"
|
---|
128 | }
|
---|