package.json 2.7 KB

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