Changeset 59329aa for trip-planner-front/node_modules/html-entities
- 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-entities/package.json
rceaed42 r59329aa 1 1 { 2 "name": "html-entities", 3 "version": "1.4.0", 4 "description": "Faster HTML entities encode/decode library.", 5 "keywords": [ 6 "html", 7 "html entities", 8 "html entities encode", 9 "html entities decode", 10 "entities", 11 "entities encode", 12 "entities decode" 2 "_args": [ 3 [ 4 "html-entities@1.4.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 13 7 ], 8 "_development": true, 9 "_from": "html-entities@1.4.0", 10 "_id": "html-entities@1.4.0", 11 "_inBundle": false, 12 "_integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==", 13 "_location": "/html-entities", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "html-entities@1.4.0", 19 "name": "html-entities", 20 "escapedName": "html-entities", 21 "rawSpec": "1.4.0", 22 "saveSpec": null, 23 "fetchSpec": "1.4.0" 24 }, 25 "_requiredBy": [ 26 "/webpack-dev-server" 27 ], 28 "_resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz", 29 "_spec": "1.4.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 14 31 "author": { 15 32 "name": "Marat Dulin", 16 33 "email": "mdevils@yandex.ru" 17 34 }, 35 "bugs": { 36 "url": "https://github.com/mdevils/node-html-entities/issues" 37 }, 18 38 "dependencies": {}, 39 "description": "Faster HTML entities encode/decode library.", 19 40 "devDependencies": { 20 41 "@types/benchmark": "^2.1.0", … … 31 52 "typescript": "^3.8.3" 32 53 }, 33 "repository": {34 "type": "git",35 "url": "https://github.com/mdevils/node-html-entities.git"36 },37 "main": "./lib/index.js",38 "typings": "./lib/index.d.ts",39 "types": "./lib/index.d.ts",40 "scripts": {41 "test": "mocha --recursive -r ts-node/register test/**/*.ts",42 "benchmark": "ts-node benchmark/benchmark",43 "travis": "yarn test",44 "build": "tsc",45 "prepublishOnly": "yarn build"46 },47 54 "files": [ 48 55 "index.js", … … 50 57 "LICENSE" 51 58 ], 52 "license": "MIT" 59 "homepage": "https://github.com/mdevils/node-html-entities#readme", 60 "keywords": [ 61 "html", 62 "html entities", 63 "html entities encode", 64 "html entities decode", 65 "entities", 66 "entities encode", 67 "entities decode" 68 ], 69 "license": "MIT", 70 "main": "./lib/index.js", 71 "name": "html-entities", 72 "repository": { 73 "type": "git", 74 "url": "git+https://github.com/mdevils/node-html-entities.git" 75 }, 76 "scripts": { 77 "benchmark": "ts-node benchmark/benchmark", 78 "build": "tsc", 79 "prepublishOnly": "yarn build", 80 "test": "mocha --recursive -r ts-node/register test/**/*.ts", 81 "travis": "yarn test" 82 }, 83 "types": "./lib/index.d.ts", 84 "typings": "./lib/index.d.ts", 85 "version": "1.4.0" 53 86 }
Note:
See TracChangeset
for help on using the changeset viewer.