package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "object-assign@4.1.1",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_from": "object-assign@4.1.1",
  9. "_id": "object-assign@4.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
  12. "_location": "/object-assign",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "object-assign@4.1.1",
  18. "name": "object-assign",
  19. "escapedName": "object-assign",
  20. "rawSpec": "4.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.1"
  23. },
  24. "_requiredBy": [
  25. "/assert",
  26. "/del/globby",
  27. "/eslint-loader",
  28. "/html-webpack-plugin/loader-utils",
  29. "/mini-css-extract-plugin/normalize-url",
  30. "/mz",
  31. "/query-string",
  32. "/vue-quill-editor"
  33. ],
  34. "_resolved": "https://registry.nlark.com/object-assign/download/object-assign-4.1.1.tgz?cache=0&sync_timestamp=1618847198142&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fobject-assign%2Fdownload%2Fobject-assign-4.1.1.tgz",
  35. "_spec": "4.1.1",
  36. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  37. "author": {
  38. "name": "Sindre Sorhus",
  39. "email": "sindresorhus@gmail.com",
  40. "url": "sindresorhus.com"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/sindresorhus/object-assign/issues"
  44. },
  45. "description": "ES2015 `Object.assign()` ponyfill",
  46. "devDependencies": {
  47. "ava": "^0.16.0",
  48. "lodash": "^4.16.4",
  49. "matcha": "^0.7.0",
  50. "xo": "^0.16.0"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/sindresorhus/object-assign#readme",
  59. "keywords": [
  60. "object",
  61. "assign",
  62. "extend",
  63. "properties",
  64. "es2015",
  65. "ecmascript",
  66. "harmony",
  67. "ponyfill",
  68. "prollyfill",
  69. "polyfill",
  70. "shim",
  71. "browser"
  72. ],
  73. "license": "MIT",
  74. "name": "object-assign",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/object-assign.git"
  78. },
  79. "scripts": {
  80. "bench": "matcha bench.js",
  81. "test": "xo && ava"
  82. },
  83. "version": "4.1.1"
  84. }