package.json 771 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "get-stdin",
  3. "version": "4.0.1",
  4. "description": "Easier stdin",
  5. "license": "MIT",
  6. "repository": "sindresorhus/get-stdin",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "http://sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=0.10.0"
  14. },
  15. "scripts": {
  16. "test": "node test.js && node test-buffer.js && echo unicorns | node test-real.js"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "std",
  23. "stdin",
  24. "stdio",
  25. "concat",
  26. "buffer",
  27. "stream",
  28. "process",
  29. "stream"
  30. ],
  31. "devDependencies": {
  32. "ava": "0.0.4",
  33. "buffer-equal": "0.0.1"
  34. },
  35. "_from": "get-stdin@4.0.1",
  36. "_resolved": "http://registry.npm.taobao.org/get-stdin/download/get-stdin-4.0.1.tgz"
  37. }