package.json
2.56 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
{
"_from": "phantomjs@^2.1.7",
"_id": "phantomjs@2.1.7",
"_inBundle": false,
"_integrity": "sha1-xpEPZ5NcNyhbYRQyn8LyfV8+MTQ=",
"_location": "/phantomjs",
"_phantomChildren": {
"aws-sign2": "0.6.0",
"bl": "1.0.3",
"caseless": "0.11.0",
"combined-stream": "1.0.7",
"extend": "3.0.2",
"forever-agent": "0.6.1",
"form-data": "1.0.1",
"har-validator": "2.0.6",
"hawk": "3.1.3",
"http-signature": "1.1.1",
"is-typedarray": "1.0.0",
"isstream": "0.1.2",
"json-stringify-safe": "5.0.1",
"mime-types": "2.1.21",
"node-uuid": "1.4.8",
"oauth-sign": "0.8.2",
"stringstream": "0.0.6",
"tough-cookie": "2.2.2",
"tunnel-agent": "0.4.3"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "phantomjs@^2.1.7",
"name": "phantomjs",
"escapedName": "phantomjs",
"rawSpec": "^2.1.7",
"saveSpec": null,
"fetchSpec": "^2.1.7"
},
"_requiredBy": [
"/"
],
"_resolved": "http://registry.npmjs.org/phantomjs/-/phantomjs-2.1.7.tgz",
"_shasum": "c6910f67935c37285b6114329fc2f27d5f3e3134",
"_spec": "phantomjs@^2.1.7",
"_where": "D:\\OSS project\\YTMT",
"author": {
"name": "Dan Pupius",
"email": "dan@obvious.com",
"url": "http://pupius.co.uk"
},
"bin": {
"phantomjs": "./bin/phantomjs"
},
"bugs": {
"url": "https://github.com/Medium/phantomjs/issues"
},
"bundleDependencies": false,
"dependencies": {
"extract-zip": "~1.5.0",
"fs-extra": "~0.26.4",
"hasha": "^2.2.0",
"kew": "~0.7.0",
"progress": "~1.1.8",
"request": "~2.67.0",
"request-progress": "~2.0.1",
"which": "~1.2.2"
},
"deprecated": "Package renamed to phantomjs-prebuilt. Please update 'phantomjs' package references to 'phantomjs-prebuilt'",
"description": "Headless WebKit with JS API",
"devDependencies": {
"eslint": "1.10.3",
"nodeunit": "0.9.1"
},
"homepage": "https://github.com/Medium/phantomjs",
"keywords": [
"phantomjs",
"headless",
"webkit"
],
"license": "Apache-2.0",
"main": "lib/phantomjs",
"maintainers": [
{
"name": "Dan Pupius",
"email": "dan@medium.com",
"url": "http://pupius.co.uk/"
},
{
"name": "Nick Santos",
"email": "nick@medium.com",
"url": "http://nick-santos.com/"
}
],
"name": "phantomjs",
"repository": {
"type": "git",
"url": "git://github.com/Medium/phantomjs.git"
},
"scripts": {
"install": "node install.js",
"test": "nodeunit --reporter=minimal test/tests.js && eslint install.js"
},
"version": "2.1.7"
}