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

128 lines
3.5 KiB

3 months ago
  1. {
  2. "_from": "object.assign@^4.1.2",
  3. "_id": "object.assign@4.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==",
  6. "_location": "/object.assign",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object.assign@^4.1.2",
  12. "name": "object.assign",
  13. "escapedName": "object.assign",
  14. "rawSpec": "^4.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.2"
  17. },
  18. "_requiredBy": [
  19. "/eslint-config-airbnb",
  20. "/eslint-config-airbnb-base"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/object.assign/-/object.assign-4.1.5.tgz",
  23. "_shasum": "3a833f9ab7fdb80fc9e8d2300c803d216d8fdbb0",
  24. "_spec": "object.assign@^4.1.2",
  25. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\eslint-config-airbnb",
  26. "author": {
  27. "name": "Jordan Harband"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/ljharb/object.assign/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "call-bind": "^1.0.5",
  35. "define-properties": "^1.2.1",
  36. "has-symbols": "^1.0.3",
  37. "object-keys": "^1.1.1"
  38. },
  39. "deprecated": false,
  40. "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",
  41. "devDependencies": {
  42. "@es-shims/api": "^2.4.2",
  43. "@ljharb/eslint-config": "^21.1.0",
  44. "aud": "^2.0.3",
  45. "browserify": "^16.5.2",
  46. "eslint": "=8.8.0",
  47. "for-each": "^0.3.3",
  48. "functions-have-names": "^1.2.3",
  49. "has-strict-mode": "^1.0.1",
  50. "hasown": "^2.0.0",
  51. "is": "^3.3.0",
  52. "mock-property": "^1.0.3",
  53. "npmignore": "^0.3.1",
  54. "nyc": "^10.3.2",
  55. "safe-publish-latest": "^2.0.0",
  56. "ses": "^0.11.1",
  57. "tape": "^5.7.2"
  58. },
  59. "engines": {
  60. "node": ">= 0.4"
  61. },
  62. "funding": {
  63. "url": "https://github.com/sponsors/ljharb"
  64. },
  65. "homepage": "https://github.com/ljharb/object.assign#readme",
  66. "keywords": [
  67. "Object.assign",
  68. "assign",
  69. "ES6",
  70. "extend",
  71. "$.extend",
  72. "jQuery",
  73. "_.extend",
  74. "Underscore",
  75. "es-shim API",
  76. "polyfill",
  77. "shim"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "object.assign",
  82. "publishConfig": {
  83. "ignore": [
  84. ".github/workflows",
  85. "bower.json",
  86. "browserShim.js",
  87. "!dist/"
  88. ]
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/ljharb/object.assign.git"
  93. },
  94. "scripts": {
  95. "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
  96. "lint": "eslint .",
  97. "posttest": "aud --production",
  98. "prepack": "npmignore --auto --commentLines=autogenerated",
  99. "prepublish": "not-in-publish || npm run prepublishOnly",
  100. "prepublishOnly": "safe-publish-latest && npm run build",
  101. "pretest": "npm run lint && es-shim-api --bound",
  102. "test": "npm run tests-only && npm run test:ses",
  103. "test:implementation": "nyc node test",
  104. "test:native": "nyc node test/native",
  105. "test:ses": "node test/ses-compat",
  106. "test:shim": "nyc node test/shimmed",
  107. "tests-only": "npm run test:implementation && npm run test:shim"
  108. },
  109. "testling": {
  110. "files": "test/index.js",
  111. "browsers": [
  112. "iexplore/6.0..latest",
  113. "firefox/3.0..6.0",
  114. "firefox/15.0..latest",
  115. "firefox/nightly",
  116. "chrome/4.0..10.0",
  117. "chrome/20.0..latest",
  118. "chrome/canary",
  119. "opera/10.0..latest",
  120. "opera/next",
  121. "safari/4.0..latest",
  122. "ipad/6.0..latest",
  123. "iphone/6.0..latest",
  124. "android-browser/4.2"
  125. ]
  126. },
  127. "version": "4.1.5"
  128. }