租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

109 lines
3.1 KiB

3 months ago
  1. {
  2. "_from": "gopd@^1.0.1",
  3. "_id": "gopd@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FQoVQnqcdk4hVM4JN1eromaun4iuS34oStkdlLENLdpULsuQcTyXj8w7ayhuUfPwEYZ1ZOooOTT6fdA9Vmx/RA==",
  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. "/set-function-length"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.1.0.tgz",
  23. "_shasum": "df8f0839c2d48caefc32a025a49294d39606c912",
  24. "_spec": "gopd@^1.0.1",
  25. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\set-function-length",
  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. "dependencies": {
  43. "get-intrinsic": "^1.2.4"
  44. },
  45. "deprecated": false,
  46. "description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.",
  47. "devDependencies": {
  48. "@arethetypeswrong/cli": "^0.17.0",
  49. "@ljharb/eslint-config": "^21.1.1",
  50. "@ljharb/tsconfig": "^0.2.0",
  51. "@types/get-intrinsic": "^1.2.3",
  52. "@types/tape": "^5.6.5",
  53. "auto-changelog": "^2.5.0",
  54. "encoding": "^0.1.13",
  55. "eslint": "=8.8.0",
  56. "evalmd": "^0.0.19",
  57. "in-publish": "^2.0.1",
  58. "npmignore": "^0.3.1",
  59. "safe-publish-latest": "^2.0.0",
  60. "tape": "^5.9.0",
  61. "typescript": "^5.8.0-dev.20241129"
  62. },
  63. "engines": {
  64. "node": ">= 0.4"
  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": "npx npm@'>=10.2' audit --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. "prelint": "tsc -p . && attw -P",
  99. "prepack": "npmignore --auto --commentLines=autogenerated",
  100. "prepublish": "not-in-publish || npm run prepublishOnly",
  101. "prepublishOnly": "safe-publish-latest",
  102. "pretest": "npm run lint",
  103. "test": "npm run tests-only",
  104. "tests-only": "tape 'test/**/*.js'",
  105. "version": "auto-changelog && git add CHANGELOG.md"
  106. },
  107. "sideEffects": false,
  108. "version": "1.1.0"
  109. }