source: trip-planner-front/node_modules/html-entities/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.2 KB
Line 
1{
2 "_args": [
3 [
4 "html-entities@1.4.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
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",
31 "author": {
32 "name": "Marat Dulin",
33 "email": "mdevils@yandex.ru"
34 },
35 "bugs": {
36 "url": "https://github.com/mdevils/node-html-entities/issues"
37 },
38 "dependencies": {},
39 "description": "Faster HTML entities encode/decode library.",
40 "devDependencies": {
41 "@types/benchmark": "^2.1.0",
42 "@types/chai": "^4.2.11",
43 "@types/mocha": "^7.0.2",
44 "@types/node": "^13.13.4",
45 "benchmark": "^2.1.4",
46 "chai": "^4.2.0",
47 "coveralls": "^3.1.0",
48 "entities": "^2.0.0",
49 "mocha": "^7.1.2",
50 "node-html-encoder": "^0.0.2",
51 "ts-node": "^8.9.1",
52 "typescript": "^3.8.3"
53 },
54 "files": [
55 "index.js",
56 "lib",
57 "LICENSE"
58 ],
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"
86}
Note: See TracBrowser for help on using the repository browser.