aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/escape-html/package.json
blob: 25974ebc46e158521a9c951252a7a2ca73c17886 (plain)
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
  "_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"
      },
      "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/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": "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/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",
  "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": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/component/escape-html.git"
  },
  "scripts": {
    "bench": "node benchmark/index.js"
  },
  "version": "1.0.3"
}