Changeset 79a0317 for imaps-frontend/node_modules/is-weakset/package.json
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/is-weakset/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "is-weakset", 3 "version": "2.0.3", 4 "description": "Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.", 5 "main": "index.js", 6 "sideEffects": false, 7 "scripts": { 8 "prepack": "npmignore --auto --commentLines=autogenerated", 9 "version": "auto-changelog && git add CHANGELOG.md", 10 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 11 "prepublishOnly": "safe-publish-latest", 12 "prepublish": "not-in-publish || npm run prepublishOnly", 13 "pretest": "npm run lint", 14 "lint": "eslint --ext=js,mjs .", 15 "postlint": "tsc -p . && attw -P", 16 "tests-only": "nyc tape 'test/**/*.js'", 17 "tests:shims": "nyc tape --require=es5-shim --require=es6-shim 'test/**/*.js'", 18 "tests:corejs": "nyc tape --require=core-js 'test/**/*.js'", 19 "test": "npm run tests-only && npm run tests:shims && npm run tests:corejs", 20 "posttest": "aud --production" 21 }, 22 "repository": { 23 "type": "git", 24 "url": "git+https://github.com/inspect-js/is-weakset.git" 25 }, 26 "keywords": [ 27 "map", 28 "weakmap", 29 "set", 30 "weakset", 31 "collection", 32 "is", 33 "robust" 34 ], 35 "author": "Jordan Harband <ljharb@gmail.com>", 36 "funding": { 37 "url": "https://github.com/sponsors/ljharb" 38 }, 39 "license": "MIT", 40 "bugs": { 41 "url": "https://github.com/inspect-js/is-weakset/issues" 42 }, 43 "homepage": "https://github.com/inspect-js/is-weakset#readme", 44 "dependencies": { 45 "call-bind": "^1.0.7", 46 "get-intrinsic": "^1.2.4" 47 }, 48 "devDependencies": { 49 "@arethetypeswrong/cli": "^0.15.0", 50 "@ljharb/eslint-config": "^21.1.0", 51 "@types/call-bind": "^1.0.5", 52 "@types/for-each": "^0.3.3", 53 "@types/get-intrinsic": "^1.2.2", 54 "@types/object-inspect": "^1.8.4", 55 "@types/tape": "^5.6.4", 56 "aud": "^2.0.4", 57 "auto-changelog": "^2.4.0", 58 "core-js": "^2.6.12", 59 "es5-shim": "^4.6.7", 60 "es6-shim": "^0.35.8", 61 "eslint": "=8.8.0", 62 "for-each": "^0.3.3", 63 "in-publish": "^2.0.1", 64 "npmignore": "^0.3.1", 65 "nyc": "^10.3.2", 66 "object-inspect": "^1.13.1", 67 "safe-publish-latest": "^2.0.0", 68 "tape": "^5.7.5", 69 "typescript": "next" 70 }, 71 "auto-changelog": { 72 "output": "CHANGELOG.md", 73 "template": "keepachangelog", 74 "unreleased": false, 75 "commitLimit": false, 76 "backfillLimit": false, 77 "hideCredit": true 78 }, 79 "publishConfig": { 80 "ignore": [ 81 ".github/workflows" 82 ] 83 }, 84 "engines": { 85 "node": ">= 0.4" 86 } 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" 87 115 }
Note:
See TracChangeset
for help on using the changeset viewer.