Changeset 79a0317 for imaps-frontend/node_modules/is-weakmap
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/is-weakmap/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "is-weakmap", 3 "version": "2.0.2", 4 "description": "Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.", 5 "main": "index.js", 6 "sideEffects": true, 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=es5-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-weakmap.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-weakmap/issues" 42 }, 43 "homepage": "https://github.com/inspect-js/is-weakmap#readme", 44 "devDependencies": { 45 "@arethetypeswrong/cli": "^0.15.0", 46 "@ljharb/eslint-config": "^21.1.0", 47 "@types/for-each": "^0.3.3", 48 "@types/object-inspect": "^1.8.4", 49 "@types/tape": "^5.6.4", 50 "aud": "^2.0.4", 51 "auto-changelog": "^2.4.0", 52 "core-js": "^2.6.12", 53 "es5-shim": "^4.6.7", 54 "es6-shim": "^0.35.8", 55 "eslint": "=8.8.0", 56 "for-each": "^0.3.3", 57 "in-publish": "^2.0.1", 58 "npmignore": "^0.3.1", 59 "nyc": "^10.3.2", 60 "object-inspect": "^1.13.1", 61 "safe-publish-latest": "^2.0.0", 62 "tape": "^5.7.5", 63 "typescript": "next" 64 }, 65 "auto-changelog": { 66 "output": "CHANGELOG.md", 67 "template": "keepachangelog", 68 "unreleased": false, 69 "commitLimit": false, 70 "backfillLimit": false, 71 "hideCredit": true 72 }, 73 "publishConfig": { 74 "ignore": [ 75 ".github/workflows" 76 ] 77 }, 78 "engines": { 79 "node": ">= 0.4" 80 } 2 "_from": "is-weakmap@^2.0.2", 3 "_id": "is-weakmap@2.0.2", 4 "_inBundle": false, 5 "_integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", 6 "_location": "/is-weakmap", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "is-weakmap@^2.0.2", 12 "name": "is-weakmap", 13 "escapedName": "is-weakmap", 14 "rawSpec": "^2.0.2", 15 "saveSpec": null, 16 "fetchSpec": "^2.0.2" 17 }, 18 "_requiredBy": [ 19 "/which-collection" 20 ], 21 "_resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", 22 "_shasum": "bf72615d649dfe5f699079c54b83e47d1ae19cfd", 23 "_spec": "is-weakmap@^2.0.2", 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-weakmap/issues" 39 }, 40 "bundleDependencies": false, 41 "deprecated": false, 42 "description": "Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.", 43 "devDependencies": { 44 "@arethetypeswrong/cli": "^0.15.0", 45 "@ljharb/eslint-config": "^21.1.0", 46 "@types/for-each": "^0.3.3", 47 "@types/object-inspect": "^1.8.4", 48 "@types/tape": "^5.6.4", 49 "aud": "^2.0.4", 50 "auto-changelog": "^2.4.0", 51 "core-js": "^2.6.12", 52 "es5-shim": "^4.6.7", 53 "es6-shim": "^0.35.8", 54 "eslint": "=8.8.0", 55 "for-each": "^0.3.3", 56 "in-publish": "^2.0.1", 57 "npmignore": "^0.3.1", 58 "nyc": "^10.3.2", 59 "object-inspect": "^1.13.1", 60 "safe-publish-latest": "^2.0.0", 61 "tape": "^5.7.5", 62 "typescript": "next" 63 }, 64 "engines": { 65 "node": ">= 0.4" 66 }, 67 "funding": { 68 "url": "https://github.com/sponsors/ljharb" 69 }, 70 "homepage": "https://github.com/inspect-js/is-weakmap#readme", 71 "keywords": [ 72 "map", 73 "weakmap", 74 "set", 75 "weakset", 76 "collection", 77 "is", 78 "robust" 79 ], 80 "license": "MIT", 81 "main": "index.js", 82 "name": "is-weakmap", 83 "publishConfig": { 84 "ignore": [ 85 ".github/workflows" 86 ] 87 }, 88 "repository": { 89 "type": "git", 90 "url": "git+https://github.com/inspect-js/is-weakmap.git" 91 }, 92 "scripts": { 93 "lint": "eslint --ext=js,mjs .", 94 "postlint": "tsc -p . && attw -P", 95 "posttest": "aud --production", 96 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 97 "prepack": "npmignore --auto --commentLines=autogenerated", 98 "prepublish": "not-in-publish || npm run prepublishOnly", 99 "prepublishOnly": "safe-publish-latest", 100 "pretest": "npm run lint", 101 "test": "npm run tests-only && npm run tests:shims && npm run tests:corejs", 102 "tests-only": "nyc tape 'test/**/*.js'", 103 "tests:corejs": "nyc tape --require=core-js 'test/**/*.js'", 104 "tests:shims": "nyc tape --require=es5-shim --require=es5-shim 'test/**/*.js'", 105 "version": "auto-changelog && git add CHANGELOG.md" 106 }, 107 "sideEffects": true, 108 "version": "2.0.2" 81 109 }
Note:
See TracChangeset
for help on using the changeset viewer.