package.json
1.78 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
{
"__dependencies": {
"jsdom": "~0.2.14",
"htmlparser": "1.7.6",
"xmlhttprequest": "~1.4.2",
"location": "0.0.1",
"navigator": "~1.0.1"
},
"__devDependencies": {
"grunt": "~0.3.8",
"nodeunit": "~0.7.4"
},
"_args": [
[
"jQuery@1.7.4",
"C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool"
]
],
"_from": "jQuery@1.7.4",
"_id": "jQuery@1.7.4",
"_inBundle": false,
"_integrity": "sha1-8y3FyFpwRO6GS0RDue5F+UeLoTc=",
"_location": "/jQuery",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jQuery@1.7.4",
"name": "jQuery",
"escapedName": "jQuery",
"rawSpec": "1.7.4",
"saveSpec": null,
"fetchSpec": "1.7.4"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/jQuery/-/jQuery-1.7.4.tgz",
"_spec": "1.7.4",
"_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool",
"author": {
"name": "James Morrin",
"email": "treasonx@gmail.com"
},
"bugs": {
"url": "https://github.com/coolaj86/node-jquery/issues"
},
"description": "jQuery: The Write Less, Do More, JavaScript Library (packaged for Node.JS)",
"engines": {
"node": ">=0.6"
},
"homepage": "https://github.com/coolaj86/node-jquery",
"keywords": [
"util",
"dom",
"jquery"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/coolaj86/node-jquery/blob/master/LICENSE-MIT"
}
],
"main": "lib/node-jquery",
"name": "jQuery",
"repository": {
"type": "git",
"url": "git://github.com/coolaj86/node-jquery.git"
},
"scripts": {
"test": "grunt test"
},
"url": "http://jquery.com",
"version": "1.7.4"
}