package.json 2.4 KB

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