package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "get-stdin@^4.0.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/strip-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. "/strip-indent"
  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": "/home/seleznev/project Angular/Quality system/node_modules/strip-indent",
  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": "https://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. "keywords": [
  63. "buffer",
  64. "concat",
  65. "process",
  66. "std",
  67. "stdin",
  68. "stdio",
  69. "stream",
  70. "stream"
  71. ],
  72. "license": "MIT",
  73. "maintainers": [
  74. {
  75. "name": "sindresorhus",
  76. "email": "sindresorhus@gmail.com"
  77. }
  78. ],
  79. "name": "get-stdin",
  80. "optionalDependencies": {},
  81. "readme": "ERROR: No README data found!",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/sindresorhus/get-stdin.git"
  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. }