UNPKG

3.57 kBJSONView Raw
1{
2 "name": "selenium-query",
3 "description": "jQuery API for Selenium WebDriver/JSDom",
4 "version": "0.52.17",
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 ts-types && atma custom ts-types/build-dts",
34 "release": "atma bump && npm run build && git add -A && git commit -am \"bump\" && git push && npm publish"
35 },
36 "keywords": [
37 "dom selenium webdriver"
38 ],
39 "atma": {
40 "plugins": [
41 "atma-loader-babel",
42 "atma-io-middleware-importer",
43 "atma-loader-ts"
44 ],
45 "settings": {
46 "include": {
47 "amd": true,
48 "extentionDefault": {
49 "js": "ts"
50 }
51 },
52 "atma-loader-babel": {
53 "extensions": [
54 "es6"
55 ]
56 },
57 "atma-loader-ts": {
58 "extensions": [
59 "test",
60 "ts"
61 ],
62 "typescript": {
63 "compilerOptions": {
64 "target": "es2017",
65 "#if TEST": {
66 "module": "AMD"
67 },
68 "#if !TEST": {
69 "module": "CommonJS"
70 }
71 }
72 }
73 }
74 }
75 },
76 "app-bundler": {
77 "file": "src/export.es6",
78 "outputMain": "lib/query.js",
79 "package": {
80 "module": "commonjs",
81 "commonjs": {
82 "output": "simplified"
83 }
84 },
85 "dynamicDependencies": [
86 "appcfg",
87 "atma-utils",
88 "atma-io",
89 "^selenium",
90 "^jsdom$",
91 "^cheerio$",
92 "^node-fetch$",
93 "^crypto$",
94 "^https?$",
95 "^zlib$",
96 "^url$",
97 "^form-data$",
98 "atma-class",
99 "https-proxy-agent"
100 ],
101 "defaultExtensions": {
102 "js": "ts"
103 },
104 "middlewares": {
105 "es6": [
106 "atma-io-middleware-importer:read",
107 "atma-loader-babel:read"
108 ],
109 "ts": [
110 "atma-io-middleware-importer:read",
111 "atma-loader-ts:read"
112 ]
113 }
114 },
115 "dependencies": {
116 "@types/node": "^12.12.14",
117 "atma-class": "^1.1.83",
118 "atma-io": "^1.2.26",
119 "atma-utils": "^0.1.15",
120 "cheerio": "^1.0.0-rc.2",
121 "encoding": "^0.1.12",
122 "form-data": "^3.0.0",
123 "jsdom": "^12.0.0",
124 "node-fetch": "^2.3.0",
125 "selenium-webdriver": "^4.0.0-alpha.5"
126 }
127}