package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "_from": "stdout-stream@^1.4.0",
  3. "_id": "stdout-stream@1.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==",
  6. "_location": "/stdout-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stdout-stream@^1.4.0",
  12. "name": "stdout-stream",
  13. "escapedName": "stdout-stream",
  14. "rawSpec": "^1.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.4.0"
  17. },
  18. "_requiredBy": [
  19. "/node-sass"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz",
  22. "_shasum": "5ac174cdd5cd726104aa0c0b2bd83815d8d535de",
  23. "_spec": "stdout-stream@^1.4.0",
  24. "_where": "D:\\公司项目\\wms\\node_modules\\node-sass",
  25. "bugs": {
  26. "url": "https://github.com/mafintosh/stdout-stream/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "readable-stream": "^2.0.1"
  31. },
  32. "deprecated": false,
  33. "description": "Non-blocking stdout stream",
  34. "devDependencies": {
  35. "tape": "~2.12.3"
  36. },
  37. "homepage": "https://github.com/mafintosh/stdout-stream#readme",
  38. "license": "MIT",
  39. "name": "stdout-stream",
  40. "repository": {
  41. "type": "git",
  42. "url": "git+https://github.com/mafintosh/stdout-stream.git"
  43. },
  44. "scripts": {
  45. "test": "tape test/index.js"
  46. },
  47. "version": "1.4.1"
  48. }