Changeset 79a0317 for imaps-frontend/node_modules/is-set/package.json
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/is-set/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "is-set", 3 "version": "2.0.3", 4 "description": "Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.", 5 "main": "index.js", 6 "sideEffects": false, 7 "scripts": { 8 "version": "auto-changelog && git add CHANGELOG.md", 9 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 10 "prepublishOnly": "safe-publish-latest", 11 "prepublish": "not-in-publish || npm run prepublishOnly", 12 "pretest": "npm run lint", 13 "lint": "eslint --ext=.js,.mjs .", 14 "postlint": "tsc -p . && attw -P", 15 "tests-only": "nyc tape 'test/**/*.js'", 16 "tests:shims": "nyc tape --require=es5-shim --require=es5-shim 'test/**/*.js'", 17 "tests:corejs": "nyc tape --require=core-js 'test/**/*.js'", 18 "test": "npm run tests-only && npm run tests:shims && npm run tests:corejs", 19 "posttest": "npx aud --production" 20 }, 21 "repository": { 22 "type": "git", 23 "url": "git+https://github.com/inspect-js/is-set.git" 24 }, 25 "keywords": [ 26 "map", 27 "set", 28 "collection", 29 "is", 30 "robust" 31 ], 32 "author": "Jordan Harband <ljharb@gmail.com>", 33 "funding": { 34 "url": "https://github.com/sponsors/ljharb" 35 }, 36 "license": "MIT", 37 "bugs": { 38 "url": "https://github.com/inspect-js/is-set/issues" 39 }, 40 "homepage": "https://github.com/inspect-js/is-set#readme", 41 "devDependencies": { 42 "@arethetypeswrong/cli": "^0.15.0", 43 "@ljharb/eslint-config": "^21.1.0", 44 "@types/for-each": "^0.3.3", 45 "@types/object-inspect": "^1.8.4", 46 "@types/tape": "^5.6.4", 47 "aud": "^2.0.4", 48 "auto-changelog": "^2.4.0", 49 "core-js": "^2.6.12", 50 "es5-shim": "^4.6.7", 51 "es6-shim": "^0.35.8", 52 "eslint": "=8.8.0", 53 "for-each": "^0.3.3", 54 "in-publish": "^2.0.1", 55 "nyc": "^10.3.2", 56 "object-inspect": "^1.13.1", 57 "safe-publish-latest": "^2.0.0", 58 "tape": "^5.7.5", 59 "typescript": "next" 60 }, 61 "auto-changelog": { 62 "output": "CHANGELOG.md", 63 "template": "keepachangelog", 64 "unreleased": false, 65 "commitLimit": false, 66 "backfillLimit": false, 67 "hideCredit": true 68 }, 69 "engines": { 70 "node": ">= 0.4" 71 } 2 "_from": "is-set@^2.0.3", 3 "_id": "is-set@2.0.3", 4 "_inBundle": false, 5 "_integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", 6 "_location": "/is-set", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "is-set@^2.0.3", 12 "name": "is-set", 13 "escapedName": "is-set", 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-set/-/is-set-2.0.3.tgz", 22 "_shasum": "8ab209ea424608141372ded6e0cb200ef1d9d01d", 23 "_spec": "is-set@^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-set/issues" 39 }, 40 "bundleDependencies": false, 41 "deprecated": false, 42 "description": "Is this value a JS Set? 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 "nyc": "^10.3.2", 58 "object-inspect": "^1.13.1", 59 "safe-publish-latest": "^2.0.0", 60 "tape": "^5.7.5", 61 "typescript": "next" 62 }, 63 "engines": { 64 "node": ">= 0.4" 65 }, 66 "funding": { 67 "url": "https://github.com/sponsors/ljharb" 68 }, 69 "homepage": "https://github.com/inspect-js/is-set#readme", 70 "keywords": [ 71 "map", 72 "set", 73 "collection", 74 "is", 75 "robust" 76 ], 77 "license": "MIT", 78 "main": "index.js", 79 "name": "is-set", 80 "repository": { 81 "type": "git", 82 "url": "git+https://github.com/inspect-js/is-set.git" 83 }, 84 "scripts": { 85 "lint": "eslint --ext=.js,.mjs .", 86 "postlint": "tsc -p . && attw -P", 87 "posttest": "npx aud --production", 88 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 89 "prepublish": "not-in-publish || npm run prepublishOnly", 90 "prepublishOnly": "safe-publish-latest", 91 "pretest": "npm run lint", 92 "test": "npm run tests-only && npm run tests:shims && npm run tests:corejs", 93 "tests-only": "nyc tape 'test/**/*.js'", 94 "tests:corejs": "nyc tape --require=core-js 'test/**/*.js'", 95 "tests:shims": "nyc tape --require=es5-shim --require=es5-shim 'test/**/*.js'", 96 "version": "auto-changelog && git add CHANGELOG.md" 97 }, 98 "sideEffects": false, 99 "version": "2.0.3" 72 100 }
Note:
See TracChangeset
for help on using the changeset viewer.