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

111 lines
3.2 KiB

2 months ago
  1. {
  2. "_from": "es-define-property@^1.0.0",
  3. "_id": "es-define-property@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
  6. "_location": "/es-define-property",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es-define-property@^1.0.0",
  12. "name": "es-define-property",
  13. "escapedName": "es-define-property",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/call-bind",
  20. "/define-data-property",
  21. "/has-property-descriptors"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.0.tgz",
  24. "_shasum": "c7faefbdff8b2696cf5f46921edfb77cc4ba3845",
  25. "_spec": "es-define-property@^1.0.0",
  26. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\call-bind",
  27. "author": {
  28. "name": "Jordan Harband",
  29. "email": "ljharb@gmail.com"
  30. },
  31. "auto-changelog": {
  32. "output": "CHANGELOG.md",
  33. "template": "keepachangelog",
  34. "unreleased": false,
  35. "commitLimit": false,
  36. "backfillLimit": false,
  37. "hideCredit": true
  38. },
  39. "bugs": {
  40. "url": "https://github.com/ljharb/es-define-property/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "get-intrinsic": "^1.2.4"
  45. },
  46. "deprecated": false,
  47. "description": "`Object.defineProperty`, but not IE 8's broken one.",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^21.1.0",
  50. "@types/get-intrinsic": "^1.2.2",
  51. "@types/gopd": "^1.0.3",
  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. "gopd": "^1.0.1",
  58. "in-publish": "^2.0.1",
  59. "npmignore": "^0.3.1",
  60. "nyc": "^10.3.2",
  61. "safe-publish-latest": "^2.0.0",
  62. "tape": "^5.7.4",
  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/ljharb/es-define-property#readme",
  73. "keywords": [
  74. "javascript",
  75. "ecmascript",
  76. "object",
  77. "define",
  78. "property",
  79. "defineProperty",
  80. "Object.defineProperty"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "es-define-property",
  85. "publishConfig": {
  86. "ignore": [
  87. ".github/workflows"
  88. ]
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/ljharb/es-define-property.git"
  93. },
  94. "scripts": {
  95. "lint": "eslint --ext=js,mjs .",
  96. "postlint": "tsc -p .",
  97. "posttest": "aud --production",
  98. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  99. "prelint": "evalmd README.md",
  100. "prepack": "npmignore --auto --commentLines=autogenerated",
  101. "prepublish": "not-in-publish || npm run prepublishOnly",
  102. "prepublishOnly": "safe-publish-latest",
  103. "pretest": "npm run lint",
  104. "test": "npm run tests-only",
  105. "tests-only": "nyc tape 'test/**/*.js'",
  106. "version": "auto-changelog && git add CHANGELOG.md"
  107. },
  108. "sideEffects": false,
  109. "types": "./index.d.ts",
  110. "version": "1.0.0"
  111. }