Changeset 79a0317 for imaps-frontend/node_modules/is-map
- 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-map/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "is-map", 3 "version": "2.0.3", 4 "description": "Is this value a JS Map? 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=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-map.git" 25 }, 26 "keywords": [ 27 "map", 28 "set", 29 "collection", 30 "is", 31 "robust" 32 ], 33 "author": "Jordan Harband <ljharb@gmail.com>", 34 "funding": { 35 "url": "https://github.com/sponsors/ljharb" 36 }, 37 "license": "MIT", 38 "bugs": { 39 "url": "https://github.com/inspect-js/is-map/issues" 40 }, 41 "homepage": "https://github.com/inspect-js/is-map#readme", 42 "devDependencies": { 43 "@arethetypeswrong/cli": "^0.15.0", 44 "@ljharb/eslint-config": "^21.1.0", 45 "@types/for-each": "^0.3.3", 46 "@types/object-inspect": "^1.8.4", 47 "@types/tape": "^5.6.4", 48 "aud": "^2.0.4", 49 "auto-changelog": "^2.4.0", 50 "core-js": "^2.6.12", 51 "es5-shim": "^4.6.7", 52 "es6-shim": "^0.35.8", 53 "eslint": "=8.8.0", 54 "for-each": "^0.3.3", 55 "in-publish": "^2.0.1", 56 "npmignore": "^0.3.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": "^5.5.0-dev.20240308" 62 }, 63 "auto-changelog": { 64 "output": "CHANGELOG.md", 65 "template": "keepachangelog", 66 "unreleased": false, 67 "commitLimit": false, 68 "backfillLimit": false, 69 "hideCredit": true 70 }, 71 "publishConfig": { 72 "ignore": [ 73 ".github/workflows" 74 ] 75 }, 76 "engines": { 77 "node": ">= 0.4" 78 } 2 "_from": "is-map@^2.0.3", 3 "_id": "is-map@2.0.3", 4 "_inBundle": false, 5 "_integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", 6 "_location": "/is-map", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "is-map@^2.0.3", 12 "name": "is-map", 13 "escapedName": "is-map", 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-map/-/is-map-2.0.3.tgz", 22 "_shasum": "ede96b7fe1e270b3c4465e3a465658764926d62e", 23 "_spec": "is-map@^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-map/issues" 39 }, 40 "bundleDependencies": false, 41 "deprecated": false, 42 "description": "Is this value a JS Map? 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": "^5.5.0-dev.20240308" 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-map#readme", 71 "keywords": [ 72 "map", 73 "set", 74 "collection", 75 "is", 76 "robust" 77 ], 78 "license": "MIT", 79 "main": "index.js", 80 "name": "is-map", 81 "publishConfig": { 82 "ignore": [ 83 ".github/workflows" 84 ] 85 }, 86 "repository": { 87 "type": "git", 88 "url": "git+https://github.com/inspect-js/is-map.git" 89 }, 90 "scripts": { 91 "lint": "eslint --ext=js,mjs .", 92 "postlint": "tsc -p . && attw -P", 93 "posttest": "aud --production", 94 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 95 "prepack": "npmignore --auto --commentLines=autogenerated", 96 "prepublish": "not-in-publish || npm run prepublishOnly", 97 "prepublishOnly": "safe-publish-latest", 98 "pretest": "npm run lint", 99 "test": "npm run tests-only && npm run tests:shims && npm run tests:corejs", 100 "tests-only": "nyc tape 'test/**/*.js'", 101 "tests:corejs": "nyc tape --require=core-js 'test/**/*.js'", 102 "tests:shims": "nyc tape --require=es5-shim --require=es5-shim 'test/**/*.js'", 103 "version": "auto-changelog && git add CHANGELOG.md" 104 }, 105 "sideEffects": false, 106 "version": "2.0.3" 79 107 }
Note:
See TracChangeset
for help on using the changeset viewer.