forked from PirateCare/Syllabus
76 lines
1.7 KiB
JSON
76 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"get-stdin@7.0.0",
|
|
"/tmp/tailwind-hugo"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "get-stdin@7.0.0",
|
|
"_id": "get-stdin@7.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==",
|
|
"_location": "/get-stdin",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"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": [
|
|
"/postcss-cli"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-7.0.0.tgz",
|
|
"_spec": "7.0.0",
|
|
"_where": "/tmp/tailwind-hugo",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/get-stdin/issues"
|
|
},
|
|
"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"
|
|
}
|