package.json 2.2 KB

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