dc1fa2a697a98becaeda16eb794f32c04589b856
[VSoRC/.git] / node_modules / escape-html / package.json
1 {
2   "_from": "escape-html@~1.0.3",
3   "_id": "escape-html@1.0.3",
4   "_inBundle": false,
5   "_integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=",
6   "_location": "/escape-html",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "escape-html@~1.0.3",
12     "name": "escape-html",
13     "escapedName": "escape-html",
14     "rawSpec": "~1.0.3",
15     "saveSpec": null,
16     "fetchSpec": "~1.0.3"
17   },
18   "_requiredBy": [
19     "/express",
20     "/finalhandler",
21     "/send",
22     "/serve-static"
23   ],
24   "_resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
25   "_shasum": "0258eae4d3d0c0974de1c169188ef0051d1d1988",
26   "_spec": "escape-html@~1.0.3",
27   "_where": "/home/josuer08/Documents/web/node_modules/express",
28   "bugs": {
29     "url": "https://github.com/component/escape-html/issues"
30   },
31   "bundleDependencies": false,
32   "deprecated": false,
33   "description": "Escape string for use in HTML",
34   "devDependencies": {
35     "beautify-benchmark": "0.2.4",
36     "benchmark": "1.0.0"
37   },
38   "files": [
39     "LICENSE",
40     "Readme.md",
41     "index.js"
42   ],
43   "homepage": "https://github.com/component/escape-html#readme",
44   "keywords": [
45     "escape",
46     "html",
47     "utility"
48   ],
49   "license": "MIT",
50   "name": "escape-html",
51   "repository": {
52     "type": "git",
53     "url": "git+https://github.com/component/escape-html.git"
54   },
55   "scripts": {
56     "bench": "node benchmark/index.js"
57   },
58   "version": "1.0.3"
59 }