package.json
1.36 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
{
"_from": "casperjs@^1.1.4",
"_id": "casperjs@1.1.4",
"_inBundle": false,
"_integrity": "sha1-6wH07YWsUgqPTZMrTap00+d7x0Y=",
"_location": "/casperjs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "casperjs@^1.1.4",
"name": "casperjs",
"escapedName": "casperjs",
"rawSpec": "^1.1.4",
"saveSpec": null,
"fetchSpec": "^1.1.4"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/casperjs/-/casperjs-1.1.4.tgz",
"_shasum": "eb01f4ed85ac520a8f4d932b4daa74d3e77bc746",
"_spec": "casperjs@^1.1.4",
"_where": "D:\\OSS project\\YTMT",
"author": {
"name": "CasperJS Organization",
"url": "https://casperjs.org/"
},
"bin": {
"casperjs": "./bin/casperjs"
},
"bugs": {
"url": "https://github.com/casperjs/casperjs/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A navigation scripting & testing utility for PhantomJS and SlimerJS",
"homepage": "http://casperjs.org",
"keywords": [
"phantomjs",
"slimerjs",
"test",
"testing",
"scraping"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"name": "casperjs",
"repository": {
"type": "git",
"url": "git://github.com/casperjs/casperjs.git"
},
"version": "1.1.4"
}