package.json 2.6 KB

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