123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- {
- "_from": "character-entities@^1.0.0",
- "_id": "character-entities@1.2.4",
- "_inBundle": false,
- "_integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==",
- "_location": "/character-entities",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "character-entities@^1.0.0",
- "name": "character-entities",
- "escapedName": "character-entities",
- "rawSpec": "^1.0.0",
- "saveSpec": null,
- "fetchSpec": "^1.0.0"
- },
- "_requiredBy": [
- "/parse-entities"
- ],
- "_resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz",
- "_shasum": "e12c3939b7eaf4e5b15e7ad4c5e28e1d48c5b16b",
- "_spec": "character-entities@^1.0.0",
- "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\parse-entities",
- "author": {
- "name": "Titus Wormer",
- "email": "tituswormer@gmail.com",
- "url": "https://wooorm.com"
- },
- "bugs": {
- "url": "https://github.com/wooorm/character-entities/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "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",
- "concat-stream": "^2.0.0",
- "prettier": "^1.0.0",
- "remark-cli": "^7.0.0",
- "remark-preset-wooorm": "^6.0.0",
- "tape": "^4.0.0",
- "tinyify": "^2.0.0",
- "xo": "^0.25.0"
- },
- "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,
- "singleQuote": true,
- "bracketSpacing": false,
- "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"
- ]
- }
- }
|