UNPKG

@nsnanocat/util

Version:

Pure JS's util module for well-known iOS network tools

46 lines 1.18 kB
{ "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", "types": "types/nsnanocat-util.d.ts", "type": "module", "scripts": { "tsc:build": "npx tsc", "test": "node --test test/*.test.js", "test:merge": "node --test test/Lodash.merge.test.js", "test:argument": "node --test test/argument.test.js", "deprecate": "npm deprecate -f '@nsnanocat/util@0.0.0-preview' \"this package has been deprecated\"" }, "repository": { "type": "git", "url": "git+https://github.com/NSNanoCat/util.git" }, "files": [ "index.js", "lib", "polyfill", "getStorage.mjs", "types" ], "devDependencies": { "@biomejs/biome": "2.4.6", "typescript": "^5.9.3" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "version": "2.5.17" }