package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_from": "object.assign@^4.1.0",
  3. "_id": "object.assign@4.1.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
  6. "_location": "/object.assign",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object.assign@^4.1.0",
  12. "name": "object.assign",
  13. "escapedName": "object.assign",
  14. "rawSpec": "^4.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.0"
  17. },
  18. "_requiredBy": [
  19. "/babel-plugin-dynamic-import-node"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/object.assign/-/object.assign-4.1.7.tgz",
  22. "_shasum": "8c14ca1a424c6a561b0bb2a22f66f5049a945d3d",
  23. "_spec": "object.assign@^4.1.0",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\babel-plugin-dynamic-import-node",
  25. "author": {
  26. "name": "Jordan Harband"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/ljharb/object.assign/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "call-bind": "^1.0.8",
  34. "call-bound": "^1.0.3",
  35. "define-properties": "^1.2.1",
  36. "es-object-atoms": "^1.0.0",
  37. "has-symbols": "^1.1.0",
  38. "object-keys": "^1.1.1"
  39. },
  40. "deprecated": false,
  41. "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",
  42. "devDependencies": {
  43. "@es-shims/api": "^2.5.1",
  44. "@ljharb/eslint-config": "^21.1.1",
  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.2",
  51. "mock-property": "^1.1.0",
  52. "npmignore": "^0.3.1",
  53. "nyc": "^10.3.2",
  54. "safe-publish-latest": "^2.0.0",
  55. "ses": "^1.10.0",
  56. "tape": "^5.9.0"
  57. },
  58. "engines": {
  59. "node": ">= 0.4"
  60. },
  61. "funding": {
  62. "url": "https://github.com/sponsors/ljharb"
  63. },
  64. "homepage": "https://github.com/ljharb/object.assign#readme",
  65. "keywords": [
  66. "Object.assign",
  67. "assign",
  68. "ES6",
  69. "extend",
  70. "$.extend",
  71. "jQuery",
  72. "_.extend",
  73. "Underscore",
  74. "es-shim API",
  75. "polyfill",
  76. "shim"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "object.assign",
  81. "publishConfig": {
  82. "ignore": [
  83. ".github/workflows",
  84. "bower.json",
  85. "browserShim.js",
  86. "!dist/"
  87. ]
  88. },
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/ljharb/object.assign.git"
  92. },
  93. "scripts": {
  94. "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
  95. "lint": "eslint .",
  96. "posttest": "npx npm@'>=10.2' audit --production",
  97. "prepack": "npmignore --auto --commentLines=autogenerated",
  98. "prepublish": "not-in-publish || npm run prepublishOnly",
  99. "prepublishOnly": "safe-publish-latest && npm run build",
  100. "pretest": "npm run lint && es-shim-api --bound",
  101. "test": "npm run tests-only && npm run test:ses",
  102. "test:implementation": "nyc node test",
  103. "test:native": "nyc node test/native",
  104. "test:ses": "node test/ses-compat",
  105. "test:shim": "nyc node test/shimmed",
  106. "tests-only": "npm run test:implementation && npm run test:shim"
  107. },
  108. "testling": {
  109. "files": "test/index.js",
  110. "browsers": [
  111. "iexplore/6.0..latest",
  112. "firefox/3.0..6.0",
  113. "firefox/15.0..latest",
  114. "firefox/nightly",
  115. "chrome/4.0..10.0",
  116. "chrome/20.0..latest",
  117. "chrome/canary",
  118. "opera/10.0..latest",
  119. "opera/next",
  120. "safari/4.0..latest",
  121. "ipad/6.0..latest",
  122. "iphone/6.0..latest",
  123. "android-browser/4.2"
  124. ]
  125. },
  126. "version": "4.1.7"
  127. }