package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "through2@^2.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/mem-fs"
  6. ]
  7. ],
  8. "_from": "through2@>=2.0.0 <3.0.0",
  9. "_id": "through2@2.0.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/through2",
  13. "_nodeVersion": "7.2.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/through2-2.0.3.tgz_1480373529377_0.264686161885038"
  17. },
  18. "_npmUser": {
  19. "email": "rod@vagg.org",
  20. "name": "rvagg"
  21. },
  22. "_npmVersion": "3.10.9",
  23. "_phantomChildren": {
  24. "core-util-is": "1.0.2",
  25. "inherits": "2.0.3",
  26. "process-nextick-args": "2.0.0",
  27. "safe-buffer": "5.1.2",
  28. "util-deprecate": "1.0.2"
  29. },
  30. "_requested": {
  31. "name": "through2",
  32. "raw": "through2@^2.0.0",
  33. "rawSpec": "^2.0.0",
  34. "scope": null,
  35. "spec": ">=2.0.0 <3.0.0",
  36. "type": "range"
  37. },
  38. "_requiredBy": [
  39. "/mem-fs",
  40. "/mem-fs-editor",
  41. "/yeoman-generator"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz",
  44. "_shasum": "0004569b37c7c74ba39c43f3ced78d1ad94140be",
  45. "_shrinkwrap": null,
  46. "_spec": "through2@^2.0.0",
  47. "_where": "/home/seleznev/project Angular/Quality system/node_modules/mem-fs",
  48. "author": {
  49. "email": "r@va.gg",
  50. "name": "Rod Vagg",
  51. "url": "https://github.com/rvagg"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/rvagg/through2/issues"
  55. },
  56. "dependencies": {
  57. "readable-stream": "^2.1.5",
  58. "xtend": "~4.0.1"
  59. },
  60. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  61. "devDependencies": {
  62. "bl": "~1.1.2",
  63. "faucet": "0.0.1",
  64. "stream-spigot": "~3.0.5",
  65. "tape": "~4.6.2"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "0004569b37c7c74ba39c43f3ced78d1ad94140be",
  70. "tarball": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz"
  71. },
  72. "gitHead": "4383b10b2cb6a32ae215760715b317513abe609f",
  73. "homepage": "https://github.com/rvagg/through2#readme",
  74. "keywords": [
  75. "stream",
  76. "streams2",
  77. "through",
  78. "transform"
  79. ],
  80. "license": "MIT",
  81. "main": "through2.js",
  82. "maintainers": [
  83. {
  84. "name": "rvagg",
  85. "email": "rod@vagg.org"
  86. },
  87. {
  88. "name": "bryce",
  89. "email": "bryce@ravenwall.com"
  90. }
  91. ],
  92. "name": "through2",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/rvagg/through2.git"
  98. },
  99. "scripts": {
  100. "test": "node test/test.js | faucet",
  101. "test-local": "brtapsauce-local test/basic-test.js"
  102. },
  103. "version": "2.0.3"
  104. }