Changeset 79a0317 for imaps-frontend/node_modules/gopd/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/gopd/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "gopd", 3 "version": "1.0.1", 4 "description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.", 5 "main": "index.js", 6 "exports": { 7 ".": "./index.js", 8 "./package.json": "./package.json" 9 }, 10 "sideEffects": false, 11 "scripts": { 12 "prepack": "npmignore --auto --commentLines=autogenerated", 13 "prepublishOnly": "safe-publish-latest", 14 "prepublish": "not-in-publish || npm run prepublishOnly", 15 "lint": "eslint --ext=js,mjs .", 16 "postlint": "evalmd README.md", 17 "pretest": "npm run lint", 18 "tests-only": "tape 'test/**/*.js'", 19 "test": "npm run tests-only", 20 "posttest": "aud --production", 21 "version": "auto-changelog && git add CHANGELOG.md", 22 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 23 }, 24 "repository": { 25 "type": "git", 26 "url": "git+https://github.com/ljharb/gopd.git" 27 }, 28 "keywords": [ 29 "ecmascript", 30 "javascript", 31 "getownpropertydescriptor", 32 "property", 33 "descriptor" 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/ljharb/gopd/issues" 42 }, 43 "homepage": "https://github.com/ljharb/gopd#readme", 44 "dependencies": { 45 "get-intrinsic": "^1.1.3" 46 }, 47 "devDependencies": { 48 "@ljharb/eslint-config": "^21.0.0", 49 "aud": "^2.0.1", 50 "auto-changelog": "^2.4.0", 51 "eslint": "=8.8.0", 52 "evalmd": "^0.0.19", 53 "in-publish": "^2.0.1", 54 "npmignore": "^0.3.0", 55 "safe-publish-latest": "^2.0.0", 56 "tape": "^5.6.1" 57 }, 58 "auto-changelog": { 59 "output": "CHANGELOG.md", 60 "template": "keepachangelog", 61 "unreleased": false, 62 "commitLimit": false, 63 "backfillLimit": false, 64 "hideCredit": true 65 }, 66 "publishConfig": { 67 "ignore": [ 68 ".github/workflows" 69 ] 70 } 2 "_from": "gopd@^1.2.0", 3 "_id": "gopd@1.2.0", 4 "_inBundle": false, 5 "_integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", 6 "_location": "/gopd", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "gopd@^1.2.0", 12 "name": "gopd", 13 "escapedName": "gopd", 14 "rawSpec": "^1.2.0", 15 "saveSpec": null, 16 "fetchSpec": "^1.2.0" 17 }, 18 "_requiredBy": [ 19 "/define-data-property", 20 "/dunder-proto", 21 "/es-abstract", 22 "/es-iterator-helpers", 23 "/get-intrinsic", 24 "/globalthis", 25 "/is-regex", 26 "/regexp.prototype.flags", 27 "/set-function-length", 28 "/string.prototype.matchall", 29 "/typed-array-byte-length", 30 "/typed-array-byte-offset", 31 "/typed-array-length", 32 "/which-typed-array" 33 ], 34 "_resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", 35 "_shasum": "89f56b8217bdbc8802bd299df6d7f1081d7e51a1", 36 "_spec": "gopd@^1.2.0", 37 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/get-intrinsic", 38 "author": { 39 "name": "Jordan Harband", 40 "email": "ljharb@gmail.com" 41 }, 42 "auto-changelog": { 43 "output": "CHANGELOG.md", 44 "template": "keepachangelog", 45 "unreleased": false, 46 "commitLimit": false, 47 "backfillLimit": false, 48 "hideCredit": true 49 }, 50 "bugs": { 51 "url": "https://github.com/ljharb/gopd/issues" 52 }, 53 "bundleDependencies": false, 54 "deprecated": false, 55 "description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.", 56 "devDependencies": { 57 "@arethetypeswrong/cli": "^0.17.0", 58 "@ljharb/eslint-config": "^21.1.1", 59 "@ljharb/tsconfig": "^0.2.0", 60 "@types/tape": "^5.6.5", 61 "auto-changelog": "^2.5.0", 62 "encoding": "^0.1.13", 63 "eslint": "=8.8.0", 64 "evalmd": "^0.0.19", 65 "in-publish": "^2.0.1", 66 "npmignore": "^0.3.1", 67 "safe-publish-latest": "^2.0.0", 68 "tape": "^5.9.0", 69 "typescript": "next" 70 }, 71 "engines": { 72 "node": ">= 0.4" 73 }, 74 "exports": { 75 ".": "./index.js", 76 "./gOPD": "./gOPD.js", 77 "./package.json": "./package.json" 78 }, 79 "funding": { 80 "url": "https://github.com/sponsors/ljharb" 81 }, 82 "homepage": "https://github.com/ljharb/gopd#readme", 83 "keywords": [ 84 "ecmascript", 85 "javascript", 86 "getownpropertydescriptor", 87 "property", 88 "descriptor" 89 ], 90 "license": "MIT", 91 "main": "index.js", 92 "name": "gopd", 93 "publishConfig": { 94 "ignore": [ 95 ".github/workflows" 96 ] 97 }, 98 "repository": { 99 "type": "git", 100 "url": "git+https://github.com/ljharb/gopd.git" 101 }, 102 "scripts": { 103 "lint": "eslint --ext=js,mjs .", 104 "postlint": "evalmd README.md", 105 "posttest": "npx npm@'>=10.2' audit --production", 106 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 107 "prelint": "tsc -p . && attw -P", 108 "prepack": "npmignore --auto --commentLines=autogenerated", 109 "prepublish": "not-in-publish || npm run prepublishOnly", 110 "prepublishOnly": "safe-publish-latest", 111 "pretest": "npm run lint", 112 "test": "npm run tests-only", 113 "tests-only": "tape 'test/**/*.js'", 114 "version": "auto-changelog && git add CHANGELOG.md" 115 }, 116 "sideEffects": false, 117 "version": "1.2.0" 71 118 }
Note:
See TracChangeset
for help on using the changeset viewer.