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
|
{
"_args": [
[
{
"name": "sanitizer",
"raw": "sanitizer",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"/Users/warefhaque/CSC309/solutions_repo"
]
],
"_from": "sanitizer@latest",
"_id": "sanitizer@0.1.3",
"_inCache": true,
"_installable": true,
"_location": "/sanitizer",
"_nodeVersion": "4.2.1",
"_npmUser": {
"email": "bensmawfield@googlemail.com",
"name": "thesmaw"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"name": "sanitizer",
"raw": "sanitizer",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/sanitizer/-/sanitizer-0.1.3.tgz",
"_shasum": "d4f0af7475d9a7baf2a9e5a611718baa178a39e1",
"_shrinkwrap": null,
"_spec": "sanitizer",
"_where": "/Users/warefhaque/CSC309/solutions_repo",
"author": {
"email": "bensmawfield@googlemail.com",
"name": "Ben Smawfield"
},
"bugs": {
"url": "http://github.com/theSmaw/Caja-HTML-Sanitizer/issues"
},
"dependencies": {},
"description": "Caja's HTML Sanitizer as a Node.js module",
"devDependencies": {
"mocha": "1.13.0"
},
"directories": {},
"dist": {
"shasum": "d4f0af7475d9a7baf2a9e5a611718baa178a39e1",
"tarball": "https://registry.npmjs.org/sanitizer/-/sanitizer-0.1.3.tgz"
},
"gitHead": "3a701741b165fb5954fed2ebc7c7029654c7c6f7",
"homepage": "http://github.com/theSmaw/Caja-HTML-Sanitizer",
"license": "Apache-2.0",
"main": "./sanitizer.js",
"maintainers": [
{
"email": "bensmawfield@googlemail.com",
"name": "thesmaw"
}
],
"name": "sanitizer",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/theSmaw/Caja-HTML-Sanitizer.git"
},
"scripts": {},
"version": "0.1.3"
}
|