- 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/html-escaper/package.json
rceaed42 r59329aa 1 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", 2 57 "name": "html-escaper", 3 " version": "2.0.2",4 "description": "fast and safe way to escape and unescape &<>'\" chars",5 "main": "./cjs/index.js",6 "unpkg": "min.js",58 "repository": { 59 "type": "git", 60 "url": "git+https://github.com/WebReflection/html-escaper.git" 61 }, 7 62 "scripts": { 8 63 "build": "npm run cjs && npm run rollup && npm run minify && npm test && npm run size", … … 14 69 "test": "istanbul cover ./test/index.js" 15 70 }, 16 "module": "./esm/index.js", 17 "repository": { 18 "type": "git", 19 "url": "https://github.com/WebReflection/html-escaper.git" 20 }, 21 "keywords": [ 22 "html", 23 "escape", 24 "encode", 25 "unescape", 26 "decode", 27 "entities" 28 ], 29 "author": "Andrea Giammarchi", 30 "license": "MIT", 31 "bugs": { 32 "url": "https://github.com/WebReflection/html-escaper/issues" 33 }, 34 "homepage": "https://github.com/WebReflection/html-escaper", 35 "devDependencies": { 36 "ascjs": "^3.1.2", 37 "coveralls": "^3.0.11", 38 "istanbul": "^0.4.5", 39 "rollup": "^2.1.0", 40 "uglify-js": "^3.8.0" 41 } 71 "unpkg": "min.js", 72 "version": "2.0.2" 42 73 }
Note:
See TracChangeset
for help on using the changeset viewer.