mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 16:25:41 -04:00
50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"name": "user-agents",
|
|
"version": "1.1.388",
|
|
"description": "A JavaScript library for generating random user agents. ",
|
|
"main": "dist/index.js",
|
|
"repository": "git@github.com:intoli/user-agents.git",
|
|
"author": "Intoli, LLC <contact@intoli.com>",
|
|
"license": "BSD-2-Clause",
|
|
"private": false,
|
|
"scripts": {
|
|
"build": "NODE_ENV=production webpack",
|
|
"gunzip-data": "babel-node src/gunzip-data.js src/user-agents.json.gz",
|
|
"lint": "eslint src/",
|
|
"test": "NODE_ENV=testing mocha --exit --require @babel/register",
|
|
"update-data": "babel-node src/update-data.js src/user-agents.json.gz"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.12.16",
|
|
"@babel/core": "^7.12.16",
|
|
"@babel/eslint-parser": "^7.12.16",
|
|
"@babel/node": "^7.12.16",
|
|
"@babel/plugin-proposal-class-properties": "^7.12.13",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.12.13",
|
|
"@babel/plugin-transform-classes": "^7.12.13",
|
|
"@babel/preset-env": "^7.12.16",
|
|
"@babel/register": "^7.12.13",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-plugin-add-module-exports": "^1.0.4",
|
|
"babel-preset-power-assert": "^3.0.0",
|
|
"dynamoose": "^3.2.1",
|
|
"eslint": "^7.19.0",
|
|
"eslint-config-airbnb": "^16.1.0",
|
|
"eslint-loader": "^4.0.2",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"fast-json-stable-stringify": "^2.1.0",
|
|
"imports-loader": "^2.0.0",
|
|
"isbot": "^3.7.0",
|
|
"mocha": "^8.3.0",
|
|
"power-assert": "^1.6.1",
|
|
"random": "^2.2.0",
|
|
"source-map-support": "^0.5.19",
|
|
"ua-parser-js": "^1.0.36",
|
|
"webpack": "^5.21.2",
|
|
"webpack-cli": "^4.5.0"
|
|
},
|
|
"dependencies": {
|
|
"lodash.clonedeep": "^4.5.0"
|
|
}
|
|
}
|