$ npm run-script bench > escape-html@1.0.3 bench nodejs-escape-html > node benchmark/index.js http_parser@1.0 node@0.10.33 v8@3.14.5.9 ares@1.9.0-DEV uv@0.10.29 zlib@1.2.3 modules@11 openssl@1.0.1j 1 test completed. 2 tests completed. 3 tests completed. no special characters x...
).** *Note* when using the escaped value within a tag, it is only suitable as the value of an attribute,* where the value is quoted with either a double quote character (`"`) or a single quote character (`'`).*/declarefunctionescapeHTML(text?:string|null):string;export=escapeHTML;...
├── escape-html@1.0.2├── range-parser@1.0.2├── merge-descriptors@1.0.0├── array-flatten@1.1.1├── cookie@0.1.3├── utils-merge@1.0.0├── parseurl@1.3.0├── cookie-signature@1.0.6├── methods@1.1.1├── fresh@0.3.0├── vary@1.0.1├── path-to-regexp...
安装过程输出如下内容,第一行输出了模块的版本号及安装位置。 express@4.13.3node_modules/express├──escape-html@1.0.2├──range-parser@1.0.2├──merge-descriptors@1.0.0├──array-flatten@1.1.1├──cookie@0.1.3├──utils-merge@1.0.0├──parseurl@1.3.0├──cookie-signature@1.0.6├─...
express@4.13.3node_modules/express├──escape-html@1.0.2├──range-parser@1.0.2├──merge-descriptors@1.0.0├──array-flatten@1.1.1├──cookie@0.1.3├──utils-merge@1.0.0├──parseurl@1.3.0├──cookie-signature@1.0.6├──methods@1.1.1├──fresh@0.3.0├──vary@1.0.1├──...
escapeHtml #如果为true,则HTML将被转义。默认为false。 ${BUILD_LOG_MULTILINE_REGEX} #显示与正则表达式匹配的构建日志段。 regex #java.util.regex.Pattern包含与此正则表达式匹配的构建日志的段。另请参见null。没有默认值。必需参数 maxMatches #要包含的最大匹配数。如果为0,则将包括所有匹配。默认为0。
├── serve-static@1.7.1 (utils-merge@1.0.0, escape-html@1.0.1, parseurl@1.3.0, send@0.10.1) ├── foxy@5.0.1 (http-proxy@1.6.2) ├── tfunk@2.1.0 (chalk@0.5.1) └── socket.io@1.2.1 (debug@0.7.4, has-binary-data@0.1.3, socket.io-adapter@0.3.1, socket.io-parse...
├── escape-html@1.0.3├── content-type@1.0.4├── array-flatten@1.1.1├── statuses@1.5.0├── utils-merge@1.0.1├── cookie-signature@1.0.6├── encodeurl@1.0.2├── methods@1.1.2├── merge-descriptors@1.0.1├── content-disposition@0.5.3├── cookie@0.4.0├──...
// 向外暴露需要的成员module.exports={htmlEscape,htmlUnEscape} 在index.js 中,导入两个模块,得到需要向外共享的方法 // 这是包的入口文件constdate=require('./src/dateFormat')constescape=require('./src/htmlEscape')} 在index.js 中,使用 module.exports 把对应的方法共享出去 ...
| +-- escape-string-regexp@1.0.5 | `-- supports-color@4.4.0|`-- has-flag@2.0.0 +-- chromedriver@2.33.1 | +-- extract-zip@1.6.5 | | +-- concat-stream@1.6.0 | | | `-- typedarray@0.0.6| | +-- debug@2.2.0| | |`-- ms@0.7.1 ...