Changeset 79a0317 for imaps-frontend/node_modules/hasown
- 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/hasown/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "hasown", 3 "version": "2.0.2", 4 "description": "A robust, ES3 compatible, \"has own property\" predicate.", 5 "main": "index.js", 6 "exports": { 7 ".": "./index.js", 8 "./package.json": "./package.json" 9 }, 10 "types": "index.d.ts", 11 "sideEffects": false, 12 "scripts": { 13 "prepack": "npmignore --auto --commentLines=autogenerated", 14 "prepublish": "not-in-publish || npm run prepublishOnly", 15 "prepublishOnly": "safe-publish-latest", 16 "prelint": "evalmd README.md", 17 "lint": "eslint --ext=js,mjs .", 18 "postlint": "npm run tsc", 19 "pretest": "npm run lint", 20 "tsc": "tsc -p .", 21 "posttsc": "attw -P", 22 "tests-only": "nyc tape 'test/**/*.js'", 23 "test": "npm run tests-only", 24 "posttest": "aud --production", 25 "version": "auto-changelog && git add CHANGELOG.md", 26 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 27 }, 28 "repository": { 29 "type": "git", 30 "url": "git+https://github.com/inspect-js/hasOwn.git" 31 }, 32 "keywords": [ 33 "has", 34 "hasOwnProperty", 35 "hasOwn", 36 "has-own", 37 "own", 38 "has", 39 "property", 40 "in", 41 "javascript", 42 "ecmascript" 43 ], 44 "author": "Jordan Harband <ljharb@gmail.com>", 45 "license": "MIT", 46 "bugs": { 47 "url": "https://github.com/inspect-js/hasOwn/issues" 48 }, 49 "homepage": "https://github.com/inspect-js/hasOwn#readme", 50 "dependencies": { 51 "function-bind": "^1.1.2" 52 }, 53 "devDependencies": { 54 "@arethetypeswrong/cli": "^0.15.1", 55 "@ljharb/eslint-config": "^21.1.0", 56 "@ljharb/tsconfig": "^0.2.0", 57 "@types/function-bind": "^1.1.10", 58 "@types/mock-property": "^1.0.2", 59 "@types/tape": "^5.6.4", 60 "aud": "^2.0.4", 61 "auto-changelog": "^2.4.0", 62 "eslint": "=8.8.0", 63 "evalmd": "^0.0.19", 64 "in-publish": "^2.0.1", 65 "mock-property": "^1.0.3", 66 "npmignore": "^0.3.1", 67 "nyc": "^10.3.2", 68 "safe-publish-latest": "^2.0.0", 69 "tape": "^5.7.5", 70 "typescript": "next" 71 }, 72 "engines": { 73 "node": ">= 0.4" 74 }, 75 "testling": { 76 "files": "test/index.js" 77 }, 78 "auto-changelog": { 79 "output": "CHANGELOG.md", 80 "template": "keepachangelog", 81 "unreleased": false, 82 "commitLimit": false, 83 "backfillLimit": false, 84 "hideCredit": true 85 }, 86 "publishConfig": { 87 "ignore": [ 88 ".github/workflows", 89 "test" 90 ] 91 } 2 "_from": "hasown@2.0.2", 3 "_id": "hasown@2.0.2", 4 "_inBundle": false, 5 "_integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", 6 "_location": "/hasown", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "hasown@2.0.2", 12 "name": "hasown", 13 "escapedName": "hasown", 14 "rawSpec": "2.0.2", 15 "saveSpec": null, 16 "fetchSpec": "2.0.2" 17 }, 18 "_requiredBy": [ 19 "/es-abstract", 20 "/es-set-tostringtag", 21 "/es-shim-unscopables", 22 "/eslint-plugin-react", 23 "/function.prototype.name", 24 "/get-intrinsic", 25 "/internal-slot", 26 "/is-core-module", 27 "/is-regex" 28 ], 29 "_resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", 30 "_shasum": "003eaf91be7adc372e84ec59dc37252cedb80003", 31 "_spec": "hasown@2.0.2", 32 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/get-intrinsic", 33 "author": { 34 "name": "Jordan Harband", 35 "email": "ljharb@gmail.com" 36 }, 37 "auto-changelog": { 38 "output": "CHANGELOG.md", 39 "template": "keepachangelog", 40 "unreleased": false, 41 "commitLimit": false, 42 "backfillLimit": false, 43 "hideCredit": true 44 }, 45 "bugs": { 46 "url": "https://github.com/inspect-js/hasOwn/issues" 47 }, 48 "bundleDependencies": false, 49 "dependencies": { 50 "function-bind": "^1.1.2" 51 }, 52 "deprecated": false, 53 "description": "A robust, ES3 compatible, \"has own property\" predicate.", 54 "devDependencies": { 55 "@arethetypeswrong/cli": "^0.15.1", 56 "@ljharb/eslint-config": "^21.1.0", 57 "@ljharb/tsconfig": "^0.2.0", 58 "@types/function-bind": "^1.1.10", 59 "@types/mock-property": "^1.0.2", 60 "@types/tape": "^5.6.4", 61 "aud": "^2.0.4", 62 "auto-changelog": "^2.4.0", 63 "eslint": "=8.8.0", 64 "evalmd": "^0.0.19", 65 "in-publish": "^2.0.1", 66 "mock-property": "^1.0.3", 67 "npmignore": "^0.3.1", 68 "nyc": "^10.3.2", 69 "safe-publish-latest": "^2.0.0", 70 "tape": "^5.7.5", 71 "typescript": "next" 72 }, 73 "engines": { 74 "node": ">= 0.4" 75 }, 76 "exports": { 77 ".": "./index.js", 78 "./package.json": "./package.json" 79 }, 80 "homepage": "https://github.com/inspect-js/hasOwn#readme", 81 "keywords": [ 82 "has", 83 "hasOwnProperty", 84 "hasOwn", 85 "has-own", 86 "own", 87 "has", 88 "property", 89 "in", 90 "javascript", 91 "ecmascript" 92 ], 93 "license": "MIT", 94 "main": "index.js", 95 "name": "hasown", 96 "publishConfig": { 97 "ignore": [ 98 ".github/workflows", 99 "test" 100 ] 101 }, 102 "repository": { 103 "type": "git", 104 "url": "git+https://github.com/inspect-js/hasOwn.git" 105 }, 106 "scripts": { 107 "lint": "eslint --ext=js,mjs .", 108 "postlint": "npm run tsc", 109 "posttest": "aud --production", 110 "posttsc": "attw -P", 111 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 112 "prelint": "evalmd README.md", 113 "prepack": "npmignore --auto --commentLines=autogenerated", 114 "prepublish": "not-in-publish || npm run prepublishOnly", 115 "prepublishOnly": "safe-publish-latest", 116 "pretest": "npm run lint", 117 "test": "npm run tests-only", 118 "tests-only": "nyc tape 'test/**/*.js'", 119 "tsc": "tsc -p .", 120 "version": "auto-changelog && git add CHANGELOG.md" 121 }, 122 "sideEffects": false, 123 "testling": { 124 "files": "test/index.js" 125 }, 126 "types": "index.d.ts", 127 "version": "2.0.2" 92 128 }
Note:
See TracChangeset
for help on using the changeset viewer.