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
76 lines
1.5 KiB
JSON
76 lines
1.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"once@1.4.0",
|
|
"C:\\Users\\Administrator\\Documents\\setup-node"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "once@1.4.0",
|
|
"_id": "once@1.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
|
|
"_location": "/once",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "once@1.4.0",
|
|
"name": "once",
|
|
"escapedName": "once",
|
|
"rawSpec": "1.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@octokit/request",
|
|
"/@octokit/request-error",
|
|
"/@octokit/rest",
|
|
"/end-of-stream",
|
|
"/glob",
|
|
"/inflight",
|
|
"/pump"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
"_spec": "1.4.0",
|
|
"_where": "C:\\Users\\Administrator\\Documents\\setup-node",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/once/issues"
|
|
},
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
},
|
|
"description": "Run a function exactly one time",
|
|
"devDependencies": {
|
|
"tap": "^7.0.1"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"files": [
|
|
"once.js"
|
|
],
|
|
"homepage": "https://github.com/isaacs/once#readme",
|
|
"keywords": [
|
|
"once",
|
|
"function",
|
|
"one",
|
|
"single"
|
|
],
|
|
"license": "ISC",
|
|
"main": "once.js",
|
|
"name": "once",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/once.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"version": "1.4.0"
|
|
}
|