mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2024-11-06 03:55:47 +00:00
78148dae50
* Updates * Update * Update * Update * Update * Yarn sometimes prefers npmrc, so use same token * Description * Update readme * Feedback * Add type * new toolkit and scoped registries * npmrc in RUNNER_TEMP * Dont always auth * Try exporting blank token * Get auth working for now pending runner changes * Fix string interpolation for auth token. * Don't export both userconfigs * Update authutil.js * Add single quotes for authString * Fix the registry string. * Use userconfig and append trailing slash * Keep in root of repo * Try just adding auth token * Remove auth token * Try changes again * Add tests * Npm and GPR samples * Add types
82 lines
1.8 KiB
JSON
82 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"get-stream@4.1.0",
|
|
"C:\\Users\\Administrator\\Documents\\setup-node"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "get-stream@4.1.0",
|
|
"_id": "get-stream@4.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
|
|
"_location": "/get-stream",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "get-stream@4.1.0",
|
|
"name": "get-stream",
|
|
"escapedName": "get-stream",
|
|
"rawSpec": "4.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/execa"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
|
|
"_spec": "4.1.0",
|
|
"_where": "C:\\Users\\Administrator\\Documents\\setup-node",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/get-stream/issues"
|
|
},
|
|
"dependencies": {
|
|
"pump": "^3.0.0"
|
|
},
|
|
"description": "Get a stream as a string, buffer, or array",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"into-stream": "^3.0.0",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"buffer-stream.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/get-stream#readme",
|
|
"keywords": [
|
|
"get",
|
|
"stream",
|
|
"promise",
|
|
"concat",
|
|
"string",
|
|
"text",
|
|
"buffer",
|
|
"read",
|
|
"data",
|
|
"consume",
|
|
"readable",
|
|
"readablestream",
|
|
"array",
|
|
"object"
|
|
],
|
|
"license": "MIT",
|
|
"name": "get-stream",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/get-stream.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "4.1.0"
|
|
}
|