source: trip-planner-front/node_modules/escape-html/package.json

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{
2 "_args": [
3 [
4 "escape-html@1.0.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "escape-html@1.0.3",
10 "_id": "escape-html@1.0.3",
11 "_inBundle": false,
12 "_integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=",
13 "_location": "/escape-html",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "escape-html@1.0.3",
19 "name": "escape-html",
20 "escapedName": "escape-html",
21 "rawSpec": "1.0.3",
22 "saveSpec": null,
23 "fetchSpec": "1.0.3"
24 },
25 "_requiredBy": [
26 "/express",
27 "/finalhandler",
28 "/send",
29 "/serve-index",
30 "/serve-static"
31 ],
32 "_resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
33 "_spec": "1.0.3",
34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
35 "bugs": {
36 "url": "https://github.com/component/escape-html/issues"
37 },
38 "description": "Escape string for use in HTML",
39 "devDependencies": {
40 "beautify-benchmark": "0.2.4",
41 "benchmark": "1.0.0"
42 },
43 "files": [
44 "LICENSE",
45 "Readme.md",
46 "index.js"
47 ],
48 "homepage": "https://github.com/component/escape-html#readme",
49 "keywords": [
50 "escape",
51 "html",
52 "utility"
53 ],
54 "license": "MIT",
55 "name": "escape-html",
56 "repository": {
57 "type": "git",
58 "url": "git+https://github.com/component/escape-html.git"
59 },
60 "scripts": {
61 "bench": "node benchmark/index.js"
62 },
63 "version": "1.0.3"
64}
Note: See TracBrowser for help on using the repository browser.