diff options
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" +} |
