diff options
| author | Waref Haque <warefhaque@inside-239-60.wireless.utoronto.ca> | 2016-07-18 17:18:41 +0000 |
|---|---|---|
| committer | Waref Haque <warefhaque@inside-239-60.wireless.utoronto.ca> | 2016-07-18 17:18:41 +0000 |
| commit | 39522c0ae3727607164e39a0334201c77b53fdb6 (patch) | |
| tree | 0c57f57e0d3fe291a6a042d89ac602c5b672605f /node_modules/sanitizer/package.json | |
| parent | a35da9f9ccc1124d9b6f4461c7216ffbb0285e2f (diff) | |
fetch exams with course code p 2
Diffstat (limited to 'node_modules/sanitizer/package.json')
| -rw-r--r-- | node_modules/sanitizer/package.json | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/node_modules/sanitizer/package.json b/node_modules/sanitizer/package.json new file mode 100644 index 0000000..3fac0f1 --- /dev/null +++ b/node_modules/sanitizer/package.json @@ -0,0 +1,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" +} |
