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

121 lines
3.5 KiB

7 months ago
  1. {
  2. "_from": "define-properties@^1.2.1",
  3. "_id": "define-properties@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  6. "_location": "/define-properties",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "define-properties@^1.2.1",
  12. "name": "define-properties",
  13. "escapedName": "define-properties",
  14. "rawSpec": "^1.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.1"
  17. },
  18. "_requiredBy": [
  19. "/object.assign",
  20. "/object.entries"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/define-properties/-/define-properties-1.2.1.tgz",
  23. "_shasum": "10781cc616eb951a80a034bafcaa7377f6af2b6c",
  24. "_spec": "define-properties@^1.2.1",
  25. "_where": "E:\\webView\\hire-wechat-uniapp\\node_modules\\object.assign",
  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. "startingVersion": "1.1.5"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/ljharb/define-properties/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "define-data-property": "^1.0.1",
  45. "has-property-descriptors": "^1.0.0",
  46. "object-keys": "^1.1.1"
  47. },
  48. "deprecated": false,
  49. "description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^21.1.0",
  52. "aud": "^2.0.3",
  53. "auto-changelog": "^2.4.0",
  54. "eslint": "=8.8.0",
  55. "in-publish": "^2.0.1",
  56. "npmignore": "^0.3.0",
  57. "nyc": "^10.3.2",
  58. "safe-publish-latest": "^2.0.0",
  59. "tape": "^5.6.6"
  60. },
  61. "engines": {
  62. "node": ">= 0.4"
  63. },
  64. "funding": {
  65. "url": "https://github.com/sponsors/ljharb"
  66. },
  67. "homepage": "https://github.com/ljharb/define-properties#readme",
  68. "keywords": [
  69. "Object.defineProperty",
  70. "Object.defineProperties",
  71. "object",
  72. "property descriptor",
  73. "descriptor",
  74. "define",
  75. "ES5"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "define-properties",
  80. "publishConfig": {
  81. "ignore": [
  82. ".github/workflows",
  83. "test/"
  84. ]
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/ljharb/define-properties.git"
  89. },
  90. "scripts": {
  91. "lint": "eslint --ext=js,mjs .",
  92. "posttest": "aud --production",
  93. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  94. "prepack": "npmignore --auto --commentLines=autogenerated",
  95. "prepublish": "not-in-publish || npm run prepublishOnly",
  96. "prepublishOnly": "safe-publish-latest",
  97. "pretest": "npm run lint",
  98. "test": "npm run tests-only",
  99. "tests-only": "nyc tape 'test/**/*.js'",
  100. "version": "auto-changelog && git add CHANGELOG.md"
  101. },
  102. "testling": {
  103. "files": "test/index.js",
  104. "browsers": [
  105. "iexplore/6.0..latest",
  106. "firefox/3.0..6.0",
  107. "firefox/15.0..latest",
  108. "firefox/nightly",
  109. "chrome/4.0..10.0",
  110. "chrome/20.0..latest",
  111. "chrome/canary",
  112. "opera/10.0..latest",
  113. "opera/next",
  114. "safari/4.0..latest",
  115. "ipad/6.0..latest",
  116. "iphone/6.0..latest",
  117. "android-browser/4.2"
  118. ]
  119. },
  120. "version": "1.2.1"
  121. }