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

135 lines
3.9 KiB

3 months ago
  1. {
  2. "_from": "define-data-property@^1.1.4",
  3. "_id": "define-data-property@1.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  6. "_location": "/define-data-property",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "define-data-property@^1.1.4",
  12. "name": "define-data-property",
  13. "escapedName": "define-data-property",
  14. "rawSpec": "^1.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.4"
  17. },
  18. "_requiredBy": [
  19. "/define-properties",
  20. "/set-function-length"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/define-data-property/-/define-data-property-1.1.4.tgz",
  23. "_shasum": "894dc141bb7d3060ae4366f6a0107e68fbe48c5e",
  24. "_spec": "define-data-property@^1.1.4",
  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/define-data-property/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "es-define-property": "^1.0.0",
  44. "es-errors": "^1.3.0",
  45. "gopd": "^1.0.1"
  46. },
  47. "deprecated": false,
  48. "description": "Define a data property on an object. Will fall back to assignment in an engine without descriptors.",
  49. "devDependencies": {
  50. "@ljharb/eslint-config": "^21.1.0",
  51. "@types/call-bind": "^1.0.5",
  52. "@types/define-properties": "^1.1.5",
  53. "@types/es-value-fixtures": "^1.4.4",
  54. "@types/for-each": "^0.3.3",
  55. "@types/get-intrinsic": "^1.2.2",
  56. "@types/gopd": "^1.0.3",
  57. "@types/has-property-descriptors": "^1.0.3",
  58. "@types/object-inspect": "^1.8.4",
  59. "@types/object.getownpropertydescriptors": "^2.1.4",
  60. "@types/tape": "^5.6.4",
  61. "aud": "^2.0.4",
  62. "auto-changelog": "^2.4.0",
  63. "es-value-fixtures": "^1.4.2",
  64. "eslint": "=8.8.0",
  65. "evalmd": "^0.0.19",
  66. "for-each": "^0.3.3",
  67. "hasown": "^2.0.1",
  68. "in-publish": "^2.0.1",
  69. "npmignore": "^0.3.1",
  70. "nyc": "^10.3.2",
  71. "object-inspect": "^1.13.1",
  72. "object.getownpropertydescriptors": "^2.1.7",
  73. "reflect.ownkeys": "^1.1.4",
  74. "safe-publish-latest": "^2.0.0",
  75. "tape": "^5.7.4",
  76. "typescript": "next"
  77. },
  78. "engines": {
  79. "node": ">= 0.4"
  80. },
  81. "exports": {
  82. ".": "./index.js",
  83. "./package.json": "./package.json"
  84. },
  85. "funding": {
  86. "url": "https://github.com/sponsors/ljharb"
  87. },
  88. "homepage": "https://github.com/ljharb/define-data-property#readme",
  89. "keywords": [
  90. "define",
  91. "data",
  92. "property",
  93. "object",
  94. "accessor",
  95. "javascript",
  96. "ecmascript",
  97. "enumerable",
  98. "configurable",
  99. "writable"
  100. ],
  101. "license": "MIT",
  102. "main": "index.js",
  103. "name": "define-data-property",
  104. "publishConfig": {
  105. "ignore": [
  106. ".github/workflows",
  107. "types/reflect.ownkeys"
  108. ]
  109. },
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/ljharb/define-data-property.git"
  113. },
  114. "scripts": {
  115. "lint": "eslint --ext=js,mjs .",
  116. "postlint": "npm run tsc",
  117. "posttest": "aud --production",
  118. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  119. "prelint": "evalmd README.md",
  120. "prepack": "npmignore --auto --commentLines=autogenerated",
  121. "prepublish": "not-in-publish || npm run prepublishOnly",
  122. "prepublishOnly": "safe-publish-latest",
  123. "pretest": "npm run lint",
  124. "test": "npm run tests-only",
  125. "tests-only": "nyc tape 'test/**/*.js'",
  126. "tsc": "tsc -p .",
  127. "version": "auto-changelog && git add CHANGELOG.md"
  128. },
  129. "sideEffects": false,
  130. "testling": {
  131. "files": "test/index.js"
  132. },
  133. "types": "./index.d.ts",
  134. "version": "1.1.4"
  135. }