source: imaps-frontend/node_modules/has-tostringtag/package.json

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 6 months ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 4.0 KB
Line 
1{
2 "_from": "has-tostringtag@^1.0.2",
3 "_id": "has-tostringtag@1.0.2",
4 "_inBundle": false,
5 "_integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
6 "_location": "/has-tostringtag",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "has-tostringtag@^1.0.2",
12 "name": "has-tostringtag",
13 "escapedName": "has-tostringtag",
14 "rawSpec": "^1.0.2",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.2"
17 },
18 "_requiredBy": [
19 "/es-set-tostringtag",
20 "/is-async-function",
21 "/is-boolean-object",
22 "/is-date-object",
23 "/is-generator-function",
24 "/is-number-object",
25 "/is-regex",
26 "/is-string",
27 "/which-builtin-type",
28 "/which-typed-array"
29 ],
30 "_resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
31 "_shasum": "2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc",
32 "_spec": "has-tostringtag@^1.0.2",
33 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/which-typed-array",
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/inspect-js/has-tostringtag/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 "dependencies": {
59 "has-symbols": "^1.0.3"
60 },
61 "deprecated": false,
62 "description": "Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.",
63 "devDependencies": {
64 "@ljharb/eslint-config": "^21.1.0",
65 "@types/has-symbols": "^1.0.2",
66 "@types/tape": "^5.6.4",
67 "aud": "^2.0.4",
68 "auto-changelog": "^2.4.0",
69 "core-js": "^2.6.12",
70 "eslint": "=8.8.0",
71 "get-own-property-symbols": "^0.9.5",
72 "in-publish": "^2.0.1",
73 "npmignore": "^0.3.1",
74 "nyc": "^10.3.2",
75 "safe-publish-latest": "^2.0.0",
76 "tape": "^5.7.4",
77 "typescript": "next"
78 },
79 "engines": {
80 "node": ">= 0.4"
81 },
82 "exports": {
83 ".": [
84 {
85 "types": "./index.d.ts",
86 "default": "./index.js"
87 },
88 "./index.js"
89 ],
90 "./shams": [
91 {
92 "types": "./shams.d.ts",
93 "default": "./shams.js"
94 },
95 "./shams.js"
96 ],
97 "./package.json": "./package.json"
98 },
99 "funding": {
100 "url": "https://github.com/sponsors/ljharb"
101 },
102 "homepage": "https://github.com/inspect-js/has-tostringtag#readme",
103 "keywords": [
104 "javascript",
105 "ecmascript",
106 "symbol",
107 "symbols",
108 "tostringtag",
109 "Symbol.toStringTag"
110 ],
111 "license": "MIT",
112 "main": "index.js",
113 "name": "has-tostringtag",
114 "publishConfig": {
115 "ignore": [
116 ".github/workflows"
117 ]
118 },
119 "repository": {
120 "type": "git",
121 "url": "git+https://github.com/inspect-js/has-tostringtag.git"
122 },
123 "scripts": {
124 "lint": "eslint --ext=js,mjs .",
125 "posttest": "aud --production",
126 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
127 "prepack": "npmignore --auto --commentLines=autogenerated",
128 "prepublish": "not-in-publish || npm run prepublishOnly",
129 "prepublishOnly": "safe-publish-latest",
130 "pretest": "npm run --silent lint",
131 "test": "npm run tests-only",
132 "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
133 "test:shams:corejs": "nyc node test/shams/core-js.js",
134 "test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js",
135 "test:staging": "nyc node --harmony --es-staging test",
136 "test:stock": "nyc node test",
137 "tests-only": "npm run test:stock && npm run test:shams",
138 "version": "auto-changelog && git add CHANGELOG.md"
139 },
140 "types": "./index.d.ts",
141 "version": "1.0.2"
142}
Note: See TracBrowser for help on using the repository browser.