package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "gopd@^1.0.1",
  3. "_id": "gopd@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
  6. "_location": "/gopd",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "gopd@^1.0.1",
  12. "name": "gopd",
  13. "escapedName": "gopd",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/define-data-property",
  20. "/es-abstract",
  21. "/globalthis",
  22. "/object.getownpropertydescriptors",
  23. "/set-function-length",
  24. "/traverse",
  25. "/typed-array-byte-length",
  26. "/typed-array-byte-offset",
  27. "/typed-array-length",
  28. "/which-typed-array"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.0.1.tgz",
  31. "_shasum": "29ff76de69dac7489b7c0918a5788e56477c332c",
  32. "_spec": "gopd@^1.0.1",
  33. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\define-data-property",
  34. "author": {
  35. "name": "Jordan Harband",
  36. "email": "ljharb@gmail.com"
  37. },
  38. "auto-changelog": {
  39. "output": "CHANGELOG.md",
  40. "template": "keepachangelog",
  41. "unreleased": false,
  42. "commitLimit": false,
  43. "backfillLimit": false,
  44. "hideCredit": true
  45. },
  46. "bugs": {
  47. "url": "https://github.com/ljharb/gopd/issues"
  48. },
  49. "bundleDependencies": false,
  50. "dependencies": {
  51. "get-intrinsic": "^1.1.3"
  52. },
  53. "deprecated": false,
  54. "description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.",
  55. "devDependencies": {
  56. "@ljharb/eslint-config": "^21.0.0",
  57. "aud": "^2.0.1",
  58. "auto-changelog": "^2.4.0",
  59. "eslint": "=8.8.0",
  60. "evalmd": "^0.0.19",
  61. "in-publish": "^2.0.1",
  62. "npmignore": "^0.3.0",
  63. "safe-publish-latest": "^2.0.0",
  64. "tape": "^5.6.1"
  65. },
  66. "exports": {
  67. ".": "./index.js",
  68. "./package.json": "./package.json"
  69. },
  70. "funding": {
  71. "url": "https://github.com/sponsors/ljharb"
  72. },
  73. "homepage": "https://github.com/ljharb/gopd#readme",
  74. "keywords": [
  75. "ecmascript",
  76. "javascript",
  77. "getownpropertydescriptor",
  78. "property",
  79. "descriptor"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "gopd",
  84. "publishConfig": {
  85. "ignore": [
  86. ".github/workflows"
  87. ]
  88. },
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/ljharb/gopd.git"
  92. },
  93. "scripts": {
  94. "lint": "eslint --ext=js,mjs .",
  95. "postlint": "evalmd README.md",
  96. "posttest": "aud --production",
  97. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  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.0.1"
  108. }