package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "object-assign@4.1.1",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  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. "/assert",
  27. "/del/globby",
  28. "/html-webpack-plugin/loader-utils",
  29. "/mz",
  30. "/query-string"
  31. ],
  32. "_resolved": "http://registry.npm.taobao.org/object-assign/download/object-assign-4.1.1.tgz",
  33. "_spec": "4.1.1",
  34. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  35. "author": {
  36. "name": "Sindre Sorhus",
  37. "email": "sindresorhus@gmail.com",
  38. "url": "sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/object-assign/issues"
  42. },
  43. "description": "ES2015 `Object.assign()` ponyfill",
  44. "devDependencies": {
  45. "ava": "^0.16.0",
  46. "lodash": "^4.16.4",
  47. "matcha": "^0.7.0",
  48. "xo": "^0.16.0"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/object-assign#readme",
  57. "keywords": [
  58. "object",
  59. "assign",
  60. "extend",
  61. "properties",
  62. "es2015",
  63. "ecmascript",
  64. "harmony",
  65. "ponyfill",
  66. "prollyfill",
  67. "polyfill",
  68. "shim",
  69. "browser"
  70. ],
  71. "license": "MIT",
  72. "name": "object-assign",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/object-assign.git"
  76. },
  77. "scripts": {
  78. "bench": "matcha bench.js",
  79. "test": "xo && ava"
  80. },
  81. "version": "4.1.1"
  82. }