Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint-plugin-markdown/node_modules/character-entities/package.json')
-rw-r--r--tools/node_modules/eslint-plugin-markdown/node_modules/character-entities/package.json94
1 files changed, 55 insertions, 39 deletions
diff --git a/tools/node_modules/eslint-plugin-markdown/node_modules/character-entities/package.json b/tools/node_modules/eslint-plugin-markdown/node_modules/character-entities/package.json
index e1151d249e2..62ea9531be9 100644
--- a/tools/node_modules/eslint-plugin-markdown/node_modules/character-entities/package.json
+++ b/tools/node_modules/eslint-plugin-markdown/node_modules/character-entities/package.json
@@ -1,32 +1,23 @@
{
- "name": "character-entities",
- "version": "1.2.4",
- "description": "HTML character entity information",
- "license": "MIT",
- "keywords": [
- "html",
- "entity",
- "entities",
- "character",
- "reference",
- "name",
- "replacement"
- ],
- "repository": "wooorm/character-entities",
- "bugs": "https://github.com/wooorm/character-entities/issues",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "author": {
+ "name": "Titus Wormer",
+ "email": "tituswormer@gmail.com",
+ "url": "https://wooorm.com"
+ },
+ "bugs": {
+ "url": "https://github.com/wooorm/character-entities/issues"
},
- "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
+ "bundleDependencies": false,
"contributors": [
- "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
- ],
- "main": "index.json",
- "files": [
- "index.json"
+ {
+ "name": "Titus Wormer",
+ "email": "tituswormer@gmail.com",
+ "url": "https://wooorm.com"
+ }
],
"dependencies": {},
+ "deprecated": false,
+ "description": "HTML character entity information",
"devDependencies": {
"bail": "^1.0.0",
"browserify": "^16.0.0",
@@ -38,16 +29,26 @@
"tinyify": "^2.0.0",
"xo": "^0.25.0"
},
- "scripts": {
- "generate": "node build",
- "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
- "build-bundle": "browserify index.json -s characterEntities -o character-entities.js",
- "build-mangle": "browserify index.json -s characterEntities -p tinyify -o character-entities.min.js",
- "build": "npm run build-bundle && npm run build-mangle",
- "lint": "xo",
- "test-api": "node test",
- "test": "npm run generate && npm run format && npm run build && npm run test-api"
+ "files": [
+ "index.json"
+ ],
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
},
+ "homepage": "https://github.com/wooorm/character-entities#readme",
+ "keywords": [
+ "html",
+ "entity",
+ "entities",
+ "character",
+ "reference",
+ "name",
+ "replacement"
+ ],
+ "license": "MIT",
+ "main": "index.json",
+ "name": "character-entities",
"prettier": {
"tabWidth": 2,
"useTabs": false,
@@ -56,16 +57,31 @@
"semi": false,
"trailingComma": "none"
},
+ "remarkConfig": {
+ "plugins": [
+ "preset-wooorm"
+ ]
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/wooorm/character-entities.git"
+ },
+ "scripts": {
+ "build": "npm run build-bundle && npm run build-mangle",
+ "build-bundle": "browserify index.json -s characterEntities -o character-entities.js",
+ "build-mangle": "browserify index.json -s characterEntities -p tinyify -o character-entities.min.js",
+ "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
+ "generate": "node build",
+ "lint": "xo",
+ "test": "npm run generate && npm run format && npm run build && npm run test-api",
+ "test-api": "node test"
+ },
+ "version": "1.2.4",
"xo": {
"prettier": true,
"esnext": false,
"ignores": [
"character-entities.js"
]
- },
- "remarkConfig": {
- "plugins": [
- "preset-wooorm"
- ]
}
-}
+} \ No newline at end of file