package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "through@2.3.4",
  6. "scope": null,
  7. "escapedName": "through",
  8. "name": "through",
  9. "rawSpec": "2.3.4",
  10. "spec": "2.3.4",
  11. "type": "version"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-copy"
  14. ]
  15. ],
  16. "_from": "through@2.3.4",
  17. "_id": "through@2.3.4",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/through",
  21. "_npmUser": {
  22. "name": "dominictarr",
  23. "email": "dominic.tarr@gmail.com"
  24. },
  25. "_npmVersion": "1.2.18",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "through@2.3.4",
  29. "scope": null,
  30. "escapedName": "through",
  31. "name": "through",
  32. "rawSpec": "2.3.4",
  33. "spec": "2.3.4",
  34. "type": "version"
  35. },
  36. "_requiredBy": [
  37. "/event-stream",
  38. "/gulp-copy",
  39. "/pause-stream",
  40. "/split"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/through/-/through-2.3.4.tgz",
  43. "_shasum": "495e40e8d8a8eaebc7c275ea88c2b8fc14c56455",
  44. "_shrinkwrap": null,
  45. "_spec": "through@2.3.4",
  46. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-copy",
  47. "author": {
  48. "name": "Dominic Tarr",
  49. "email": "dominic.tarr@gmail.com",
  50. "url": "dominictarr.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/dominictarr/through/issues"
  54. },
  55. "dependencies": {},
  56. "description": "simplified stream contsruction",
  57. "devDependencies": {
  58. "stream-spec": "~0.3.5",
  59. "tape": "~0.2.2"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "495e40e8d8a8eaebc7c275ea88c2b8fc14c56455",
  64. "tarball": "https://registry.npmjs.org/through/-/through-2.3.4.tgz"
  65. },
  66. "homepage": "http://github.com/dominictarr/through",
  67. "keywords": [
  68. "stream",
  69. "streams",
  70. "user-streams",
  71. "pipe"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "maintainers": [
  76. {
  77. "name": "dominictarr",
  78. "email": "dominic.tarr@gmail.com"
  79. }
  80. ],
  81. "name": "through",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/dominictarr/through.git"
  87. },
  88. "scripts": {
  89. "test": "set -e; for t in test/*.js; do node $t; done"
  90. },
  91. "testling": {
  92. "browsers": [
  93. "ie/8..latest",
  94. "ff/15..latest",
  95. "chrome/20..latest",
  96. "safari/5.1..latest"
  97. ],
  98. "files": "test/*.js"
  99. },
  100. "version": "2.3.4"
  101. }