package.json 2.3 KB

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