package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "object-assign@^4.0.1",
  3. "_id": "object-assign@4.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
  6. "_location": "/object-assign",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object-assign@^4.0.1",
  12. "name": "object-assign",
  13. "escapedName": "object-assign",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@mapbox/node-pre-gyp/gauge",
  20. "/assert",
  21. "/babel-jest/test-exclude",
  22. "/del/globby",
  23. "/eslint-loader",
  24. "/gauge",
  25. "/html-webpack-plugin/loader-utils",
  26. "/lint-staged/globby",
  27. "/listr-update-renderer/figures",
  28. "/meow",
  29. "/mini-css-extract-plugin/normalize-url",
  30. "/mz",
  31. "/node-plop/del/globby",
  32. "/pinyin",
  33. "/query-string",
  34. "/vue-jest",
  35. "/vue-quill-editor"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  38. "_shasum": "2109adc7965887cfc05cbbd442cac8bfbb360863",
  39. "_spec": "object-assign@^4.0.1",
  40. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\meow",
  41. "author": {
  42. "name": "Sindre Sorhus",
  43. "email": "sindresorhus@gmail.com",
  44. "url": "sindresorhus.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/sindresorhus/object-assign/issues"
  48. },
  49. "bundleDependencies": false,
  50. "deprecated": false,
  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. }