package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "object-assign@4.1.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "object-assign@4.1.1",
  9. "_id": "object-assign@4.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  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. "/file-entry-cache",
  29. "/gauge",
  30. "/html-webpack-plugin/loader-utils",
  31. "/meow",
  32. "/mini-css-extract-plugin/normalize-url",
  33. "/mz",
  34. "/query-string",
  35. "/vue-video-player"
  36. ],
  37. "_resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
  38. "_spec": "4.1.1",
  39. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  40. "author": {
  41. "name": "Sindre Sorhus",
  42. "email": "sindresorhus@gmail.com",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/object-assign/issues"
  47. },
  48. "description": "ES2015 `Object.assign()` ponyfill",
  49. "devDependencies": {
  50. "ava": "^0.16.0",
  51. "lodash": "^4.16.4",
  52. "matcha": "^0.7.0",
  53. "xo": "^0.16.0"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/sindresorhus/object-assign#readme",
  62. "keywords": [
  63. "object",
  64. "assign",
  65. "extend",
  66. "properties",
  67. "es2015",
  68. "ecmascript",
  69. "harmony",
  70. "ponyfill",
  71. "prollyfill",
  72. "polyfill",
  73. "shim",
  74. "browser"
  75. ],
  76. "license": "MIT",
  77. "name": "object-assign",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/sindresorhus/object-assign.git"
  81. },
  82. "scripts": {
  83. "bench": "matcha bench.js",
  84. "test": "xo && ava"
  85. },
  86. "version": "4.1.1"
  87. }