package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_from": "object.assign@^4.1.4",
  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.4",
  12. "name": "object.assign",
  13. "escapedName": "object.assign",
  14. "rawSpec": "^4.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.4"
  17. },
  18. "_requiredBy": [
  19. "/assert"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz",
  22. "_shasum": "3a833f9ab7fdb80fc9e8d2300c803d216d8fdbb0",
  23. "_spec": "object.assign@^4.1.4",
  24. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/assert",
  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.5",
  34. "define-properties": "^1.2.1",
  35. "has-symbols": "^1.0.3",
  36. "object-keys": "^1.1.1"
  37. },
  38. "deprecated": false,
  39. "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",
  40. "devDependencies": {
  41. "@es-shims/api": "^2.4.2",
  42. "@ljharb/eslint-config": "^21.1.0",
  43. "aud": "^2.0.3",
  44. "browserify": "^16.5.2",
  45. "eslint": "=8.8.0",
  46. "for-each": "^0.3.3",
  47. "functions-have-names": "^1.2.3",
  48. "has-strict-mode": "^1.0.1",
  49. "hasown": "^2.0.0",
  50. "is": "^3.3.0",
  51. "mock-property": "^1.0.3",
  52. "npmignore": "^0.3.1",
  53. "nyc": "^10.3.2",
  54. "safe-publish-latest": "^2.0.0",
  55. "ses": "^0.11.1",
  56. "tape": "^5.7.2"
  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": "aud --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.5"
  127. }