package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "object-assign@4.1.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_from": "object-assign@4.1.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. "/debug-fabulous",
  26. "/gauge",
  27. "/meow"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  30. "_spec": "4.1.1",
  31. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  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. "description": "ES2015 `Object.assign()` ponyfill",
  41. "devDependencies": {
  42. "ava": "^0.16.0",
  43. "lodash": "^4.16.4",
  44. "matcha": "^0.7.0",
  45. "xo": "^0.16.0"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/object-assign#readme",
  54. "keywords": [
  55. "object",
  56. "assign",
  57. "extend",
  58. "properties",
  59. "es2015",
  60. "ecmascript",
  61. "harmony",
  62. "ponyfill",
  63. "prollyfill",
  64. "polyfill",
  65. "shim",
  66. "browser"
  67. ],
  68. "license": "MIT",
  69. "name": "object-assign",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/object-assign.git"
  73. },
  74. "scripts": {
  75. "bench": "matcha bench.js",
  76. "test": "xo && ava"
  77. },
  78. "version": "4.1.1"
  79. }