init
This commit is contained in:
		
							
								
								
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| node_modules | ||||
| dist | ||||
| coverage | ||||
|  | ||||
| .DS_Store | ||||
							
								
								
									
										18
									
								
								package.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								package.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| { | ||||
|   "name": "var-proxy", | ||||
|   "version": "0.0.1", | ||||
|   "description": "", | ||||
|   "main": "index.js", | ||||
|   "type": "module", | ||||
|   "scripts": { | ||||
|     "test": "echo \"Error: no test specified\" && exit 1" | ||||
|   }, | ||||
|   "keywords": [], | ||||
|   "author": "", | ||||
|   "license": "ISC", | ||||
|   "devDependencies": { | ||||
|     "@types/node": "^22.7.4", | ||||
|     "rollup": "^4.24.0", | ||||
|     "typescript": "^5.6.2" | ||||
|   } | ||||
| } | ||||
							
								
								
									
										219
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										219
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,219 @@ | ||||
| lockfileVersion: '9.0' | ||||
|  | ||||
| settings: | ||||
|   autoInstallPeers: true | ||||
|   excludeLinksFromLockfile: false | ||||
|  | ||||
| importers: | ||||
|  | ||||
|   .: | ||||
|     devDependencies: | ||||
|       '@types/node': | ||||
|         specifier: ^22.7.4 | ||||
|         version: 22.7.4 | ||||
|       rollup: | ||||
|         specifier: ^4.24.0 | ||||
|         version: 4.24.0 | ||||
|       typescript: | ||||
|         specifier: ^5.6.2 | ||||
|         version: 5.6.2 | ||||
|  | ||||
| packages: | ||||
|  | ||||
|   '@rollup/rollup-android-arm-eabi@4.24.0': | ||||
|     resolution: {integrity: sha512-Q6HJd7Y6xdB48x8ZNVDOqsbh2uByBhgK8PiQgPhwkIw/HC/YX5Ghq2mQY5sRMZWHb3VsFkWooUVOZHKr7DmDIA==} | ||||
|     cpu: [arm] | ||||
|     os: [android] | ||||
|  | ||||
|   '@rollup/rollup-android-arm64@4.24.0': | ||||
|     resolution: {integrity: sha512-ijLnS1qFId8xhKjT81uBHuuJp2lU4x2yxa4ctFPtG+MqEE6+C5f/+X/bStmxapgmwLwiL3ih122xv8kVARNAZA==} | ||||
|     cpu: [arm64] | ||||
|     os: [android] | ||||
|  | ||||
|   '@rollup/rollup-darwin-arm64@4.24.0': | ||||
|     resolution: {integrity: sha512-bIv+X9xeSs1XCk6DVvkO+S/z8/2AMt/2lMqdQbMrmVpgFvXlmde9mLcbQpztXm1tajC3raFDqegsH18HQPMYtA==} | ||||
|     cpu: [arm64] | ||||
|     os: [darwin] | ||||
|  | ||||
|   '@rollup/rollup-darwin-x64@4.24.0': | ||||
|     resolution: {integrity: sha512-X6/nOwoFN7RT2svEQWUsW/5C/fYMBe4fnLK9DQk4SX4mgVBiTA9h64kjUYPvGQ0F/9xwJ5U5UfTbl6BEjaQdBQ==} | ||||
|     cpu: [x64] | ||||
|     os: [darwin] | ||||
|  | ||||
|   '@rollup/rollup-linux-arm-gnueabihf@4.24.0': | ||||
|     resolution: {integrity: sha512-0KXvIJQMOImLCVCz9uvvdPgfyWo93aHHp8ui3FrtOP57svqrF/roSSR5pjqL2hcMp0ljeGlU4q9o/rQaAQ3AYA==} | ||||
|     cpu: [arm] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@rollup/rollup-linux-arm-musleabihf@4.24.0': | ||||
|     resolution: {integrity: sha512-it2BW6kKFVh8xk/BnHfakEeoLPv8STIISekpoF+nBgWM4d55CZKc7T4Dx1pEbTnYm/xEKMgy1MNtYuoA8RFIWw==} | ||||
|     cpu: [arm] | ||||
|     os: [linux] | ||||
|     libc: [musl] | ||||
|  | ||||
|   '@rollup/rollup-linux-arm64-gnu@4.24.0': | ||||
|     resolution: {integrity: sha512-i0xTLXjqap2eRfulFVlSnM5dEbTVque/3Pi4g2y7cxrs7+a9De42z4XxKLYJ7+OhE3IgxvfQM7vQc43bwTgPwA==} | ||||
|     cpu: [arm64] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@rollup/rollup-linux-arm64-musl@4.24.0': | ||||
|     resolution: {integrity: sha512-9E6MKUJhDuDh604Qco5yP/3qn3y7SLXYuiC0Rpr89aMScS2UAmK1wHP2b7KAa1nSjWJc/f/Lc0Wl1L47qjiyQw==} | ||||
|     cpu: [arm64] | ||||
|     os: [linux] | ||||
|     libc: [musl] | ||||
|  | ||||
|   '@rollup/rollup-linux-powerpc64le-gnu@4.24.0': | ||||
|     resolution: {integrity: sha512-2XFFPJ2XMEiF5Zi2EBf4h73oR1V/lycirxZxHZNc93SqDN/IWhYYSYj8I9381ikUFXZrz2v7r2tOVk2NBwxrWw==} | ||||
|     cpu: [ppc64] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@rollup/rollup-linux-riscv64-gnu@4.24.0': | ||||
|     resolution: {integrity: sha512-M3Dg4hlwuntUCdzU7KjYqbbd+BLq3JMAOhCKdBE3TcMGMZbKkDdJ5ivNdehOssMCIokNHFOsv7DO4rlEOfyKpg==} | ||||
|     cpu: [riscv64] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@rollup/rollup-linux-s390x-gnu@4.24.0': | ||||
|     resolution: {integrity: sha512-mjBaoo4ocxJppTorZVKWFpy1bfFj9FeCMJqzlMQGjpNPY9JwQi7OuS1axzNIk0nMX6jSgy6ZURDZ2w0QW6D56g==} | ||||
|     cpu: [s390x] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@rollup/rollup-linux-x64-gnu@4.24.0': | ||||
|     resolution: {integrity: sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==} | ||||
|     cpu: [x64] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@rollup/rollup-linux-x64-musl@4.24.0': | ||||
|     resolution: {integrity: sha512-w1i+L7kAXZNdYl+vFvzSZy8Y1arS7vMgIy8wusXJzRrPyof5LAb02KGr1PD2EkRcl73kHulIID0M501lN+vobQ==} | ||||
|     cpu: [x64] | ||||
|     os: [linux] | ||||
|     libc: [musl] | ||||
|  | ||||
|   '@rollup/rollup-win32-arm64-msvc@4.24.0': | ||||
|     resolution: {integrity: sha512-VXBrnPWgBpVDCVY6XF3LEW0pOU51KbaHhccHw6AS6vBWIC60eqsH19DAeeObl+g8nKAz04QFdl/Cefta0xQtUQ==} | ||||
|     cpu: [arm64] | ||||
|     os: [win32] | ||||
|  | ||||
|   '@rollup/rollup-win32-ia32-msvc@4.24.0': | ||||
|     resolution: {integrity: sha512-xrNcGDU0OxVcPTH/8n/ShH4UevZxKIO6HJFK0e15XItZP2UcaiLFd5kiX7hJnqCbSztUF8Qot+JWBC/QXRPYWQ==} | ||||
|     cpu: [ia32] | ||||
|     os: [win32] | ||||
|  | ||||
|   '@rollup/rollup-win32-x64-msvc@4.24.0': | ||||
|     resolution: {integrity: sha512-fbMkAF7fufku0N2dE5TBXcNlg0pt0cJue4xBRE2Qc5Vqikxr4VCgKj/ht6SMdFcOacVA9rqF70APJ8RN/4vMJw==} | ||||
|     cpu: [x64] | ||||
|     os: [win32] | ||||
|  | ||||
|   '@types/estree@1.0.6': | ||||
|     resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} | ||||
|  | ||||
|   '@types/node@22.7.4': | ||||
|     resolution: {integrity: sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==} | ||||
|  | ||||
|   fsevents@2.3.3: | ||||
|     resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} | ||||
|     engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} | ||||
|     os: [darwin] | ||||
|  | ||||
|   rollup@4.24.0: | ||||
|     resolution: {integrity: sha512-DOmrlGSXNk1DM0ljiQA+i+o0rSLhtii1je5wgk60j49d1jHT5YYttBv1iWOnYSTG+fZZESUOSNiAl89SIet+Cg==} | ||||
|     engines: {node: '>=18.0.0', npm: '>=8.0.0'} | ||||
|     hasBin: true | ||||
|  | ||||
|   typescript@5.6.2: | ||||
|     resolution: {integrity: sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==} | ||||
|     engines: {node: '>=14.17'} | ||||
|     hasBin: true | ||||
|  | ||||
|   undici-types@6.19.8: | ||||
|     resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} | ||||
|  | ||||
| snapshots: | ||||
|  | ||||
|   '@rollup/rollup-android-arm-eabi@4.24.0': | ||||
|     optional: true | ||||
|  | ||||
|   '@rollup/rollup-android-arm64@4.24.0': | ||||
|     optional: true | ||||
|  | ||||
|   '@rollup/rollup-darwin-arm64@4.24.0': | ||||
|     optional: true | ||||
|  | ||||
|   '@rollup/rollup-darwin-x64@4.24.0': | ||||
|     optional: true | ||||
|  | ||||
|   '@rollup/rollup-linux-arm-gnueabihf@4.24.0': | ||||
|     optional: true | ||||
|  | ||||
|   '@rollup/rollup-linux-arm-musleabihf@4.24.0': | ||||
|     optional: true | ||||
|  | ||||
|   '@rollup/rollup-linux-arm64-gnu@4.24.0': | ||||
|     optional: true | ||||
|  | ||||
|   '@rollup/rollup-linux-arm64-musl@4.24.0': | ||||
|     optional: true | ||||
|  | ||||
|   '@rollup/rollup-linux-powerpc64le-gnu@4.24.0': | ||||
|     optional: true | ||||
|  | ||||
|   '@rollup/rollup-linux-riscv64-gnu@4.24.0': | ||||
|     optional: true | ||||
|  | ||||
|   '@rollup/rollup-linux-s390x-gnu@4.24.0': | ||||
|     optional: true | ||||
|  | ||||
|   '@rollup/rollup-linux-x64-gnu@4.24.0': | ||||
|     optional: true | ||||
|  | ||||
|   '@rollup/rollup-linux-x64-musl@4.24.0': | ||||
|     optional: true | ||||
|  | ||||
|   '@rollup/rollup-win32-arm64-msvc@4.24.0': | ||||
|     optional: true | ||||
|  | ||||
|   '@rollup/rollup-win32-ia32-msvc@4.24.0': | ||||
|     optional: true | ||||
|  | ||||
|   '@rollup/rollup-win32-x64-msvc@4.24.0': | ||||
|     optional: true | ||||
|  | ||||
|   '@types/estree@1.0.6': {} | ||||
|  | ||||
|   '@types/node@22.7.4': | ||||
|     dependencies: | ||||
|       undici-types: 6.19.8 | ||||
|  | ||||
|   fsevents@2.3.3: | ||||
|     optional: true | ||||
|  | ||||
|   rollup@4.24.0: | ||||
|     dependencies: | ||||
|       '@types/estree': 1.0.6 | ||||
|     optionalDependencies: | ||||
|       '@rollup/rollup-android-arm-eabi': 4.24.0 | ||||
|       '@rollup/rollup-android-arm64': 4.24.0 | ||||
|       '@rollup/rollup-darwin-arm64': 4.24.0 | ||||
|       '@rollup/rollup-darwin-x64': 4.24.0 | ||||
|       '@rollup/rollup-linux-arm-gnueabihf': 4.24.0 | ||||
|       '@rollup/rollup-linux-arm-musleabihf': 4.24.0 | ||||
|       '@rollup/rollup-linux-arm64-gnu': 4.24.0 | ||||
|       '@rollup/rollup-linux-arm64-musl': 4.24.0 | ||||
|       '@rollup/rollup-linux-powerpc64le-gnu': 4.24.0 | ||||
|       '@rollup/rollup-linux-riscv64-gnu': 4.24.0 | ||||
|       '@rollup/rollup-linux-s390x-gnu': 4.24.0 | ||||
|       '@rollup/rollup-linux-x64-gnu': 4.24.0 | ||||
|       '@rollup/rollup-linux-x64-musl': 4.24.0 | ||||
|       '@rollup/rollup-win32-arm64-msvc': 4.24.0 | ||||
|       '@rollup/rollup-win32-ia32-msvc': 4.24.0 | ||||
|       '@rollup/rollup-win32-x64-msvc': 4.24.0 | ||||
|       fsevents: 2.3.3 | ||||
|  | ||||
|   typescript@5.6.2: {} | ||||
|  | ||||
|   undici-types@6.19.8: {} | ||||
							
								
								
									
										2
									
								
								pnpm-workspace.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								pnpm-workspace.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,2 @@ | ||||
