package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "object-assign@^4.1.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.1.1",
  12. "name": "object-assign",
  13. "escapedName": "object-assign",
  14. "rawSpec": "^4.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.1"
  17. },
  18. "_requiredBy": [
  19. "/assert",
  20. "/del/globby",
  21. "/normalize-url",
  22. "/prop-types",
  23. "/query-string",
  24. "/react",
  25. "/react-app-polyfill",
  26. "/react-dom",
  27. "/scheduler"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  30. "_shasum": "2109adc7965887cfc05cbbd442cac8bfbb360863",
  31. "_spec": "object-assign@^4.1.1",
  32. "_where": "/Users/jane/myproject/node_modules/react",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/object-assign/issues"
  40. },
  41. "bundleDependencies": false,
  42. "deprecated": false,
  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. }