Changeset 59329aa for trip-planner-front/node_modules/entities/package.json
- 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/entities/package.json
rceaed42 r59329aa 1 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", 2 19 "name": "entities", 3 "version": "2.2.0", 4 "description": "Encode & decode XML and HTML entities with ease", 5 "author": "Felix Boehm <me@feedic.com>", 6 "funding": "https://github.com/fb55/entities?sponsor=1", 7 "sideEffects": false, 8 "keywords": [ 9 "entity", 10 "decoding", 11 "encoding", 12 "html", 13 "xml", 14 "html entities" 15 ], 16 "directories": { 17 "lib": "lib/" 18 }, 19 "main": "lib/index.js", 20 "types": "lib/index.d.ts", 21 "files": [ 22 "lib/**/*" 23 ], 24 "devDependencies": { 25 "@types/jest": "^26.0.0", 26 "@types/node": "^14.11.8", 27 "@typescript-eslint/eslint-plugin": "^4.4.1", 28 "@typescript-eslint/parser": "^4.4.1", 29 "coveralls": "*", 30 "eslint": "^7.11.0", 31 "eslint-config-prettier": "^7.0.0", 32 "eslint-plugin-node": "^11.1.0", 33 "jest": "^26.5.3", 34 "prettier": "^2.0.5", 35 "ts-jest": "^26.1.0", 36 "typescript": "^4.0.2" 37 }, 38 "scripts": { 39 "test": "jest --coverage && npm run lint", 40 "coverage": "cat coverage/lcov.info | coveralls", 41 "lint": "npm run lint:es && npm run lint:prettier", 42 "lint:es": "eslint .", 43 "lint:prettier": "npm run prettier -- --check", 44 "format": "npm run format:es && npm run format:prettier", 45 "format:es": "npm run lint:es -- --fix", 46 "format:prettier": "npm run prettier -- --write", 47 "prettier": "prettier '**/*.{ts,md,json,yml}'", 48 "build": "tsc && cp -r src/maps lib", 49 "prepare": "npm run build" 50 }, 51 "repository": { 52 "type": "git", 53 "url": "git://github.com/fb55/entities.git" 54 }, 55 "license": "BSD-2-Clause", 56 "jest": { 57 "preset": "ts-jest", 58 "testEnvironment": "node" 59 }, 60 "prettier": { 61 "tabWidth": 4, 62 "proseWrap": "always" 63 } 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" 64 100 }
Note:
See TracChangeset
for help on using the changeset viewer.