package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "get-stdin@6.0.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "get-stdin@6.0.0",
  10. "_id": "get-stdin@6.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==",
  13. "_location": "/get-stdin",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "get-stdin@6.0.0",
  19. "name": "get-stdin",
  20. "escapedName": "get-stdin",
  21. "rawSpec": "6.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint-config-prettier"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz",
  29. "_spec": "6.0.0",
  30. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/get-stdin/issues"
  38. },
  39. "description": "Get stdin as a string or buffer",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/get-stdin#readme",
  51. "keywords": [
  52. "std",
  53. "stdin",
  54. "stdio",
  55. "concat",
  56. "buffer",
  57. "stream",
  58. "process",
  59. "read"
  60. ],
  61. "license": "MIT",
  62. "name": "get-stdin",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/get-stdin.git"
  66. },
  67. "scripts": {
  68. "test": "xo && ava test.js test-buffer.js && echo unicorns | node test-real.js"
  69. },
  70. "version": "6.0.0"
  71. }