Changeset 79a0317 for imaps-frontend/node_modules/has-tostringtag
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/has-tostringtag/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "has-tostringtag", 3 "version": "1.0.2", 4 "author": { 5 "name": "Jordan Harband", 6 "email": "ljharb@gmail.com", 7 "url": "http://ljharb.codes" 8 }, 9 "funding": { 10 "url": "https://github.com/sponsors/ljharb" 11 }, 12 "contributors": [ 13 { 14 "name": "Jordan Harband", 15 "email": "ljharb@gmail.com", 16 "url": "http://ljharb.codes" 17 } 18 ], 19 "description": "Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.", 20 "license": "MIT", 21 "main": "index.js", 22 "types": "./index.d.ts", 23 "exports": { 24 ".": [ 25 { 26 "types": "./index.d.ts", 27 "default": "./index.js" 28 }, 29 "./index.js" 30 ], 31 "./shams": [ 32 { 33 "types": "./shams.d.ts", 34 "default": "./shams.js" 35 }, 36 "./shams.js" 37 ], 38 "./package.json": "./package.json" 39 }, 40 "scripts": { 41 "prepack": "npmignore --auto --commentLines=autogenerated", 42 "prepublishOnly": "safe-publish-latest", 43 "prepublish": "not-in-publish || npm run prepublishOnly", 44 "pretest": "npm run --silent lint", 45 "test": "npm run tests-only", 46 "posttest": "aud --production", 47 "tests-only": "npm run test:stock && npm run test:shams", 48 "test:stock": "nyc node test", 49 "test:staging": "nyc node --harmony --es-staging test", 50 "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs", 51 "test:shams:corejs": "nyc node test/shams/core-js.js", 52 "test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js", 53 "lint": "eslint --ext=js,mjs .", 54 "version": "auto-changelog && git add CHANGELOG.md", 55 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 56 }, 57 "repository": { 58 "type": "git", 59 "url": "git+https://github.com/inspect-js/has-tostringtag.git" 60 }, 61 "bugs": { 62 "url": "https://github.com/inspect-js/has-tostringtag/issues" 63 }, 64 "homepage": "https://github.com/inspect-js/has-tostringtag#readme", 65 "keywords": [ 66 "javascript", 67 "ecmascript", 68 "symbol", 69 "symbols", 70 "tostringtag", 71 "Symbol.toStringTag" 72 ], 73 "devDependencies": { 74 "@ljharb/eslint-config": "^21.1.0", 75 "@types/has-symbols": "^1.0.2", 76 "@types/tape": "^5.6.4", 77 "aud": "^2.0.4", 78 "auto-changelog": "^2.4.0", 79 "core-js": "^2.6.12", 80 "eslint": "=8.8.0", 81 "get-own-property-symbols": "^0.9.5", 82 "in-publish": "^2.0.1", 83 "npmignore": "^0.3.1", 84 "nyc": "^10.3.2", 85 "safe-publish-latest": "^2.0.0", 86 "tape": "^5.7.4", 87 "typescript": "next" 88 }, 89 "engines": { 90 "node": ">= 0.4" 91 }, 92 "auto-changelog": { 93 "output": "CHANGELOG.md", 94 "template": "keepachangelog", 95 "unreleased": false, 96 "commitLimit": false, 97 "backfillLimit": false, 98 "hideCredit": true 99 }, 100 "publishConfig": { 101 "ignore": [ 102 ".github/workflows" 103 ] 104 }, 105 "dependencies": { 106 "has-symbols": "^1.0.3" 107 } 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" 108 142 }
Note:
See TracChangeset
for help on using the changeset viewer.