aboutsummaryrefslogtreecommitdiff
path: root/node_modules/sanitizer/package.json
blob: d8b812f023793fc399c8fda407902ca3bcc9fdfd (plain)
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
{
  "name": "sanitizer",
  "description": "Caja's HTML Sanitizer as a Node.js module",
  "version": "0.1.3",
  "author": {
    "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"
  },
  "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"
  },
  "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"
  },
  "maintainers": [
    {
      "name": "thesmaw",
      "email": "bensmawfield@googlemail.com"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/sanitizer/-/sanitizer-0.1.3.tgz",
  "readme": "ERROR: No README data found!"
}