UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

88 lines (87 loc) 2.24 kB
{ "_from": "entities@^2.0.0", "_id": "entities@2.0.2", "_inBundle": false, "_integrity": "sha512-dmD3AvJQBUjKpcNkoqr+x+IF0SdRtPz9Vk0uTy4yWqga9ibB6s4v++QFWNohjiUGoMlF552ZvNyXDxz5iW0qmw==", "_location": "/entities", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "entities@^2.0.0", "name": "entities", "escapedName": "entities", "rawSpec": "^2.0.0", "saveSpec": null, "fetchSpec": "^2.0.0" }, "_requiredBy": [ "/dom-serializer" ], "_resolved": "https://registry.npmjs.org/entities/-/entities-2.0.2.tgz", "_shasum": "ac74db0bba8d33808bbf36809c3a5c3683531436", "_spec": "entities@^2.0.0", "_where": "/Users/andrewxia/Documents/work/codefold/example/node_modules/dom-serializer", "author": { "name": "Felix Boehm", "email": "me@feedic.com" }, "bugs": { "url": "https://github.com/fb55/entities/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Encode & decode XML and HTML entities with ease", "devDependencies": { "@types/jest": "^25.1.4", "@types/node": "^13.13.4", "@typescript-eslint/eslint-plugin": "^2.31.0", "@typescript-eslint/parser": "^2.31.0", "coveralls": "*", "eslint": "^7.0.0", "eslint-config-prettier": "^6.0.0", "jest": "^26.0.1", "prettier": "^2.0.5", "ts-jest": "^25.3.1", "typescript": "^3.5.3" }, "directories": { "lib": "lib/" }, "files": [ "lib/**/*" ], "homepage": "https://github.com/fb55/entities#readme", "jest": { "preset": "ts-jest", "testEnvironment": "node" }, "keywords": [ "entity", "decoding", "encoding", "html", "xml", "html entities" ], "license": "BSD-2-Clause", "main": "lib/index.js", "name": "entities", "prettier": { "tabWidth": 4 }, "repository": { "type": "git", "url": "git://github.com/fb55/entities.git" }, "scripts": { "build": "tsc", "coverage": "cat coverage/lcov.info | coveralls", "format": "prettier --write **/*.{ts,md}", "lint": "eslint --ext=js,ts src", "prepare": "npm run build", "test": "jest --coverage && npm run lint" }, "types": "lib/index.d.ts", "version": "2.0.2" }