You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
2.3 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "is-stream@^1.1.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/execa"
  6. ]
  7. ],
  8. "_from": "is-stream@>=1.1.0 <2.0.0",
  9. "_id": "is-stream@1.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-stream",
  13. "_nodeVersion": "4.4.2",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/is-stream-1.1.0.tgz_1460446915184_0.806101513793692"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "is-stream",
  26. "raw": "is-stream@^1.1.0",
  27. "rawSpec": "^1.1.0",
  28. "scope": null,
  29. "spec": ">=1.1.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/execa"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
  36. "_shasum": "12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44",
  37. "_shrinkwrap": null,
  38. "_spec": "is-stream@^1.1.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/execa",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/is-stream/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Check if something is a Node.js stream",
  50. "devDependencies": {
  51. "ava": "*",
  52. "tempfile": "^1.1.0",
  53. "xo": "*"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44",
  58. "tarball": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz"
  59. },
  60. "engines": {
  61. "node": ">=0.10.0"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "gitHead": "e21d73f1028c189d16150cea52641059b0936310",
  67. "homepage": "https://github.com/sindresorhus/is-stream#readme",
  68. "keywords": [
  69. "check",
  70. "detect",
  71. "duplex",
  72. "is",
  73. "readable",
  74. "stream",
  75. "streams",
  76. "transform",
  77. "type",
  78. "writable"
  79. ],
  80. "license": "MIT",
  81. "maintainers": [
  82. {
  83. "name": "sindresorhus",
  84. "email": "sindresorhus@gmail.com"
  85. }
  86. ],
  87. "name": "is-stream",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/sindresorhus/is-stream.git"
  93. },
  94. "scripts": {
  95. "test": "xo && ava"
  96. },
  97. "version": "1.1.0"
  98. }