package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "get-stdin@^8.0.0",
  3. "_id": "get-stdin@8.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
  6. "_location": "/get-stdin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "get-stdin@^8.0.0",
  12. "name": "get-stdin",
  13. "escapedName": "get-stdin",
  14. "rawSpec": "^8.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^8.0.0"
  17. },
  18. "_requiredBy": [
  19. "/stylelint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz",
  22. "_shasum": "cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53",
  23. "_spec": "get-stdin@^8.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\stylelint",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/get-stdin/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Get stdin as a string or buffer",
  36. "devDependencies": {
  37. "@types/node": "^13.13.5",
  38. "ava": "^2.4.0",
  39. "delay": "^4.2.0",
  40. "tsd": "^0.11.0",
  41. "xo": "^0.24.0"
  42. },
  43. "engines": {
  44. "node": ">=10"
  45. },
  46. "files": [
  47. "index.js",
  48. "index.d.ts"
  49. ],
  50. "funding": "https://github.com/sponsors/sindresorhus",
  51. "homepage": "https://github.com/sindresorhus/get-stdin#readme",
  52. "keywords": [
  53. "std",
  54. "stdin",
  55. "stdio",
  56. "concat",
  57. "buffer",
  58. "stream",
  59. "process",
  60. "read"
  61. ],
  62. "license": "MIT",
  63. "name": "get-stdin",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/get-stdin.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava test.js test-buffer.js && echo unicorns | node test-real.js && tsd"
  70. },
  71. "version": "8.0.0"
  72. }