package.json
3.43 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"_args": [
[
"puppeteer@2.0.0",
"/Users/star/Desktop/YTMT"
]
],
"_from": "puppeteer@2.0.0",
"_id": "puppeteer@2.0.0",
"_inBundle": false,
"_integrity": "sha512-t3MmTWzQxPRP71teU6l0jX47PHXlc4Z52sQv4LJQSZLq1ttkKS2yGM3gaI57uQwZkNaoGd0+HPPMELZkcyhlqA==",
"_location": "/puppeteer",
"_phantomChildren": {
"buffer-from": "1.1.1",
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"isarray": "1.0.0",
"minimist": "0.0.8",
"safe-buffer": "5.1.2",
"string_decoder": "1.1.1",
"typedarray": "0.0.6",
"util-deprecate": "1.0.2",
"yauzl": "2.4.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "puppeteer@2.0.0",
"name": "puppeteer",
"escapedName": "puppeteer",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/Users/star/Desktop/YTMT",
"author": {
"name": "The Chromium Authors"
},
"browser": {
"./lib/BrowserFetcher.js": false,
"ws": "./utils/browser/WebSocket",
"fs": false,
"child_process": false,
"rimraf": false,
"readline": false
},
"bugs": {
"url": "https://github.com/GoogleChrome/puppeteer/issues"
},
"dependencies": {
"debug": "^4.1.0",
"extract-zip": "^1.6.6",
"https-proxy-agent": "^3.0.0",
"mime": "^2.0.3",
"progress": "^2.0.1",
"proxy-from-env": "^1.0.0",
"rimraf": "^2.6.1",
"ws": "^6.1.0"
},
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"devDependencies": {
"@types/debug": "0.0.31",
"@types/extract-zip": "^1.6.2",
"@types/mime": "^2.0.0",
"@types/node": "^8.10.34",
"@types/rimraf": "^2.0.2",
"@types/ws": "^6.0.1",
"commonmark": "^0.28.1",
"cross-env": "^5.0.5",
"eslint": "^5.15.1",
"esprima": "^4.0.0",
"jpeg-js": "^0.3.4",
"minimist": "^1.2.0",
"ncp": "^2.0.0",
"pixelmatch": "^4.0.2",
"pngjs": "^3.3.3",
"text-diff": "^1.0.1",
"typescript": "3.2.2"
},
"engines": {
"node": ">=8.16.0"
},
"homepage": "https://github.com/GoogleChrome/puppeteer#readme",
"license": "Apache-2.0",
"main": "index.js",
"name": "puppeteer",
"puppeteer": {
"chromium_revision": "706915"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleChrome/puppeteer.git"
},
"scripts": {
"apply-next-version": "node utils/apply_next_version.js",
"bundle": "npx browserify -r ./index.js:puppeteer -o utils/browser/puppeteer-web.js",
"coverage": "cross-env COVERAGE=true npm run unit",
"debug-unit": "node --inspect-brk test/test.js",
"doc": "node utils/doclint/cli.js",
"funit": "BROWSER=firefox node test/test.js",
"install": "node install.js",
"lint": "([ \"$CI\" = true ] && eslint --quiet -f codeframe . || eslint .) && npm run tsc && npm run doc",
"test": "npm run lint --silent && npm run coverage && npm run test-doclint && npm run test-types && node utils/testrunner/test/test.js",
"test-doclint": "node utils/doclint/check_public_api/test/test.js && node utils/doclint/preprocessor/test.js",
"test-types": "node utils/doclint/generate_types && npx -p typescript@2.1 tsc -p utils/doclint/generate_types/test/",
"tsc": "tsc -p .",
"unit": "node test/test.js",
"unit-bundle": "node utils/browser/test.js"
},
"version": "2.0.0"
}