package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "through2@~1.1.1",
  6. "scope": null,
  7. "escapedName": "through2",
  8. "name": "through2",
  9. "rawSpec": "~1.1.1",
  10. "spec": ">=1.1.1 <1.2.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-concat-css"
  14. ]
  15. ],
  16. "_from": "through2@>=1.1.1 <1.2.0",
  17. "_id": "through2@1.1.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/gulp-concat-css/through2",
  21. "_npmUser": {
  22. "name": "rvagg",
  23. "email": "rod@vagg.org"
  24. },
  25. "_npmVersion": "1.4.21",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "through2@~1.1.1",
  29. "scope": null,
  30. "escapedName": "through2",
  31. "name": "through2",
  32. "rawSpec": "~1.1.1",
  33. "spec": ">=1.1.1 <1.2.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/gulp-concat-css"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/through2/-/through2-1.1.1.tgz",
  40. "_shasum": "0847cbc4449f3405574dbdccd9bb841b83ac3545",
  41. "_shrinkwrap": null,
  42. "_spec": "through2@~1.1.1",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-concat-css",
  44. "author": {
  45. "name": "Rod Vagg",
  46. "email": "r@va.gg",
  47. "url": "https://github.com/rvagg"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/rvagg/through2/issues"
  51. },
  52. "dependencies": {
  53. "readable-stream": ">=1.1.13-1 <1.2.0-0",
  54. "xtend": ">=4.0.0 <4.1.0-0"
  55. },
  56. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  57. "devDependencies": {
  58. "bl": ">=0.9.0 <0.10.0-0",
  59. "stream-spigot": ">=3.0.4 <3.1.0-0",
  60. "tape": ">=2.14.0 <2.15.0-0"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "0847cbc4449f3405574dbdccd9bb841b83ac3545",
  65. "tarball": "https://registry.npmjs.org/through2/-/through2-1.1.1.tgz"
  66. },
  67. "gitHead": "05618510052dcb4ec970c47c1234e0fcad8566de",
  68. "homepage": "https://github.com/rvagg/through2",
  69. "keywords": [
  70. "stream",
  71. "streams2",
  72. "through",
  73. "transform"
  74. ],
  75. "license": "MIT",
  76. "main": "through2.js",
  77. "maintainers": [
  78. {
  79. "name": "rvagg",
  80. "email": "rod@vagg.org"
  81. },
  82. {
  83. "name": "bryce",
  84. "email": "bryce@ravenwall.com"
  85. }
  86. ],
  87. "name": "through2",
  88. "optionalDependencies": {},
  89. "publishConfig": {
  90. "tag": "1.0"
  91. },
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/rvagg/through2.git"
  96. },
  97. "scripts": {
  98. "test": "node test/test.js",
  99. "test-local": "brtapsauce-local test/basic-test.js"
  100. },
  101. "version": "1.1.1"
  102. }