package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "xtend@^4.0.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/is-my-json-valid"
  6. ]
  7. ],
  8. "_from": "xtend@>=4.0.0 <5.0.0",
  9. "_id": "xtend@4.0.0",
  10. "_inCache": true,
  11. "_location": "/xtend",
  12. "_npmUser": {
  13. "email": "raynos2@gmail.com",
  14. "name": "raynos"
  15. },
  16. "_npmVersion": "1.4.15",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "xtend",
  20. "raw": "xtend@^4.0.0",
  21. "rawSpec": "^4.0.0",
  22. "scope": null,
  23. "spec": ">=4.0.0 <5.0.0",
  24. "type": "range"
  25. },
  26. "_requiredBy": [
  27. "/is-my-json-valid"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.0.tgz",
  30. "_shasum": "8bc36ff87aedbe7ce9eaf0bca36b2354a743840f",
  31. "_shrinkwrap": null,
  32. "_spec": "xtend@^4.0.0",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/is-my-json-valid",
  34. "author": {
  35. "email": "raynos2@gmail.com",
  36. "name": "Raynos"
  37. },
  38. "bugs": {
  39. "email": "raynos2@gmail.com",
  40. "url": "https://github.com/Raynos/xtend/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Jake Verbaten"
  45. },
  46. {
  47. "name": "Matt Esch"
  48. }
  49. ],
  50. "dependencies": {},
  51. "description": "extend like a boss",
  52. "devDependencies": {
  53. "tape": "~1.1.0"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "8bc36ff87aedbe7ce9eaf0bca36b2354a743840f",
  58. "tarball": "http://registry.npmjs.org/xtend/-/xtend-4.0.0.tgz"
  59. },
  60. "engines": {
  61. "node": ">=0.4"
  62. },
  63. "gitHead": "94a95d76154103290533b2c55ffa0fe4be16bfef",
  64. "homepage": "https://github.com/Raynos/xtend",
  65. "installable": true,
  66. "keywords": [
  67. "array",
  68. "extend",
  69. "merge",
  70. "object",
  71. "options",
  72. "opts"
  73. ],
  74. "licenses": [
  75. {
  76. "type": "MIT",
  77. "url": "http://github.com/raynos/xtend/raw/master/LICENSE"
  78. }
  79. ],
  80. "main": "immutable",
  81. "maintainers": [
  82. {
  83. "name": "raynos",
  84. "email": "raynos2@gmail.com"
  85. }
  86. ],
  87. "name": "xtend",
  88. "optionalDependencies": {},
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/Raynos/xtend.git"
  92. },
  93. "scripts": {
  94. "test": "node test"
  95. },
  96. "testling": {
  97. "browsers": [
  98. "chrome/22..latest",
  99. "chrome/canary",
  100. "firefox/16..latest",
  101. "firefox/nightly",
  102. "ie/7..latest",
  103. "ipad/6.0..latest",
  104. "iphone/6.0..latest",
  105. "opera/12..latest",
  106. "opera/next",
  107. "safari/5.1..latest"
  108. ],
  109. "files": "test.js"
  110. },
  111. "version": "4.0.0"
  112. }