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