package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "glob-stream@^3.1.5",
  6. "scope": null,
  7. "escapedName": "glob-stream",
  8. "name": "glob-stream",
  9. "rawSpec": "^3.1.5",
  10. "spec": ">=3.1.5 <4.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/vinyl-fs"
  14. ]
  15. ],
  16. "_from": "glob-stream@>=3.1.5 <4.0.0",
  17. "_id": "glob-stream@3.1.18",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/glob-stream",
  21. "_nodeVersion": "0.10.33",
  22. "_npmUser": {
  23. "name": "fractal",
  24. "email": "contact@wearefractal.com"
  25. },
  26. "_npmVersion": "2.1.6",
  27. "_phantomChildren": {
  28. "brace-expansion": "1.1.6",
  29. "inflight": "1.0.6",
  30. "inherits": "2.0.3",
  31. "once": "1.4.0",
  32. "readable-stream": "1.0.34",
  33. "xtend": "4.0.1"
  34. },
  35. "_requested": {
  36. "raw": "glob-stream@^3.1.5",
  37. "scope": null,
  38. "escapedName": "glob-stream",
  39. "name": "glob-stream",
  40. "rawSpec": "^3.1.5",
  41. "spec": ">=3.1.5 <4.0.0",
  42. "type": "range"
  43. },
  44. "_requiredBy": [
  45. "/vinyl-fs"
  46. ],
  47. "_resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-3.1.18.tgz",
  48. "_shasum": "9170a5f12b790306fdfe598f313f8f7954fd143b",
  49. "_shrinkwrap": null,
  50. "_spec": "glob-stream@^3.1.5",
  51. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/vinyl-fs",
  52. "author": {
  53. "name": "Fractal",
  54. "email": "contact@wearefractal.com",
  55. "url": "http://wearefractal.com/"
  56. },
  57. "bugs": {
  58. "url": "https://github.com/wearefractal/glob-stream/issues"
  59. },
  60. "dependencies": {
  61. "glob": "^4.3.1",
  62. "glob2base": "^0.0.12",
  63. "minimatch": "^2.0.1",
  64. "ordered-read-streams": "^0.1.0",
  65. "through2": "^0.6.1",
  66. "unique-stream": "^1.0.0"
  67. },
  68. "description": "File system globs as a stream",
  69. "devDependencies": {
  70. "coveralls": "^2.11.2",
  71. "istanbul": "^0.3.0",
  72. "istanbul-coveralls": "^1.0.1",
  73. "jshint": "^2.5.10",
  74. "mocha": "^2.0.0",
  75. "mocha-lcov-reporter": "0.0.1",
  76. "rimraf": "^2.2.5",
  77. "should": "^4.3.0"
  78. },
  79. "directories": {},
  80. "dist": {
  81. "shasum": "9170a5f12b790306fdfe598f313f8f7954fd143b",
  82. "tarball": "https://registry.npmjs.org/glob-stream/-/glob-stream-3.1.18.tgz"
  83. },
  84. "engines": {
  85. "node": ">= 0.9"
  86. },
  87. "files": [
  88. "index.js"
  89. ],
  90. "gitHead": "472b98e7a0a747a3c72454337def65cebc4fb78e",
  91. "homepage": "http://github.com/wearefractal/glob-stream",
  92. "licenses": [
  93. {
  94. "type": "MIT",
  95. "url": "http://github.com/wearefractal/glob-stream/raw/master/LICENSE"
  96. }
  97. ],
  98. "main": "./index.js",
  99. "maintainers": [
  100. {
  101. "name": "fractal",
  102. "email": "contact@wearefractal.com"
  103. }
  104. ],
  105. "name": "glob-stream",
  106. "optionalDependencies": {},
  107. "readme": "ERROR: No README data found!",
  108. "repository": {
  109. "type": "git",
  110. "url": "git://github.com/wearefractal/glob-stream.git"
  111. },
  112. "scripts": {
  113. "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && istanbul-coveralls",
  114. "test": "mocha --reporter spec && jshint"
  115. },
  116. "version": "3.1.18"
  117. }