package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "object-assign@4.1.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object-assign@4.1.1",
  10. "_id": "object-assign@4.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
  13. "_location": "/object-assign",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "object-assign@4.1.1",
  19. "name": "object-assign",
  20. "escapedName": "object-assign",
  21. "rawSpec": "4.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.1"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-plugin-eslint/eslint-loader",
  27. "/assert",
  28. "/del/globby",
  29. "/html-webpack-plugin/loader-utils",
  30. "/listr-update-renderer/figures",
  31. "/listr-verbose-renderer/figures",
  32. "/listr/figures",
  33. "/listr/ora",
  34. "/mini-css-extract-plugin/normalize-url",
  35. "/mz",
  36. "/query-string",
  37. "/test-exclude",
  38. "/vue-jest"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  41. "_spec": "4.1.1",
  42. "_where": "E:\\item\\newItem\\admin",
  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. }