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
80
| {
| "_args": [
| [
| "cssfilter@0.0.10",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "cssfilter@0.0.10",
| "_id": "cssfilter@0.0.10",
| "_inBundle": false,
| "_integrity": "sha1-xtJnJjKi5cg+AT5oZKQs6N79IK4=",
| "_location": "/cssfilter",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "cssfilter@0.0.10",
| "name": "cssfilter",
| "escapedName": "cssfilter",
| "rawSpec": "0.0.10",
| "saveSpec": null,
| "fetchSpec": "0.0.10"
| },
| "_requiredBy": [
| "/xss"
| ],
| "_resolved": "https://registry.npmjs.org/cssfilter/-/cssfilter-0.0.10.tgz",
| "_spec": "0.0.10",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "Zongmin Lei",
| "email": "leizongmin@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/leizongmin/js-css-filter/issues"
| },
| "description": "Sanitize untrusted CSS with a configuration specified by a Whitelist. 根据白名单过滤CSS",
| "devDependencies": {
| "blanket": "^1.1.6",
| "browserify": "^13.1.1",
| "coveralls": "^2.11.14",
| "istanbul": "^0.4.5",
| "mocha": "^3.1.2",
| "should": "^11.1.1",
| "uglify-js": "^2.7.4"
| },
| "files": [
| "lib"
| ],
| "homepage": "https://github.com/leizongmin/js-css-filter",
| "keywords": [
| "sanitization",
| "xss",
| "sanitize",
| "sanitisation",
| "input",
| "security",
| "escape",
| "encode",
| "filter",
| "validator",
| "html",
| "css",
| "injection",
| "whitelist"
| ],
| "license": "MIT",
| "main": "lib/index.js",
| "name": "cssfilter",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/leizongmin/js-css-filter.git"
| },
| "scripts": {
| "build": "./build",
| "prepublish": "npm run test && npm run build",
| "test": "istanbul cover _mocha --report lcovonly -- -t 5000 -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
| },
| "version": "0.0.10"
| }
|
|