1 | {
|
---|
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"
|
---|
118 | }
|
---|