mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
8539cacbbe
Extracted out of https://github.com/denoland/deno/pull/25614 It's better for these to be non-minified because then diffs are better when adding new versions.
69 lines
2 KiB
JSON
69 lines
2 KiB
JSON
{
|
|
"name": "get-stdin",
|
|
"description": "Get stdin as a string or buffer",
|
|
"dist-tags": {
|
|
"latest": "8.0.0"
|
|
},
|
|
"versions": {
|
|
"8.0.0": {
|
|
"name": "get-stdin",
|
|
"version": "8.0.0",
|
|
"description": "Get stdin as a string or buffer",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/get-stdin.git"
|
|
},
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava test.js test-buffer.js && echo unicorns | node test-real.js && tsd"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^13.13.5",
|
|
"ava": "^2.4.0",
|
|
"delay": "^4.2.0",
|
|
"tsd": "^0.11.0",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"gitHead": "07288e101242054df3c197abc5559458af6c78ba",
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/get-stdin/issues"
|
|
},
|
|
"_id": "get-stdin@8.0.0",
|
|
"_nodeVersion": "10.20.1",
|
|
"_npmVersion": "6.14.5",
|
|
"dist": {
|
|
"integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
|
|
"shasum": "cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53",
|
|
"tarball": "http://localhost:4260/get-stdin/get-stdin-8.0.0.tgz",
|
|
"fileCount": 5,
|
|
"unpackedSize": 4706
|
|
},
|
|
"directories": {},
|
|
"_hasShrinkwrap": false
|
|
}
|
|
},
|
|
"readmeFilename": "readme.md",
|
|
"homepage": "https://github.com/sindresorhus/get-stdin#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/get-stdin.git"
|
|
},
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/get-stdin/issues"
|
|
},
|
|
"license": "MIT"
|
|
}
|