租房小程序前端代码
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.

106 lines
3.2 KiB

6 months ago
  1. {
  2. "_from": "has-property-descriptors@^1.0.2",
  3. "_id": "has-property-descriptors@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  6. "_location": "/has-property-descriptors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-property-descriptors@^1.0.2",
  12. "name": "has-property-descriptors",
  13. "escapedName": "has-property-descriptors",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/define-properties",
  20. "/set-function-length"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  23. "_shasum": "963ed7d071dc7bf5f084c5bfbe0d1b6222586854",
  24. "_spec": "has-property-descriptors@^1.0.2",
  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/inspect-js/has-property-descriptors/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "es-define-property": "^1.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.",
  47. "devDependencies": {
  48. "@ljharb/eslint-config": "^21.1.0",
  49. "aud": "^2.0.4",
  50. "auto-changelog": "^2.4.0",
  51. "eslint": "=8.8.0",
  52. "evalmd": "^0.0.19",
  53. "in-publish": "^2.0.1",
  54. "npmignore": "^0.3.1",
  55. "nyc": "^10.3.2",
  56. "safe-publish-latest": "^2.0.0",
  57. "tape": "^5.7.4"
  58. },
  59. "exports": {
  60. ".": "./index.js",
  61. "./package.json": "./package.json"
  62. },
  63. "funding": {
  64. "url": "https://github.com/sponsors/ljharb"
  65. },
  66. "homepage": "https://github.com/inspect-js/has-property-descriptors#readme",
  67. "keywords": [
  68. "property",
  69. "descriptors",
  70. "has",
  71. "environment",
  72. "env",
  73. "defineProperty",
  74. "getOwnPropertyDescriptor"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "has-property-descriptors",
  79. "publishConfig": {
  80. "ignore": [
  81. ".github/workflows"
  82. ]
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/inspect-js/has-property-descriptors.git"
  87. },
  88. "scripts": {
  89. "lint": "eslint --ext=js,mjs .",
  90. "posttest": "aud --production",
  91. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  92. "prelint": "evalmd README.md",
  93. "prepack": "npmignore --auto --commentLines=autogenerated",
  94. "prepublish": "not-in-publish || npm run prepublishOnly",
  95. "prepublishOnly": "safe-publish-latest",
  96. "pretest": "npm run lint",
  97. "test": "npm run tests-only",
  98. "tests-only": "nyc tape 'test/**/*.js'",
  99. "version": "auto-changelog && git add CHANGELOG.md"
  100. },
  101. "sideEffects": false,
  102. "testling": {
  103. "files": "test/index.js"
  104. },
  105. "version": "1.0.2"
  106. }