package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "object-assign@4.1.1",
  5. "D:\\projects\\dealer_front"
  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. "/cosmiconfig",
  26. "/css-loader",
  27. "/cssnano",
  28. "/del/globby",
  29. "/enhanced-resolve",
  30. "/html-webpack-plugin/loader-utils",
  31. "/meow",
  32. "/normalize-url",
  33. "/postcss-load-config",
  34. "/postcss-load-options",
  35. "/postcss-load-plugins",
  36. "/postcss-minify-font-values",
  37. "/query-string",
  38. "/vue-quill-editor"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  41. "_spec": "4.1.1",
  42. "_where": "D:\\projects\\dealer_front",
  43. "author": {
  44. "name": "Sindre Sorhus",
  45. "email": "sindresorhus@gmail.com",
  46. "url": "sindresorhus.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/sindresorhus/object-assign/issues"
  50. },
  51. "description": "ES2015 `Object.assign()` ponyfill",
  52. "devDependencies": {
  53. "ava": "^0.16.0",
  54. "lodash": "^4.16.4",
  55. "matcha": "^0.7.0",
  56. "xo": "^0.16.0"
  57. },
  58. "engines": {
  59. "node": ">=0.10.0"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/sindresorhus/object-assign#readme",
  65. "keywords": [
  66. "object",
  67. "assign",
  68. "extend",
  69. "properties",
  70. "es2015",
  71. "ecmascript",
  72. "harmony",
  73. "ponyfill",
  74. "prollyfill",
  75. "polyfill",
  76. "shim",
  77. "browser"
  78. ],
  79. "license": "MIT",
  80. "name": "object-assign",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/sindresorhus/object-assign.git"
  84. },
  85. "scripts": {
  86. "bench": "matcha bench.js",
  87. "test": "xo && ava"
  88. },
  89. "version": "4.1.1"
  90. }