diff options
Diffstat (limited to 'node_modules/sanitizer/package.json')
| -rw-r--r-- | node_modules/sanitizer/package.json | 88 |
1 files changed, 27 insertions, 61 deletions
diff --git a/node_modules/sanitizer/package.json b/node_modules/sanitizer/package.json index 3fac0f1..5debe06 100644 --- a/node_modules/sanitizer/package.json +++ b/node_modules/sanitizer/package.json @@ -1,79 +1,45 @@ { - "_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", + "name": "sanitizer", + "description": "Caja's HTML Sanitizer as a Node.js module", + "version": "0.1.3", "author": { - "email": "bensmawfield@googlemail.com", - "name": "Ben Smawfield" + "name": "Ben Smawfield", + "email": "bensmawfield@googlemail.com" }, + "homepage": "http://github.com/theSmaw/Caja-HTML-Sanitizer", "bugs": { "url": "http://github.com/theSmaw/Caja-HTML-Sanitizer/issues" }, - "dependencies": {}, - "description": "Caja's HTML Sanitizer as a Node.js module", + "license": "Apache-2.0", + "main": "./sanitizer.js", + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/theSmaw/Caja-HTML-Sanitizer.git" + }, "devDependencies": { "mocha": "1.13.0" }, - "directories": {}, + "gitHead": "3a701741b165fb5954fed2ebc7c7029654c7c6f7", + "_id": "sanitizer@0.1.3", + "scripts": {}, + "_shasum": "d4f0af7475d9a7baf2a9e5a611718baa178a39e1", + "_from": "sanitizer@>=0.1.3 <0.2.0", + "_npmVersion": "3.3.12", + "_nodeVersion": "4.2.1", + "_npmUser": { + "name": "thesmaw", + "email": "bensmawfield@googlemail.com" + }, "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": "thesmaw", + "email": "bensmawfield@googlemail.com" } ], - "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" + "directories": {}, + "_resolved": "https://registry.npmjs.org/sanitizer/-/sanitizer-0.1.3.tgz" } |
