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

120 lines
3.2 KiB

3 months ago
  1. {
  2. "_from": "hasown@^2.0.0",
  3. "_id": "hasown@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  6. "_location": "/hasown",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hasown@^2.0.0",
  12. "name": "hasown",
  13. "escapedName": "hasown",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/get-intrinsic"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  22. "_shasum": "003eaf91be7adc372e84ec59dc37252cedb80003",
  23. "_spec": "hasown@^2.0.0",
  24. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\get-intrinsic",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "auto-changelog": {
  30. "output": "CHANGELOG.md",
  31. "template": "keepachangelog",
  32. "unreleased": false,
  33. "commitLimit": false,
  34. "backfillLimit": false,
  35. "hideCredit": true
  36. },
  37. "bugs": {
  38. "url": "https://github.com/inspect-js/hasOwn/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "function-bind": "^1.1.2"
  43. },
  44. "deprecated": false,
  45. "description": "A robust, ES3 compatible, \"has own property\" predicate.",
  46. "devDependencies": {
  47. "@arethetypeswrong/cli": "^0.15.1",
  48. "@ljharb/eslint-config": "^21.1.0",
  49. "@ljharb/tsconfig": "^0.2.0",
  50. "@types/function-bind": "^1.1.10",
  51. "@types/mock-property": "^1.0.2",
  52. "@types/tape": "^5.6.4",
  53. "aud": "^2.0.4",
  54. "auto-changelog": "^2.4.0",
  55. "eslint": "=8.8.0",
  56. "evalmd": "^0.0.19",
  57. "in-publish": "^2.0.1",
  58. "mock-property": "^1.0.3",
  59. "npmignore": "^0.3.1",
  60. "nyc": "^10.3.2",
  61. "safe-publish-latest": "^2.0.0",
  62. "tape": "^5.7.5",
  63. "typescript": "next"
  64. },
  65. "engines": {
  66. "node": ">= 0.4"
  67. },
  68. "exports": {
  69. ".": "./index.js",
  70. "./package.json": "./package.json"
  71. },
  72. "homepage": "https://github.com/inspect-js/hasOwn#readme",
  73. "keywords": [
  74. "has",
  75. "hasOwnProperty",
  76. "hasOwn",
  77. "has-own",
  78. "own",
  79. "has",
  80. "property",
  81. "in",
  82. "javascript",
  83. "ecmascript"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "name": "hasown",
  88. "publishConfig": {
  89. "ignore": [
  90. ".github/workflows",
  91. "test"
  92. ]
  93. },
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/inspect-js/hasOwn.git"
  97. },
  98. "scripts": {
  99. "lint": "eslint --ext=js,mjs .",
  100. "postlint": "npm run tsc",
  101. "posttest": "aud --production",
  102. "posttsc": "attw -P",
  103. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  104. "prelint": "evalmd README.md",
  105. "prepack": "npmignore --auto --commentLines=autogenerated",
  106. "prepublish": "not-in-publish || npm run prepublishOnly",
  107. "prepublishOnly": "safe-publish-latest",
  108. "pretest": "npm run lint",
  109. "test": "npm run tests-only",
  110. "tests-only": "nyc tape 'test/**/*.js'",
  111. "tsc": "tsc -p .",
  112. "version": "auto-changelog && git add CHANGELOG.md"
  113. },
  114. "sideEffects": false,
  115. "testling": {
  116. "files": "test/index.js"
  117. },
  118. "types": "index.d.ts",
  119. "version": "2.0.2"
  120. }