????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.141.35.52 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/appsrv.astacus.se/forge/node_modules/express/node_modules/escape-html/ |
Upload File : |
{ "name": "escape-html", "description": "Escape string for use in HTML", "version": "1.0.3", "license": "MIT", "keywords": [ "escape", "html", "utility" ], "repository": { "type": "git", "url": "git://github.com/component/escape-html" }, "devDependencies": { "benchmark": "1.0.0", "beautify-benchmark": "0.2.4" }, "files": [ "LICENSE", "Readme.md", "index.js" ], "scripts": { "bench": "node benchmark/index.js" }, "readme": "\n# escape-html\n\n Escape string for use in HTML\n\n## Example\n\n```js\nvar escape = require('escape-html');\nvar html = escape('foo & bar');\n// -> foo & bar\n```\n\n## Benchmark\n\n```\n$ npm run-script bench\n\n> escape-html@1.0.3 bench nodejs-escape-html\n> node benchmark/index.js\n\n\n http_parser@1.0\n node@0.10.33\n v8@3.14.5.9\n ares@1.9.0-DEV\n uv@0.10.29\n zlib@1.2.3\n modules@11\n openssl@1.0.1j\n\n 1 test completed.\n 2 tests completed.\n 3 tests completed.\n\n no special characters x 19,435,271 ops/sec ±0.85% (187 runs sampled)\n single special character x 6,132,421 ops/sec ±0.67% (194 runs sampled)\n many special characters x 3,175,826 ops/sec ±0.65% (193 runs sampled)\n```\n\n## License\n\n MIT", "readmeFilename": "Readme.md", "bugs": { "url": "https://github.com/component/escape-html/issues" }, "_id": "escape-html@1.0.3", "_from": "escape-html@~1.0.3" }