123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- {
- "_args": [
- [
- "parse-entities@2.0.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "parse-entities@2.0.0",
- "_id": "parse-entities@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==",
- "_location": "/parse-entities",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "parse-entities@2.0.0",
- "name": "parse-entities",
- "escapedName": "parse-entities",
- "rawSpec": "2.0.0",
- "saveSpec": null,
- "fetchSpec": "2.0.0"
- },
- "_requiredBy": [
- "/mdast-util-from-markdown",
- "/mdast-util-to-markdown",
- "/micromark"
- ],
- "_resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz",
- "_spec": "2.0.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Titus Wormer",
- "email": "tituswormer@gmail.com",
- "url": "https://wooorm.com"
- },
- "browser": {
- "./decode-entity.js": "./decode-entity.browser.js"
- },
- "bugs": {
- "url": "https://github.com/wooorm/parse-entities/issues"
- },
- "contributors": [
- {
- "name": "Titus Wormer",
- "email": "tituswormer@gmail.com",
- "url": "https://wooorm.com"
- }
- ],
- "dependencies": {
- "character-entities": "^1.0.0",
- "character-entities-legacy": "^1.0.0",
- "character-reference-invalid": "^1.0.0",
- "is-alphanumerical": "^1.0.0",
- "is-decimal": "^1.0.0",
- "is-hexadecimal": "^1.0.0"
- },
- "description": "Parse HTML character references: fast, spec-compliant, positional information",
- "devDependencies": {
- "browserify": "^16.0.0",
- "dtslint": "^2.0.0",
- "nyc": "^15.0.0",
- "prettier": "^1.0.0",
- "remark-cli": "^7.0.0",
- "remark-preset-wooorm": "^6.0.0",
- "tape": "^4.0.0",
- "tape-run": "^6.0.0",
- "tinyify": "^2.0.0",
- "xo": "^0.25.0"
- },
- "files": [
- "index.js",
- "decode-entity.js",
- "decode-entity.browser.js",
- "types/index.d.ts"
- ],
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- },
- "homepage": "https://github.com/wooorm/parse-entities#readme",
- "keywords": [
- "parse",
- "html",
- "character",
- "reference",
- "entity",
- "entities"
- ],
- "license": "MIT",
- "name": "parse-entities",
- "nyc": {
- "check-coverage": true,
- "lines": 100,
- "functions": 100,
- "branches": 100
- },
- "prettier": {
- "tabWidth": 2,
- "useTabs": false,
- "singleQuote": true,
- "bracketSpacing": false,
- "semi": false,
- "trailingComma": "none"
- },
- "react-native": {
- "./decode-entity.js": "./decode-entity.js"
- },
- "remarkConfig": {
- "plugins": [
- "preset-wooorm"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/wooorm/parse-entities.git"
- },
- "scripts": {
- "build": "npm run build-bundle && npm run build-mangle",
- "build-bundle": "browserify . -s parseEntities > parse-entities.js",
- "build-mangle": "browserify . -s parseEntities -p tinyify > parse-entities.min.js",
- "format": "remark . -qfo && prettier --write \"**/*.{js,ts}\" && xo --fix",
- "test": "npm run format && npm run build && npm run test-coverage && npm run test-types",
- "test-api": "node test",
- "test-browser": "browserify test.js | tape-run",
- "test-coverage": "nyc --reporter lcov tape test.js",
- "test-types": "dtslint types"
- },
- "types": "types/index.d.ts",
- "version": "2.0.0",
- "xo": {
- "prettier": true,
- "esnext": false,
- "rules": {
- "no-self-compare": "off",
- "guard-for-in": "off",
- "max-depth": "off"
- },
- "ignores": [
- "parse-entities.js"
- ]
- }
- }
|