package.json
3.06 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
117
118
119
120
121
{
"_args": [
[
{
"raw": "phantomjs-prebuilt@^2.1.14",
"scope": null,
"escapedName": "phantomjs-prebuilt",
"name": "phantomjs-prebuilt",
"rawSpec": "^2.1.14",
"spec": ">=2.1.14 <3.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming"
]
],
"_from": "phantomjs-prebuilt@>=2.1.14 <3.0.0",
"_id": "phantomjs-prebuilt@2.1.14",
"_inCache": true,
"_location": "/phantomjs-prebuilt",
"_nodeVersion": "4.6.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/phantomjs-prebuilt-2.1.14.tgz_1481303342638_0.49631132115609944"
},
"_npmUser": {
"name": "nicks",
"email": "nicholas.j.santos@gmail.com"
},
"_npmVersion": "2.15.9",
"_phantomChildren": {
"graceful-fs": "4.1.11",
"jsonfile": "2.4.0",
"klaw": "1.3.1"
},
"_requested": {
"raw": "phantomjs-prebuilt@^2.1.14",
"scope": null,
"escapedName": "phantomjs-prebuilt",
"name": "phantomjs-prebuilt",
"rawSpec": "^2.1.14",
"spec": ">=2.1.14 <3.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/",
"/karma-phantomjs-launcher"
],
"_resolved": "https://registry.npmjs.org/phantomjs-prebuilt/-/phantomjs-prebuilt-2.1.14.tgz",
"_shasum": "d53d311fcfb7d1d08ddb24014558f1188c516da0",
"_shrinkwrap": null,
"_spec": "phantomjs-prebuilt@^2.1.14",
"_where": "/Users/admin/Documents/workspace/programming",
"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"
},
"dependencies": {
"es6-promise": "~4.0.3",
"extract-zip": "~1.5.0",
"fs-extra": "~1.0.0",
"hasha": "~2.2.0",
"kew": "~0.7.0",
"progress": "~1.1.8",
"request": "~2.79.0",
"request-progress": "~2.0.1",
"which": "~1.2.10"
},
"description": "Headless WebKit with JS API",
"devDependencies": {
"eslint": "2.7.0",
"nodeunit": "0.9.1",
"webdriverio": "~4.2.3"
},
"directories": {},
"dist": {
"shasum": "d53d311fcfb7d1d08ddb24014558f1188c516da0",
"tarball": "https://registry.npmjs.org/phantomjs-prebuilt/-/phantomjs-prebuilt-2.1.14.tgz"
},
"gitHead": "750d5f32e1586fe0b34c782dd87f60cbb21e6441",
"homepage": "https://github.com/Medium/phantomjs",
"keywords": [
"phantomjs",
"headless",
"webkit"
],
"license": "Apache-2.0",
"main": "lib/phantomjs",
"maintainers": [
{
"name": "dpup",
"email": "dan@pupi.us"
},
{
"name": "medium",
"email": "npm@medium.com"
},
{
"name": "nicks",
"email": "nicholas.j.santos+npm@gmail.com"
}
],
"name": "phantomjs-prebuilt",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/Medium/phantomjs.git"
},
"scripts": {
"install": "node install.js",
"test": "nodeunit --reporter=minimal test/tests.js && eslint ."
},
"version": "2.1.14"
}