You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
1.5 KiB

  1. {
  2. "name": "object-assign",
  3. "version": "1.0.0",
  4. "description": "ES6 Object.assign() ponyfill",
  5. "license": "MIT",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/sindresorhus/object-assign.git"
  9. },
  10. "author": {
  11. "name": "Sindre Sorhus",
  12. "email": "sindresorhus@gmail.com",
  13. "url": "http://sindresorhus.com"
  14. },
  15. "engines": {
  16. "node": ">=0.10.0"
  17. },
  18. "scripts": {
  19. "test": "mocha"
  20. },
  21. "files": [
  22. "index.js"
  23. ],
  24. "keywords": [
  25. "object",
  26. "assign",
  27. "extend",
  28. "properties",
  29. "es6",
  30. "ecmascript",
  31. "harmony",
  32. "ponyfill",
  33. "prollyfill",
  34. "polyfill",
  35. "shim",
  36. "browser"
  37. ],
  38. "devDependencies": {
  39. "mocha": "*"
  40. },
  41. "gitHead": "a17eef6882cf3ffcee46f7d9d5a5ba0abc6b029c",
  42. "bugs": {
  43. "url": "https://github.com/sindresorhus/object-assign/issues"
  44. },
  45. "homepage": "https://github.com/sindresorhus/object-assign",
  46. "_id": "object-assign@1.0.0",
  47. "_shasum": "e65dc8766d3b47b4b8307465c8311da030b070a6",
  48. "_from": "object-assign@>=1.0.0 <2.0.0",
  49. "_npmVersion": "1.4.21",
  50. "_npmUser": {
  51. "name": "sindresorhus",
  52. "email": "sindresorhus@gmail.com"
  53. },
  54. "maintainers": [
  55. {
  56. "name": "sindresorhus",
  57. "email": "sindresorhus@gmail.com"
  58. }
  59. ],
  60. "dist": {
  61. "shasum": "e65dc8766d3b47b4b8307465c8311da030b070a6",
  62. "tarball": "https://registry.npmjs.org/object-assign/-/object-assign-1.0.0.tgz"
  63. },
  64. "directories": {},
  65. "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-1.0.0.tgz",
  66. "readme": "ERROR: No README data found!"
  67. }