@uua/core
Version:
Unbelievable User-Agent Module for both Node.js and Browser
32 lines (31 loc) • 797 B
JSON
{
"name": "@uua/core",
"version": "0.0.6",
"description": "Unbelievable User-Agent Module for both Node.js and Browser",
"keywords": [
"useragent",
"ip2c"
],
"author": "Willin Wang <willin@willin.org>",
"homepage": "https://github.com/willin/uua/tree/master/packages/@uua/core#readme",
"license": "Apache-2.0",
"module": "dist/core.js",
"main": "dist/core.cjs.js",
"unpkg": "dist/core.browser.js",
"types": "dist/core.d.ts",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/willin/uua.git"
},
"scripts": {
"clean": "rimraf dist",
"build": "rollup -c"
},
"bugs": {
"url": "https://github.com/willin/uua/issues"
},
"gitHead": "34aa0cc9596bad979dd50c5658e0930deb68eb8a"
}