package.json 2.0 KB

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