[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "is-weakset@^2.0.3",
|
---|
| 3 | "_id": "is-weakset@2.0.4",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
|
---|
| 6 | "_location": "/is-weakset",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "is-weakset@^2.0.3",
|
---|
| 12 | "name": "is-weakset",
|
---|
| 13 | "escapedName": "is-weakset",
|
---|
| 14 | "rawSpec": "^2.0.3",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^2.0.3"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/which-collection"
|
---|
| 20 | ],
|
---|
| 21 | "_resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
|
---|
| 22 | "_shasum": "c9f5deb0bc1906c6d6f1027f284ddf459249daca",
|
---|
| 23 | "_spec": "is-weakset@^2.0.3",
|
---|
| 24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/which-collection",
|
---|
| 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 | "hideCredit": true
|
---|
| 36 | },
|
---|
| 37 | "bugs": {
|
---|
| 38 | "url": "https://github.com/inspect-js/is-weakset/issues"
|
---|
| 39 | },
|
---|
| 40 | "bundleDependencies": false,
|
---|
| 41 | "dependencies": {
|
---|
| 42 | "call-bound": "^1.0.3",
|
---|
| 43 | "get-intrinsic": "^1.2.6"
|
---|
| 44 | },
|
---|
| 45 | "deprecated": false,
|
---|
| 46 | "description": "Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
|
---|
| 47 | "devDependencies": {
|
---|
| 48 | "@arethetypeswrong/cli": "^0.17.1",
|
---|
| 49 | "@ljharb/eslint-config": "^21.1.1",
|
---|
| 50 | "@ljharb/tsconfig": "^0.2.2",
|
---|
| 51 | "@types/for-each": "^0.3.3",
|
---|
| 52 | "@types/get-intrinsic": "^1.2.3",
|
---|
| 53 | "@types/object-inspect": "^1.13.0",
|
---|
| 54 | "@types/tape": "^5.7.0",
|
---|
| 55 | "auto-changelog": "^2.5.0",
|
---|
| 56 | "core-js": "^2.6.12",
|
---|
| 57 | "encoding": "^0.1.13",
|
---|
| 58 | "es5-shim": "^4.6.7",
|
---|
| 59 | "es6-shim": "^0.35.8",
|
---|
| 60 | "eslint": "=8.8.0",
|
---|
| 61 | "for-each": "^0.3.3",
|
---|
| 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-weakset#readme",
|
---|
| 77 | "keywords": [
|
---|
| 78 | "map",
|
---|
| 79 | "weakmap",
|
---|
| 80 | "set",
|
---|
| 81 | "weakset",
|
---|
| 82 | "collection",
|
---|
| 83 | "is",
|
---|
| 84 | "robust"
|
---|
| 85 | ],
|
---|
| 86 | "license": "MIT",
|
---|
| 87 | "main": "index.js",
|
---|
| 88 | "name": "is-weakset",
|
---|
| 89 | "publishConfig": {
|
---|
| 90 | "ignore": [
|
---|
| 91 | ".github/workflows"
|
---|
| 92 | ]
|
---|
| 93 | },
|
---|
| 94 | "repository": {
|
---|
| 95 | "type": "git",
|
---|
| 96 | "url": "git+https://github.com/inspect-js/is-weakset.git"
|
---|
| 97 | },
|
---|
| 98 | "scripts": {
|
---|
| 99 | "lint": "eslint --ext=js,mjs .",
|
---|
| 100 | "postlint": "tsc -p . && attw -P",
|
---|
| 101 | "posttest": "npx npm@'>=10.2' audit --production",
|
---|
| 102 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
| 103 | "prepack": "npmignore --auto --commentLines=autogenerated",
|
---|
| 104 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
| 105 | "prepublishOnly": "safe-publish-latest",
|
---|
| 106 | "pretest": "npm run lint",
|
---|
| 107 | "test": "npm run tests-only && npm run tests:shims && npm run tests:corejs",
|
---|
| 108 | "tests-only": "nyc tape 'test/**/*.js'",
|
---|
| 109 | "tests:corejs": "nyc tape --require=core-js 'test/**/*.js'",
|
---|
| 110 | "tests:shims": "nyc tape --require=es5-shim --require=es6-shim 'test/**/*.js'",
|
---|
| 111 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
| 112 | },
|
---|
| 113 | "sideEffects": false,
|
---|
| 114 | "version": "2.0.4"
|
---|
[d565449] | 115 | }
|
---|