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

6 months ago
  1. {
  2. "_from": "has-proto@^1.0.1",
  3. "_id": "has-proto@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QLdzI9IIO1Jg7f9GT1gXpPpXArAn6cS31R1eEZqz08Gc+uQ8/XiqHWt17Fiw+2p6oTTIq5GXEpQkAlA88YRl/Q==",
  6. "_location": "/has-proto",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-proto@^1.0.1",
  12. "name": "has-proto",
  13. "escapedName": "has-proto",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/get-intrinsic"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/has-proto/-/has-proto-1.1.0.tgz",
  22. "_shasum": "deb10494cbbe8809bce168a3b961f42969f5ed43",
  23. "_spec": "has-proto@^1.0.1",
  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/has-proto/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "call-bind": "^1.0.7"
  43. },
  44. "deprecated": false,
  45. "description": "Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?",
  46. "devDependencies": {
  47. "@arethetypeswrong/cli": "^0.17.0",
  48. "@ljharb/eslint-config": "^21.1.1",
  49. "@ljharb/tsconfig": "^0.2.0",
  50. "@types/call-bind": "^1.0.5",
  51. "@types/gopd": "^1.0.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. "gopd": "^1.1.0",
  58. "in-publish": "^2.0.1",
  59. "npmignore": "^0.3.1",
  60. "reflect.getprototypeof": "^1.0.7",
  61. "safe-publish-latest": "^2.0.0",
  62. "tape": "^5.9.0",
  63. "typescript": "next"
  64. },
  65. "engines": {
  66. "node": ">= 0.4"
  67. },
  68. "exports": {
  69. ".": "./index.js",
  70. "./accessor": "./accessor.js",
  71. "./mutator": "./mutator.js",
  72. "./package.json": "./package.json"
  73. },
  74. "funding": {
  75. "url": "https://github.com/sponsors/ljharb"
  76. },
  77. "homepage": "https://github.com/inspect-js/has-proto#readme",
  78. "keywords": [
  79. "prototype",
  80. "proto",
  81. "set",
  82. "get",
  83. "__proto__",
  84. "getPrototypeOf",
  85. "setPrototypeOf",
  86. "has"
  87. ],
  88. "license": "MIT",
  89. "main": "index.js",
  90. "name": "has-proto",
  91. "publishConfig": {
  92. "ignore": [
  93. ".github/workflows",
  94. "types"
  95. ]
  96. },
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/inspect-js/has-proto.git"
  100. },
  101. "scripts": {
  102. "lint": "eslint --ext=js,mjs .",
  103. "postlint": "tsc -p . && attw -P",
  104. "posttest": "npx npm@'>=10.2' audit --production",
  105. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  106. "prelint": "evalmd README.md",
  107. "prepack": "npmignore --auto --commentLines=autogenerated",
  108. "prepublish": "not-in-publish || npm run prepublishOnly",
  109. "prepublishOnly": "safe-publish-latest",
  110. "pretest": "npm run lint",
  111. "test": "npm run tests-only",
  112. "tests-only": "tape 'test/**/*.js'",
  113. "version": "auto-changelog && git add CHANGELOG.md"
  114. },
  115. "sideEffects": false,
  116. "testling": {
  117. "files": "test/index.js"
  118. },
  119. "version": "1.1.0"
  120. }