package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_args": [
  3. [
  4. "stdout-stream@1.4.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "stdout-stream@1.4.1",
  10. "_id": "stdout-stream@1.4.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-WsF0zdXNcmEEqgwLK9g4FdjVNd4=",
  13. "_location": "/stdout-stream",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "stdout-stream@1.4.1",
  19. "name": "stdout-stream",
  20. "escapedName": "stdout-stream",
  21. "rawSpec": "1.4.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.1"
  24. },
  25. "_requiredBy": [
  26. "/node-sass"
  27. ],
  28. "_resolved": "https://registry.nlark.com/stdout-stream/download/stdout-stream-1.4.1.tgz",
  29. "_spec": "1.4.1",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "bugs": {
  32. "url": "https://github.com/mafintosh/stdout-stream/issues"
  33. },
  34. "dependencies": {
  35. "readable-stream": "^2.0.1"
  36. },
  37. "description": "Non-blocking stdout stream",
  38. "devDependencies": {
  39. "tape": "~2.12.3"
  40. },
  41. "homepage": "https://github.com/mafintosh/stdout-stream#readme",
  42. "license": "MIT",
  43. "name": "stdout-stream",
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/mafintosh/stdout-stream.git"
  47. },
  48. "scripts": {
  49. "test": "tape test/index.js"
  50. },
  51. "version": "1.4.1"
  52. }