72 lines
1.7 KiB
JSON
72 lines
1.7 KiB
JSON
|
{
|
||
|
"_from": "get-stdin@^7.0.0",
|
||
|
"_id": "get-stdin@7.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==",
|
||
|
"_location": "/get-stdin",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "get-stdin@^7.0.0",
|
||
|
"name": "get-stdin",
|
||
|
"escapedName": "get-stdin",
|
||
|
"rawSpec": "^7.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^7.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/standard-engine"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-7.0.0.tgz",
|
||
|
"_shasum": "8d5de98f15171a125c5e516643c7a6d0ea8a96f6",
|
||
|
"_spec": "get-stdin@^7.0.0",
|
||
|
"_where": "/home/juan/bigint-crypto-utils/node_modules/standard-engine",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "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": "^11.13.4",
|
||
|
"ava": "^1.4.1",
|
||
|
"delay": "^4.2.0",
|
||
|
"tsd": "^0.7.2",
|
||
|
"xo": "^0.24.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"index.d.ts"
|
||
|
],
|
||
|
"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": "7.0.0"
|
||
|
}
|