package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. "object.assign@4.1.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object.assign@4.1.2",
  10. "_id": "object.assign@4.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-DtVKNC7Os3s4/3brgxoOeIy2OUA=",
  13. "_location": "/object.assign",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "object.assign@4.1.2",
  19. "name": "object.assign",
  20. "escapedName": "object.assign",
  21. "rawSpec": "4.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.2"
  24. },
  25. "_requiredBy": [
  26. "/babel-plugin-dynamic-import-node",
  27. "/es-abstract"
  28. ],
  29. "_resolved": "https://registry.nlark.com/object.assign/download/object.assign-4.1.2.tgz",
  30. "_spec": "4.1.2",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  32. "author": {
  33. "name": "Jordan Harband"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/ljharb/object.assign/issues"
  37. },
  38. "dependencies": {
  39. "call-bind": "^1.0.0",
  40. "define-properties": "^1.1.3",
  41. "has-symbols": "^1.0.1",
  42. "object-keys": "^1.1.1"
  43. },
  44. "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",
  45. "devDependencies": {
  46. "@es-shims/api": "^2.1.2",
  47. "@ljharb/eslint-config": "^17.2.0",
  48. "aud": "^1.1.2",
  49. "browserify": "^16.5.2",
  50. "eslint": "^7.12.1",
  51. "for-each": "^0.3.3",
  52. "functions-have-names": "^1.2.1",
  53. "has": "^1.0.3",
  54. "is": "^3.3.0",
  55. "nyc": "^10.3.2",
  56. "safe-publish-latest": "^1.1.4",
  57. "ses": "^0.10.4",
  58. "tape": "^5.0.1"
  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. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/ljharb/object.assign.git"
  86. },
  87. "scripts": {
  88. "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
  89. "lint": "eslint .",
  90. "posttest": "aud --production",
  91. "prepublish": "safe-publish-latest && npm run build",
  92. "pretest": "npm run lint && es-shim-api --bound",
  93. "test": "npm run tests-only && npm run test:ses",
  94. "test:implementation": "nyc node test",
  95. "test:native": "nyc node test/native",
  96. "test:ses": "node test/ses-compat",
  97. "test:shim": "nyc node test/shimmed",
  98. "tests-only": "npm run test:implementation && npm run test:shim"
  99. },
  100. "testling": {
  101. "files": "test/index.js",
  102. "browsers": [
  103. "iexplore/6.0..latest",
  104. "firefox/3.0..6.0",
  105. "firefox/15.0..latest",
  106. "firefox/nightly",
  107. "chrome/4.0..10.0",
  108. "chrome/20.0..latest",
  109. "chrome/canary",
  110. "opera/10.0..latest",
  111. "opera/next",
  112. "safari/4.0..latest",
  113. "ipad/6.0..latest",
  114. "iphone/6.0..latest",
  115. "android-browser/4.2"
  116. ]
  117. },
  118. "version": "4.1.2"
  119. }