package.json 3.0 KB

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