package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_from": "object.assign@^4.1.0",
  3. "_id": "object.assign@4.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==",
  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. "/vinyl-fs",
  20. "/yargs-parser"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/object.assign/-/object.assign-4.1.4.tgz",
  23. "_shasum": "9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f",
  24. "_spec": "object.assign@^4.1.0",
  25. "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/yargs-parser",
  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.2",
  35. "define-properties": "^1.1.4",
  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.2.3",
  43. "@ljharb/eslint-config": "^21.0.0",
  44. "aud": "^2.0.0",
  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": "^1.0.3",
  50. "has-strict-mode": "^1.0.1",
  51. "is": "^3.3.0",
  52. "mock-property": "^1.0.0",
  53. "npmignore": "^0.3.0",
  54. "nyc": "^10.3.2",
  55. "safe-publish-latest": "^2.0.0",
  56. "ses": "^0.11.1",
  57. "tape": "^5.5.3"
  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.4"
  128. }