{ "_args": [ [ "get-stdin@9.0.0", "/d" ] ], "_from": "get-stdin@9.0.0", "_id": "get-stdin@9.0.0", "_inBundle": false, "_integrity": "sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==", "_location": "/get-stdin", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "get-stdin@9.0.0", "name": "get-stdin", "escapedName": "get-stdin", "rawSpec": "9.0.0", "saveSpec": null, "fetchSpec": "9.0.0" }, "_requiredBy": [ "/postcss-cli" ], "_resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz", "_spec": "9.0.0", "_where": "/d", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/get-stdin/issues" }, "description": "Get stdin as a string or buffer", "devDependencies": { "@types/node": "^14.14.41", "ava": "^3.15.0", "delay": "^5.0.0", "tsd": "^0.14.0", "xo": "^0.38.2" }, "engines": { "node": ">=12" }, "exports": "./index.js", "files": [ "index.js", "index.d.ts" ], "funding": "https://github.com/sponsors/sindresorhus", "homepage": "https://github.com/sindresorhus/get-stdin#readme", "keywords": [ "std", "stdin", "stdio", "concat", "buffer", "stream", "process", "read" ], "license": "MIT", "name": "get-stdin", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/get-stdin.git" }, "scripts": { "test": "xo && ava test.js test-buffer.js && echo unicorns | node test-real.js && tsd" }, "type": "module", "version": "9.0.0" }