96 lines
3.0 KiB
JSON
96 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "escape-html@~1.0.3",
|
|
"scope": null,
|
|
"escapedName": "escape-html",
|
|
"name": "escape-html",
|
|
"rawSpec": "~1.0.3",
|
|
"spec": ">=1.0.3 <1.1.0",
|
|
"type": "range"
|
|
},
|
|
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/express"
|
|
]
|
|
],
|
|
"_from": "escape-html@>=1.0.3 <1.1.0",
|
|
"_id": "escape-html@1.0.3",
|
|
"_inCache": true,
|
|
"_location": "/escape-html",
|
|
"_npmUser": {
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
"_npmVersion": "1.4.28",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "escape-html@~1.0.3",
|
|
"scope": null,
|
|
"escapedName": "escape-html",
|
|
"name": "escape-html",
|
|
"rawSpec": "~1.0.3",
|
|
"spec": ">=1.0.3 <1.1.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/express",
|
|
"/finalhandler",
|
|
"/send",
|
|
"/serve-static"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
|
|
"_shasum": "0258eae4d3d0c0974de1c169188ef0051d1d1988",
|
|
"_shrinkwrap": null,
|
|
"_spec": "escape-html@~1.0.3",
|
|
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/express",
|
|
"bugs": {
|
|
"url": "https://github.com/component/escape-html/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Escape string for use in HTML",
|
|
"devDependencies": {
|
|
"beautify-benchmark": "0.2.4",
|
|
"benchmark": "1.0.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "0258eae4d3d0c0974de1c169188ef0051d1d1988",
|
|
"tarball": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"Readme.md",
|
|
"index.js"
|
|
],
|
|
"gitHead": "7ac2ea3977fcac3d4c5be8d2a037812820c65f28",
|
|
"homepage": "https://github.com/component/escape-html#readme",
|
|
"keywords": [
|
|
"escape",
|
|
"html",
|
|
"utility"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "tjholowaychuk",
|
|
"email": "tj@vision-media.ca"
|
|
},
|
|
{
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
}
|
|
],
|
|
"name": "escape-html",
|
|
"optionalDependencies": {},
|
|
"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",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/component/escape-html.git"
|
|
},
|
|
"scripts": {
|
|
"bench": "node benchmark/index.js"
|
|
},
|
|
"version": "1.0.3"
|
|
}
|