source: trip-planner-front/node_modules/html-escaper/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "html-escaper@2.0.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "html-escaper@2.0.2",
10 "_id": "html-escaper@2.0.2",
11 "_inBundle": false,
12 "_integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
13 "_location": "/html-escaper",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "html-escaper@2.0.2",
19 "name": "html-escaper",
20 "escapedName": "html-escaper",
21 "rawSpec": "2.0.2",
22 "saveSpec": null,
23 "fetchSpec": "2.0.2"
24 },
25 "_requiredBy": [
26 "/istanbul-reports"
27 ],
28 "_resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
29 "_spec": "2.0.2",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Andrea Giammarchi"
33 },
34 "bugs": {
35 "url": "https://github.com/WebReflection/html-escaper/issues"
36 },
37 "description": "fast and safe way to escape and unescape &<>'\" chars",
38 "devDependencies": {
39 "ascjs": "^3.1.2",
40 "coveralls": "^3.0.11",
41 "istanbul": "^0.4.5",
42 "rollup": "^2.1.0",
43 "uglify-js": "^3.8.0"
44 },
45 "homepage": "https://github.com/WebReflection/html-escaper",
46 "keywords": [
47 "html",
48 "escape",
49 "encode",
50 "unescape",
51 "decode",
52 "entities"
53 ],
54 "license": "MIT",
55 "main": "./cjs/index.js",
56 "module": "./esm/index.js",
57 "name": "html-escaper",
58 "repository": {
59 "type": "git",
60 "url": "git+https://github.com/WebReflection/html-escaper.git"
61 },
62 "scripts": {
63 "build": "npm run cjs && npm run rollup && npm run minify && npm test && npm run size",
64 "cjs": "ascjs esm cjs",
65 "coveralls": "cat ./coverage/lcov.info | coveralls",
66 "minify": "uglifyjs index.js --comments=/^!/ --compress --mangle -o min.js",
67 "rollup": "rollup --config rollup.config.js",
68 "size": "cat index.js | wc -c;cat min.js | wc -c;gzip -c min.js | wc -c",
69 "test": "istanbul cover ./test/index.js"
70 },
71 "unpkg": "min.js",
72 "version": "2.0.2"
73}
Note: See TracBrowser for help on using the repository browser.