package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "object-assign@4.1.1",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_from": "object-assign@^4.0.1",
  9. "_id": "object-assign@4.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
  12. "_location": "/object-assign",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "object-assign@4.1.1",
  18. "name": "object-assign",
  19. "escapedName": "object-assign",
  20. "rawSpec": "4.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.1"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/meow"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  29. "_shasum": "2109adc7965887cfc05cbbd442cac8bfbb360863",
  30. "_spec": "4.1.1",
  31. "_where": "E:\\vscode\\UseStudio.Desktop",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/object-assign/issues"
  39. },
  40. "bundleDependencies": false,
  41. "deprecated": false,
  42. "description": "ES2015 `Object.assign()` ponyfill",
  43. "devDependencies": {
  44. "ava": "^0.16.0",
  45. "lodash": "^4.16.4",
  46. "matcha": "^0.7.0",
  47. "xo": "^0.16.0"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/object-assign#readme",
  56. "keywords": [
  57. "object",
  58. "assign",
  59. "extend",
  60. "properties",
  61. "es2015",
  62. "ecmascript",
  63. "harmony",
  64. "ponyfill",
  65. "prollyfill",
  66. "polyfill",
  67. "shim",
  68. "browser"
  69. ],
  70. "license": "MIT",
  71. "name": "object-assign",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/object-assign.git"
  75. },
  76. "scripts": {
  77. "bench": "matcha bench.js",
  78. "test": "xo && ava"
  79. },
  80. "version": "4.1.1"
  81. }