- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/escape-html/package.json
rceaed42 r59329aa 1 1 { 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 }, 3 38 "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",12 39 "devDependencies": { 13 "be nchmark": "1.0.0",14 "be autify-benchmark": "0.2.4"40 "beautify-benchmark": "0.2.4", 41 "benchmark": "1.0.0" 15 42 }, 16 43 "files": [ … … 19 46 "index.js" 20 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 }, 21 60 "scripts": { 22 61 "bench": "node benchmark/index.js" 23 } 62 }, 63 "version": "1.0.3" 24 64 }
Note:
See TracChangeset
for help on using the changeset viewer.