| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "get-stdin@^4.0.1", |
| 3 | "_id": "get-stdin@4.0.1", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", |
| 6 | "_location": "/get-stdin", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "get-stdin@^4.0.1", |
| 12 | "name": "get-stdin", |
| 13 | "escapedName": "get-stdin", |
| 14 | "rawSpec": "^4.0.1", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^4.0.1" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/lpad-align", |
| 20 | "/strip-indent" |
| 21 | ], |
| 22 | "_resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", |
| 23 | "_shasum": "b968c6b0a04384324902e8bf1a5df32579a450fe", |
| 24 | "_spec": "get-stdin@^4.0.1", |
| 25 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\lpad-align", |
| 26 | "author": { |
| 27 | "name": "Sindre Sorhus", |
| 28 | "email": "sindresorhus@gmail.com", |
| 29 | "url": "http://sindresorhus.com" |
| 30 | }, |
| 31 | "bugs": { |
| 32 | "url": "https://github.com/sindresorhus/get-stdin/issues" |
| 33 | }, |
| 34 | "bundleDependencies": false, |
| 35 | "deprecated": false, |
| 36 | "description": "Easier stdin", |
| 37 | "devDependencies": { |
| 38 | "ava": "0.0.4", |
| 39 | "buffer-equal": "0.0.1" |
| 40 | }, |
| 41 | "engines": { |
| 42 | "node": ">=0.10.0" |
| 43 | }, |
| 44 | "files": [ |
| 45 | "index.js" |
| 46 | ], |
| 47 | "homepage": "https://github.com/sindresorhus/get-stdin#readme", |
| 48 | "keywords": [ |
| 49 | "std", |
| 50 | "stdin", |
| 51 | "stdio", |
| 52 | "concat", |
| 53 | "buffer", |
| 54 | "stream", |
| 55 | "process", |
| 56 | "stream" |
| 57 | ], |
| 58 | "license": "MIT", |
| 59 | "name": "get-stdin", |
| 60 | "repository": { |
| 61 | "type": "git", |
| 62 | "url": "git+https://github.com/sindresorhus/get-stdin.git" |
| 63 | }, |
| 64 | "scripts": { |
| 65 | "test": "node test.js && node test-buffer.js && echo unicorns | node test-real.js" |
| 66 | }, |
| 67 | "version": "4.0.1" |
| 68 | } |