| packages: | ||||
|   - 'packages/*' | ||||
							
								
								
									
										0
									
								
								src/index.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								src/index.ts
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										37
									
								
								tsconfig.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								tsconfig.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,37 @@ | ||||
| { | ||||
|   "compilerOptions": { | ||||
|     "module": "nodenext", | ||||
|     "target": "esnext", | ||||
|     "noImplicitAny": false, | ||||
|     "outDir": "./dist", | ||||
|     "sourceMap": false, | ||||
|     "allowJs": true, | ||||
|     "newLine": "LF", | ||||
|     "baseUrl": "./", | ||||
|     "typeRoots": [ | ||||
|       "node_modules/@types", | ||||
|       "src/@types" | ||||
|     ], | ||||
|     "declaration": true, | ||||
|     "noEmit": false, | ||||
|     "allowImportingTsExtensions": true, | ||||
|     "emitDeclarationOnly": true, | ||||
|     "moduleResolution": "NodeNext", | ||||
|     "experimentalDecorators": true, | ||||
|     "emitDecoratorMetadata": true, | ||||
|     "esModuleInterop": true, | ||||
|     "paths": { | ||||
|       "@/*": [ | ||||
|         "src/*" | ||||
|       ], | ||||
|     } | ||||
|   }, | ||||
|   "include": [ | ||||
|     "typings.d.ts", | ||||
|     "src/**/*.ts", | ||||
|     "test/**/*.ts" | ||||
|   ], | ||||
|   "exclude": [ | ||||
|     "webpack.config.cjs", | ||||
|   ], | ||||
| } | ||||
		Reference in New Issue
	
	Block a user