package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "get-stdin@^4.0.1",
  5. "D:\\work\\im\\node_modules\\detect-indent"
  6. ]
  7. ],
  8. "_from": "get-stdin@>=4.0.1 <5.0.0",
  9. "_id": "get-stdin@4.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/get-stdin",
  13. "_npmUser": {
  14. "email": "sindresorhus@gmail.com",
  15. "name": "sindresorhus"
  16. },
  17. "_npmVersion": "1.4.28",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "get-stdin",
  21. "raw": "get-stdin@^4.0.1",
  22. "rawSpec": "^4.0.1",
  23. "scope": null,
  24. "spec": ">=4.0.1 <5.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/detect-indent",
  29. "/find-versions",
  30. "/strip-indent"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
  33. "_shasum": "b968c6b0a04384324902e8bf1a5df32579a450fe",
  34. "_shrinkwrap": null,
  35. "_spec": "get-stdin@^4.0.1",
  36. "_where": "D:\\work\\im\\node_modules\\detect-indent",
  37. "author": {
  38. "email": "sindresorhus@gmail.com",
  39. "name": "Sindre Sorhus",
  40. "url": "http://sindresorhus.com"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/sindresorhus/get-stdin/issues"
  44. },
  45. "dependencies": {},
  46. "description": "Easier stdin",
  47. "devDependencies": {
  48. "ava": "0.0.4",
  49. "buffer-equal": "0.0.1"
  50. },
  51. "directories": {},
  52. "dist": {
  53. "shasum": "b968c6b0a04384324902e8bf1a5df32579a450fe",
  54. "tarball": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "gitHead": "65c744975229b25d6cc5c7546f49b6ad9099553f",
  63. "homepage": "https://github.com/sindresorhus/get-stdin",
  64. "keywords": [
  65. "std",
  66. "stdin",
  67. "stdio",
  68. "concat",
  69. "buffer",
  70. "stream",
  71. "process",
  72. "stream"
  73. ],
  74. "license": "MIT",
  75. "maintainers": [
  76. {
  77. "email": "sindresorhus@gmail.com",
  78. "name": "sindresorhus"
  79. }
  80. ],
  81. "name": "get-stdin",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/sindresorhus/get-stdin.git"
  87. },
  88. "scripts": {
  89. "test": "node test.js && node test-buffer.js && echo unicorns | node test-real.js"
  90. },
  91. "version": "4.0.1"
  92. }