package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "stdout-stream@^1.4.0",
  3. "_id": "stdout-stream@1.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-osfIWH5U2UJ+qe2zrD8s1SLfN4s=",
  6. "_location": "/stdout-stream",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.2",
  9. "inherits": "2.0.3",
  10. "process-nextick-args": "1.0.7",
  11. "safe-buffer": "5.1.1",
  12. "util-deprecate": "1.0.2"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "stdout-stream@^1.4.0",
  18. "name": "stdout-stream",
  19. "escapedName": "stdout-stream",
  20. "rawSpec": "^1.4.0",
  21. "saveSpec": null,
  22. "fetchSpec": "^1.4.0"
  23. },
  24. "_requiredBy": [
  25. "/node-sass"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.0.tgz",
  28. "_shasum": "a2c7c8587e54d9427ea9edb3ac3f2cd522df378b",
  29. "_spec": "stdout-stream@^1.4.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/node-sass",
  31. "bugs": {
  32. "url": "https://github.com/mafintosh/stdout-stream/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "readable-stream": "^2.0.1"
  37. },
  38. "deprecated": false,
  39. "description": "Non-blocking stdout stream",
  40. "devDependencies": {
  41. "tape": "~2.12.3"
  42. },
  43. "homepage": "https://github.com/mafintosh/stdout-stream#readme",
  44. "name": "stdout-stream",
  45. "repository": {
  46. "type": "git",
  47. "url": "git+https://github.com/mafintosh/stdout-stream.git"
  48. },
  49. "scripts": {
  50. "test": "tape test/index.js"
  51. },
  52. "version": "1.4.0"
  53. }