package.json 2.1 KB

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