forked from intoli/user-agents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.64 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "user-agents",
"version": "1.0.671",
"description": "A JavaScript library for generating random user agents. ",
"main": "dist/index.js",
"repository": "[email protected]:intoli/user-agents.git",
"author": "Intoli, LLC <[email protected]>",
"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/",
"postversion": "git push && git push --tags",
"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",
"eslint": "^7.19.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"ga-api": "^0.0.5",
"imports-loader": "^2.0.0",
"json-stable-stringify": "^1.0.1",
"mocha": "^8.3.0",
"moment": "^2.29.1",
"power-assert": "^1.6.1",
"random": "^2.2.0",
"source-map-support": "^0.5.19",
"webpack": "^5.21.2",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"lodash.clonedeep": "^4.5.0"
}
}