mirror of
				https://gitea.com/actions/setup-node.git
				synced 2025-11-02 07:48:42 +00:00 
			
		
		
		
	* 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.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			76 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "_from": "windows-release@^3.1.0",
 | 
						|
  "_id": "windows-release@3.2.0",
 | 
						|
  "_inBundle": false,
 | 
						|
  "_integrity": "sha512-QTlz2hKLrdqukrsapKsINzqMgOUpQW268eJ0OaOpJN32h272waxR9fkB9VoWRtK7uKHG5EHJcTXQBD8XZVJkFA==",
 | 
						|
  "_location": "/windows-release",
 | 
						|
  "_phantomChildren": {},
 | 
						|
  "_requested": {
 | 
						|
    "type": "range",
 | 
						|
    "registry": true,
 | 
						|
    "raw": "windows-release@^3.1.0",
 | 
						|
    "name": "windows-release",
 | 
						|
    "escapedName": "windows-release",
 | 
						|
    "rawSpec": "^3.1.0",
 | 
						|
    "saveSpec": null,
 | 
						|
    "fetchSpec": "^3.1.0"
 | 
						|
  },
 | 
						|
  "_requiredBy": [
 | 
						|
    "/os-name"
 | 
						|
  ],
 | 
						|
  "_resolved": "https://registry.npmjs.org/windows-release/-/windows-release-3.2.0.tgz",
 | 
						|
  "_shasum": "8122dad5afc303d833422380680a79cdfa91785f",
 | 
						|
  "_spec": "windows-release@^3.1.0",
 | 
						|
  "_where": "C:\\Users\\Administrator\\Documents\\setup-node\\node_modules\\os-name",
 | 
						|
  "author": {
 | 
						|
    "name": "Sindre Sorhus",
 | 
						|
    "email": "sindresorhus@gmail.com",
 | 
						|
    "url": "sindresorhus.com"
 | 
						|
  },
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/sindresorhus/windows-release/issues"
 | 
						|
  },
 | 
						|
  "bundleDependencies": false,
 | 
						|
  "dependencies": {
 | 
						|
    "execa": "^1.0.0"
 | 
						|
  },
 | 
						|
  "deprecated": false,
 | 
						|
  "description": "Get the name of a Windows version from the release number: `5.1.2600` → `XP`",
 | 
						|
  "devDependencies": {
 | 
						|
    "ava": "^1.4.1",
 | 
						|
    "tsd": "^0.7.2",
 | 
						|
    "xo": "^0.24.0"
 | 
						|
  },
 | 
						|
  "engines": {
 | 
						|
    "node": ">=6"
 | 
						|
  },
 | 
						|
  "files": [
 | 
						|
    "index.js",
 | 
						|
    "index.d.ts"
 | 
						|
  ],
 | 
						|
  "homepage": "https://github.com/sindresorhus/windows-release#readme",
 | 
						|
  "keywords": [
 | 
						|
    "os",
 | 
						|
    "win",
 | 
						|
    "win32",
 | 
						|
    "windows",
 | 
						|
    "operating",
 | 
						|
    "system",
 | 
						|
    "platform",
 | 
						|
    "name",
 | 
						|
    "title",
 | 
						|
    "release",
 | 
						|
    "version"
 | 
						|
  ],
 | 
						|
  "license": "MIT",
 | 
						|
  "name": "windows-release",
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+https://github.com/sindresorhus/windows-release.git"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "test": "xo && ava && tsd"
 | 
						|
  },
 | 
						|
  "version": "3.2.0"
 | 
						|
}
 |