package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "into-stream@^3.1.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/got"
  6. ]
  7. ],
  8. "_from": "into-stream@>=3.1.0 <4.0.0",
  9. "_id": "into-stream@3.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/into-stream",
  13. "_nodeVersion": "4.6.2",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/into-stream-3.1.0.tgz_1480406947546_0.3577207559719682"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.11",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "into-stream",
  26. "raw": "into-stream@^3.1.0",
  27. "rawSpec": "^3.1.0",
  28. "scope": null,
  29. "spec": ">=3.1.0 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/got"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/into-stream/-/into-stream-3.1.0.tgz",
  36. "_shasum": "96fb0a936c12babd6ff1752a17d05616abd094c6",
  37. "_shrinkwrap": null,
  38. "_spec": "into-stream@^3.1.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/got",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/into-stream/issues"
  47. },
  48. "dependencies": {
  49. "from2": "^2.1.1",
  50. "p-is-promise": "^1.1.0"
  51. },
  52. "description": "Convert a buffer/string/array/object/iterable/promise into a stream",
  53. "devDependencies": {
  54. "ava": "*",
  55. "get-stream": "^3.0.0",
  56. "xo": "*"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "96fb0a936c12babd6ff1752a17d05616abd094c6",
  61. "tarball": "https://registry.npmjs.org/into-stream/-/into-stream-3.1.0.tgz"
  62. },
  63. "engines": {
  64. "node": ">=4"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "gitHead": "0d751e2b2063c1938b9dd78c3cc2c6ac55f798dc",
  70. "homepage": "https://github.com/sindresorhus/into-stream#readme",
  71. "keywords": [
  72. "array",
  73. "buffer",
  74. "convert",
  75. "from",
  76. "gulpfriendly",
  77. "into",
  78. "iterable",
  79. "object",
  80. "promise",
  81. "promises",
  82. "pull",
  83. "readable",
  84. "str",
  85. "stream",
  86. "string",
  87. "to",
  88. "transform",
  89. "value"
  90. ],
  91. "license": "MIT",
  92. "maintainers": [
  93. {
  94. "name": "sindresorhus",
  95. "email": "sindresorhus@gmail.com"
  96. }
  97. ],
  98. "name": "into-stream",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/sindresorhus/into-stream.git"
  104. },
  105. "scripts": {
  106. "test": "xo && ava"
  107. },
  108. "version": "3.1.0"
  109. }