UNPKG

3.64 kBJSONView Raw
1{
2 "name": "selenium-query",
3 "description": "jQuery API for Selenium WebDriver/JSDom",
4 "version": "0.52.20",
5 "contributors": [],
6 "main": "./lib/query.js",
7 "types": "./lib/query.d.ts",
8 "author": "Alexander Kit <alex.kit@atmajs.com>",
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/tenbits/selenium-query.git"
12 },
13 "bugs": {
14 "url": "https://github.com/atmajs/selenium-query/issues"
15 },
16 "licenses": [
17 "MIT"
18 ],
19 "devDependencies": {
20 "@types/cheerio": "^0.22.10",
21 "@types/jsdom": "^11.12.0",
22 "app-bundler": "0.0.75",
23 "atma": "^0.11.21",
24 "atma-io-middleware-importer": "^1.1.30",
25 "atma-loader-babel": "^1.0.19",
26 "atma-loader-ts": "^1.1.12",
27 "dts-bundle": "^0.7.3"
28 },
29 "scripts": {
30 "test": "atma test",
31 "build": "app-bundler && npm run build-dts",
32 "watch": "app-bundler --watch",
33 "build-dts": "tsc -p tsconfig-build.json && atma run tools/build-dts",
34 "-release": "atma bump && npm run build && git add -A && git commit -am \"bump\" && git push && npm publish",
35 "release": "echo \"run atma pub -m \"message\"\""
36 },
37 "keywords": [
38 "dom selenium webdriver"
39 ],
40 "atma": {
41 "plugins": [
42 "atma-loader-babel",
43 "atma-io-middleware-importer",
44 "atma-loader-ts"
45 ],
46 "settings": {
47 "include": {
48 "amd": true,
49 "extentionDefault": {
50 "js": "ts"
51 }
52 },
53 "atma-loader-babel": {
54 "extensions": [
55 "es6"
56 ]
57 },
58 "atma-loader-ts": {
59 "extensions": [
60 "test",
61 "ts"
62 ],
63 "typescript": {
64 "compilerOptions": {
65 "target": "es2017",
66 "#if TEST": {
67 "module": "AMD"
68 },
69 "#if !TEST": {
70 "module": "CommonJS"
71 }
72 }
73 }
74 }
75 }
76 },
77 "app-bundler": {
78 "file": "src/export.es6",
79 "outputMain": "lib/query.js",
80 "package": {
81 "module": "commonjs",
82 "commonjs": {
83 "output": "simplified"
84 }
85 },
86 "dynamicDependencies": [
87 "appcfg",
88 "atma-utils",
89 "atma-io",
90 "^selenium",
91 "^jsdom$",
92 "^cheerio$",
93 "^node-fetch$",
94 "^crypto$",
95 "^https?$",
96 "^zlib$",
97 "^url$",
98 "^form-data$",
99 "atma-class",
100 "https-proxy-agent"
101 ],
102 "defaultExtensions": {
103 "js": "ts"
104 },
105 "middlewares": {
106 "es6": [
107 "atma-io-middleware-importer:read",
108 "atma-loader-babel:read"
109 ],
110 "ts": [
111 "atma-io-middleware-importer:read",
112 "atma-loader-ts:read"
113 ]
114 }
115 },
116 "dependencies": {
117 "@types/node": "^12.12.14",
118 "atma-class": "^1.1.83",
119 "atma-io": "^1.2.26",
120 "atma-utils": "^0.1.15",
121 "cheerio": "^1.0.0-rc.2",
122 "encoding": "^0.1.12",
123 "form-data": "^3.0.0",
124 "jsdom": "^12.0.0",
125 "node-fetch": "^2.3.0",
126 "selenium-webdriver": "^4.0.0-alpha.5"
127 }
128}