package.json 3.5 KB

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