1 | {
|
---|
2 | "_from": "es-set-tostringtag@^2.1.0",
|
---|
3 | "_id": "es-set-tostringtag@2.1.0",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
|
---|
6 | "_location": "/es-set-tostringtag",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "es-set-tostringtag@^2.1.0",
|
---|
12 | "name": "es-set-tostringtag",
|
---|
13 | "escapedName": "es-set-tostringtag",
|
---|
14 | "rawSpec": "^2.1.0",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^2.1.0"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/es-abstract",
|
---|
20 | "/es-iterator-helpers"
|
---|
21 | ],
|
---|
22 | "_resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
|
---|
23 | "_shasum": "f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d",
|
---|
24 | "_spec": "es-set-tostringtag@^2.1.0",
|
---|
25 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-abstract",
|
---|
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/es-shims/es-set-tostringtag/issues"
|
---|
40 | },
|
---|
41 | "bundleDependencies": false,
|
---|
42 | "dependencies": {
|
---|
43 | "es-errors": "^1.3.0",
|
---|
44 | "get-intrinsic": "^1.2.6",
|
---|
45 | "has-tostringtag": "^1.0.2",
|
---|
46 | "hasown": "^2.0.2"
|
---|
47 | },
|
---|
48 | "deprecated": false,
|
---|
49 | "description": "A helper to optimistically set Symbol.toStringTag, when possible.",
|
---|
50 | "devDependencies": {
|
---|
51 | "@arethetypeswrong/cli": "^0.17.2",
|
---|
52 | "@ljharb/eslint-config": "^21.1.1",
|
---|
53 | "@ljharb/tsconfig": "^0.2.3",
|
---|
54 | "@types/get-intrinsic": "^1.2.3",
|
---|
55 | "@types/has-symbols": "^1.0.2",
|
---|
56 | "@types/tape": "^5.8.0",
|
---|
57 | "auto-changelog": "^2.5.0",
|
---|
58 | "encoding": "^0.1.13",
|
---|
59 | "eslint": "=8.8.0",
|
---|
60 | "evalmd": "^0.0.19",
|
---|
61 | "in-publish": "^2.0.1",
|
---|
62 | "npmignore": "^0.3.1",
|
---|
63 | "nyc": "^10.3.2",
|
---|
64 | "safe-publish-latest": "^2.0.0",
|
---|
65 | "tape": "^5.9.0",
|
---|
66 | "typescript": "next"
|
---|
67 | },
|
---|
68 | "engines": {
|
---|
69 | "node": ">= 0.4"
|
---|
70 | },
|
---|
71 | "exports": {
|
---|
72 | ".": "./index.js",
|
---|
73 | "./package.json": "./package.json"
|
---|
74 | },
|
---|
75 | "homepage": "https://github.com/es-shims/es-set-tostringtag#readme",
|
---|
76 | "license": "MIT",
|
---|
77 | "main": "index.js",
|
---|
78 | "name": "es-set-tostringtag",
|
---|
79 | "publishConfig": {
|
---|
80 | "ignore": [
|
---|
81 | ".github/workflows"
|
---|
82 | ]
|
---|
83 | },
|
---|
84 | "repository": {
|
---|
85 | "type": "git",
|
---|
86 | "url": "git+https://github.com/es-shims/es-set-tostringtag.git"
|
---|
87 | },
|
---|
88 | "scripts": {
|
---|
89 | "lint": "eslint --ext=js,mjs .",
|
---|
90 | "postlint": "tsc -p . && attw -P",
|
---|
91 | "posttest": "npx npm@\">= 10.2\" audit --production",
|
---|
92 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
93 | "prelint": "evalmd README.md",
|
---|
94 | "prepack": "npmignore --auto --commentLines=autogenerated",
|
---|
95 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
96 | "prepublishOnly": "safe-publish-latest",
|
---|
97 | "pretest": "npm run lint",
|
---|
98 | "test": "npm run tests-only",
|
---|
99 | "tests-only": "nyc tape 'test/**/*.js'",
|
---|
100 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
101 | },
|
---|
102 | "sideEffects": false,
|
---|
103 | "testling": {
|
---|
104 | "files": "./test/index.js"
|
---|
105 | },
|
---|
106 | "version": "2.1.0"
|
---|
107 | }
|
---|