package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "object-assign@^3.0.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/meow"
  6. ]
  7. ],
  8. "_from": "object-assign@>=3.0.0 <4.0.0",
  9. "_id": "object-assign@3.0.0",
  10. "_inCache": true,
  11. "_location": "/object-assign",
  12. "_nodeVersion": "0.12.4",
  13. "_npmUser": {
  14. "email": "sindresorhus@gmail.com",
  15. "name": "sindresorhus"
  16. },
  17. "_npmVersion": "2.10.1",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "object-assign",
  21. "raw": "object-assign@^3.0.0",
  22. "rawSpec": "^3.0.0",
  23. "scope": null,
  24. "spec": ">=3.0.0 <4.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/meow"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz",
  31. "_shasum": "9bedd5ca0897949bca47e7ff408062d549f587f2",
  32. "_shrinkwrap": null,
  33. "_spec": "object-assign@^3.0.0",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/meow",
  35. "author": {
  36. "email": "sindresorhus@gmail.com",
  37. "name": "Sindre Sorhus",
  38. "url": "http://sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/object-assign/issues"
  42. },
  43. "dependencies": {},
  44. "description": "ES6 Object.assign() ponyfill",
  45. "devDependencies": {
  46. "mocha": "*"
  47. },
  48. "directories": {},
  49. "dist": {
  50. "shasum": "9bedd5ca0897949bca47e7ff408062d549f587f2",
  51. "tarball": "http://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "gitHead": "02622dcb0d82bd81a071ed0b04fedf5e5eea7059",
  60. "homepage": "https://github.com/sindresorhus/object-assign",
  61. "installable": true,
  62. "keywords": [
  63. "assign",
  64. "browser",
  65. "ecmascript",
  66. "es6",
  67. "extend",
  68. "harmony",
  69. "object",
  70. "polyfill",
  71. "ponyfill",
  72. "prollyfill",
  73. "properties",
  74. "shim"
  75. ],
  76. "license": "MIT",
  77. "maintainers": [
  78. {
  79. "name": "sindresorhus",
  80. "email": "sindresorhus@gmail.com"
  81. }
  82. ],
  83. "name": "object-assign",
  84. "optionalDependencies": {},
  85. "repository": {
  86. "type": "git",
  87. "url": "https://github.com/sindresorhus/object-assign"
  88. },
  89. "scripts": {
  90. "test": "mocha"
  91. },
  92. "version": "3.0.0"
  93. }