123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_from": "get-stdin@^8.0.0",
- "_id": "get-stdin@8.0.0",
- "_inBundle": false,
- "_integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
- "_location": "/get-stdin",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "get-stdin@^8.0.0",
- "name": "get-stdin",
- "escapedName": "get-stdin",
- "rawSpec": "^8.0.0",
- "saveSpec": null,
- "fetchSpec": "^8.0.0"
- },
- "_requiredBy": [
- "/stylelint"
- ],
- "_resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz",
- "_shasum": "cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53",
- "_spec": "get-stdin@^8.0.0",
- "_where": "H:\\gs_nuxt\\node_modules\\stylelint",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/get-stdin/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Get stdin as a string or buffer",
- "devDependencies": {
- "@types/node": "^13.13.5",
- "ava": "^2.4.0",
- "delay": "^4.2.0",
- "tsd": "^0.11.0",
- "xo": "^0.24.0"
- },
- "engines": {
- "node": ">=10"
- },
- "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"
- },
- "version": "8.0.0"
- }
|