source: trip-planner-front/node_modules/entities/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 2.6 KB
Line 
1{
2 "_args": [
3 [
4 "entities@2.2.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "entities@2.2.0",
10 "_id": "entities@2.2.0",
11 "_inBundle": false,
12 "_integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
13 "_location": "/entities",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "entities@2.2.0",
19 "name": "entities",
20 "escapedName": "entities",
21 "rawSpec": "2.2.0",
22 "saveSpec": null,
23 "fetchSpec": "2.2.0"
24 },
25 "_requiredBy": [
26 "/dom-serializer"
27 ],
28 "_resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
29 "_spec": "2.2.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Felix Boehm",
33 "email": "me@feedic.com"
34 },
35 "bugs": {
36 "url": "https://github.com/fb55/entities/issues"
37 },
38 "description": "Encode & decode XML and HTML entities with ease",
39 "devDependencies": {
40 "@types/jest": "^26.0.0",
41 "@types/node": "^14.11.8",
42 "@typescript-eslint/eslint-plugin": "^4.4.1",
43 "@typescript-eslint/parser": "^4.4.1",
44 "coveralls": "*",
45 "eslint": "^7.11.0",
46 "eslint-config-prettier": "^7.0.0",
47 "eslint-plugin-node": "^11.1.0",
48 "jest": "^26.5.3",
49 "prettier": "^2.0.5",
50 "ts-jest": "^26.1.0",
51 "typescript": "^4.0.2"
52 },
53 "directories": {
54 "lib": "lib/"
55 },
56 "files": [
57 "lib/**/*"
58 ],
59 "funding": "https://github.com/fb55/entities?sponsor=1",
60 "homepage": "https://github.com/fb55/entities#readme",
61 "jest": {
62 "preset": "ts-jest",
63 "testEnvironment": "node"
64 },
65 "keywords": [
66 "entity",
67 "decoding",
68 "encoding",
69 "html",
70 "xml",
71 "html entities"
72 ],
73 "license": "BSD-2-Clause",
74 "main": "lib/index.js",
75 "name": "entities",
76 "prettier": {
77 "tabWidth": 4,
78 "proseWrap": "always"
79 },
80 "repository": {
81 "type": "git",
82 "url": "git://github.com/fb55/entities.git"
83 },
84 "scripts": {
85 "build": "tsc && cp -r src/maps lib",
86 "coverage": "cat coverage/lcov.info | coveralls",
87 "format": "npm run format:es && npm run format:prettier",
88 "format:es": "npm run lint:es -- --fix",
89 "format:prettier": "npm run prettier -- --write",
90 "lint": "npm run lint:es && npm run lint:prettier",
91 "lint:es": "eslint .",
92 "lint:prettier": "npm run prettier -- --check",
93 "prepare": "npm run build",
94 "prettier": "prettier '**/*.{ts,md,json,yml}'",
95 "test": "jest --coverage && npm run lint"
96 },
97 "sideEffects": false,
98 "types": "lib/index.d.ts",
99 "version": "2.2.0"
100}
Note: See TracBrowser for help on using the repository browser.