mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
Fix.
This commit is contained in:
parent
596a6da241
commit
c1a589c5b6
7078 changed files with 1882834 additions and 319 deletions
71
node_modules/get-stdin/package.json
generated
vendored
Normal file
71
node_modules/get-stdin/package.json
generated
vendored
Normal file
|
@ -0,0 +1,71 @@
|
|||
{
|
||||
"_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": [
|
||||
"/husky"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-7.0.0.tgz",
|
||||
"_shasum": "8d5de98f15171a125c5e516643c7a6d0ea8a96f6",
|
||||
"_spec": "get-stdin@^7.0.0",
|
||||
"_where": "E:\\github\\setup-java\\node_modules\\husky",
|
||||
"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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue