@nsnanocat/util
Version:
Pure JS's util module for well-known iOS network tools
36 lines • 757 B
JSON
{
"name": "@nsnanocat/util",
"description": "Pure JS's util module for well-known iOS network tools",
"author": "VirgilClyne <Virgil@nanocat.me>",
"homepage": "https://NSNanoCat.github.io/util",
"keywords": [
"loon",
"quantumult",
"surge",
"shadowrocket",
"stash",
"egern"
],
"license": "Apache-2.0",
"bugs": "https://github.com/NSNanoCat/util/issues",
"main": "index.js",
"type": "module",
"scripts": {
"tsc:build": "npx tsc",
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/NSNanoCat/util.git"
},
"files": [
"index.js",
"lib",
"polyfill",
"getStorage.mjs"
],
"devDependencies": {
"typescript": "^5.6.3"
},
"version": "1.8.10"
}