|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "_args": [
- [
- "get-stdin@8.0.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "get-stdin@8.0.0",
- "_id": "get-stdin@8.0.0",
- "_inBundle": false,
- "_integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
- "_location": "/get-stdin",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "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",
- "_spec": "8.0.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "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": "^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"
- }
|