package.json 2.1 KB

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