package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "glob-stream@^3.1.5",
  3. "_id": "glob-stream@3.1.18",
  4. "_inBundle": false,
  5. "_integrity": "sha1-kXCl8St5Awb9/lmPMT+PeVT9FDs=",
  6. "_location": "/glob-stream",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.2",
  9. "inherits": "2.0.3",
  10. "isarray": "0.0.1",
  11. "string_decoder": "0.10.31",
  12. "xtend": "4.0.1"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "glob-stream@^3.1.5",
  18. "name": "glob-stream",
  19. "escapedName": "glob-stream",
  20. "rawSpec": "^3.1.5",
  21. "saveSpec": null,
  22. "fetchSpec": "^3.1.5"
  23. },
  24. "_requiredBy": [
  25. "/vinyl-fs"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-3.1.18.tgz",
  28. "_shasum": "9170a5f12b790306fdfe598f313f8f7954fd143b",
  29. "_spec": "glob-stream@^3.1.5",
  30. "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres/node_modules/vinyl-fs",
  31. "author": {
  32. "name": "Fractal",
  33. "email": "contact@wearefractal.com",
  34. "url": "http://wearefractal.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/wearefractal/glob-stream/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "glob": "^4.3.1",
  42. "glob2base": "^0.0.12",
  43. "minimatch": "^2.0.1",
  44. "ordered-read-streams": "^0.1.0",
  45. "through2": "^0.6.1",
  46. "unique-stream": "^1.0.0"
  47. },
  48. "deprecated": false,
  49. "description": "File system globs as a stream",
  50. "devDependencies": {
  51. "coveralls": "^2.11.2",
  52. "istanbul": "^0.3.0",
  53. "istanbul-coveralls": "^1.0.1",
  54. "jshint": "^2.5.10",
  55. "mocha": "^2.0.0",
  56. "mocha-lcov-reporter": "0.0.1",
  57. "rimraf": "^2.2.5",
  58. "should": "^4.3.0"
  59. },
  60. "engines": {
  61. "node": ">= 0.9"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "homepage": "http://github.com/wearefractal/glob-stream",
  67. "licenses": [
  68. {
  69. "type": "MIT",
  70. "url": "http://github.com/wearefractal/glob-stream/raw/master/LICENSE"
  71. }
  72. ],
  73. "main": "./index.js",
  74. "name": "glob-stream",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/wearefractal/glob-stream.git"
  78. },
  79. "scripts": {
  80. "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && istanbul-coveralls",
  81. "test": "mocha --reporter spec && jshint"
  82. },
  83. "version": "3.1.18"
  84. }