package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. "/dunder-proto",
  20. "/get-intrinsic"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  23. "_shasum": "89f56b8217bdbc8802bd299df6d7f1081d7e51a1",
  24. "_spec": "gopd@^1.2.0",
  25. "_where": "D:\\project\\phe\\phe-xcx\\node_modules\\get-intrinsic",
  26. "author": {
  27. "name": "Jordan Harband",
  28. "email": "ljharb@gmail.com"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false,
  36. "hideCredit": true
  37. },
  38. "bugs": {
  39. "url": "https://github.com/ljharb/gopd/issues"
  40. },
  41. "bundleDependencies": false,
  42. "deprecated": false,
  43. "description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.",
  44. "devDependencies": {
  45. "@arethetypeswrong/cli": "^0.17.0",
  46. "@ljharb/eslint-config": "^21.1.1",
  47. "@ljharb/tsconfig": "^0.2.0",
  48. "@types/tape": "^5.6.5",
  49. "auto-changelog": "^2.5.0",
  50. "encoding": "^0.1.13",
  51. "eslint": "=8.8.0",
  52. "evalmd": "^0.0.19",
  53. "in-publish": "^2.0.1",
  54. "npmignore": "^0.3.1",
  55. "safe-publish-latest": "^2.0.0",
  56. "tape": "^5.9.0",
  57. "typescript": "next"
  58. },
  59. "engines": {
  60. "node": ">= 0.4"
  61. },
  62. "exports": {
  63. ".": "./index.js",
  64. "./gOPD": "./gOPD.js",
  65. "./package.json": "./package.json"
  66. },
  67. "funding": {
  68. "url": "https://github.com/sponsors/ljharb"
  69. },
  70. "homepage": "https://github.com/ljharb/gopd#readme",
  71. "keywords": [
  72. "ecmascript",
  73. "javascript",
  74. "getownpropertydescriptor",
  75. "property",
  76. "descriptor"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "gopd",
  81. "publishConfig": {
  82. "ignore": [
  83. ".github/workflows"
  84. ]
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/ljharb/gopd.git"
  89. },
  90. "scripts": {
  91. "lint": "eslint --ext=js,mjs .",
  92. "postlint": "evalmd README.md",
  93. "posttest": "npx npm@'>=10.2' audit --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. "prelint": "tsc -p . && attw -P",
  96. "prepack": "npmignore --auto --commentLines=autogenerated",
  97. "prepublish": "not-in-publish || npm run prepublishOnly",
  98. "prepublishOnly": "safe-publish-latest",
  99. "pretest": "npm run lint",
  100. "test": "npm run tests-only",
  101. "tests-only": "tape 'test/**/*.js'",
  102. "version": "auto-changelog && git add CHANGELOG.md"
  103. },
  104. "sideEffects": false,
  105. "version": "1.2.0"
  106. }