package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "object.assign@^4.1.0",
  3. "_id": "object.assign@4.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
  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. "/es-abstract"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
  23. "_shasum": "0ed54a342eceb37b38ff76eb831a0e788cb63940",
  24. "_spec": "object.assign@^4.1.0",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\babel-plugin-dynamic-import-node",
  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.0",
  35. "define-properties": "^1.1.3",
  36. "has-symbols": "^1.0.1",
  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.1.2",
  43. "@ljharb/eslint-config": "^17.2.0",
  44. "aud": "^1.1.2",
  45. "browserify": "^16.5.2",
  46. "eslint": "^7.12.1",
  47. "for-each": "^0.3.3",
  48. "functions-have-names": "^1.2.1",
  49. "has": "^1.0.3",
  50. "is": "^3.3.0",
  51. "nyc": "^10.3.2",
  52. "safe-publish-latest": "^1.1.4",
  53. "ses": "^0.10.4",
  54. "tape": "^5.0.1"
  55. },
  56. "engines": {
  57. "node": ">= 0.4"
  58. },
  59. "funding": {
  60. "url": "https://github.com/sponsors/ljharb"
  61. },
  62. "homepage": "https://github.com/ljharb/object.assign#readme",
  63. "keywords": [
  64. "Object.assign",
  65. "assign",
  66. "ES6",
  67. "extend",
  68. "$.extend",
  69. "jQuery",
  70. "_.extend",
  71. "Underscore",
  72. "es-shim API",
  73. "polyfill",
  74. "shim"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "object.assign",
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/ljharb/object.assign.git"
  82. },
  83. "scripts": {
  84. "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
  85. "lint": "eslint .",
  86. "posttest": "aud --production",
  87. "prepublish": "safe-publish-latest && npm run build",
  88. "pretest": "npm run lint && es-shim-api --bound",
  89. "test": "npm run tests-only && npm run test:ses",
  90. "test:implementation": "nyc node test",
  91. "test:native": "nyc node test/native",
  92. "test:ses": "node test/ses-compat",
  93. "test:shim": "nyc node test/shimmed",
  94. "tests-only": "npm run test:implementation && npm run test:shim"
  95. },
  96. "testling": {
  97. "files": "test/index.js",
  98. "browsers": [
  99. "iexplore/6.0..latest",
  100. "firefox/3.0..6.0",
  101. "firefox/15.0..latest",
  102. "firefox/nightly",
  103. "chrome/4.0..10.0",
  104. "chrome/20.0..latest",
  105. "chrome/canary",
  106. "opera/10.0..latest",
  107. "opera/next",
  108. "safari/4.0..latest",
  109. "ipad/6.0..latest",
  110. "iphone/6.0..latest",
  111. "android-browser/4.2"
  112. ]
  113. },
  114. "version": "4.1.2"
  115. }