package.json 1.9 KB

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