Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/escape-html/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "escape-html",
     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  },
    338  "description": "Escape string for use in HTML",
    4   "version": "1.0.3",
    5   "license": "MIT",
    6   "keywords": [
    7     "escape",
    8     "html",
    9     "utility"
    10   ],
    11   "repository": "component/escape-html",
    1239  "devDependencies": {
    13     "benchmark": "1.0.0",
    14     "beautify-benchmark": "0.2.4"
     40    "beautify-benchmark": "0.2.4",
     41    "benchmark": "1.0.0"
    1542  },
    1643  "files": [
     
    1946    "index.js"
    2047  ],
     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  },
    2160  "scripts": {
    2261    "bench": "node benchmark/index.js"
    23   }
     62  },
     63  "version": "1.0.3"
    2464}
Note: See TracChangeset for help on using the changeset viewer.