main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
1.8 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "character-entities-legacy",
|
---|
3 | "version": "1.1.4",
|
---|
4 | "description": "HTML legacy character entity information",
|
---|
5 | "license": "MIT",
|
---|
6 | "keywords": [
|
---|
7 | "html",
|
---|
8 | "entity",
|
---|
9 | "entities",
|
---|
10 | "character",
|
---|
11 | "reference",
|
---|
12 | "name",
|
---|
13 | "replacement"
|
---|
14 | ],
|
---|
15 | "repository": "wooorm/character-entities-legacy",
|
---|
16 | "bugs": "https://github.com/wooorm/character-entities-legacy/issues",
|
---|
17 | "funding": {
|
---|
18 | "type": "github",
|
---|
19 | "url": "https://github.com/sponsors/wooorm"
|
---|
20 | },
|
---|
21 | "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
|
---|
22 | "contributors": [
|
---|
23 | "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
|
---|
24 | ],
|
---|
25 | "main": "index.json",
|
---|
26 | "files": [
|
---|
27 | "index.json"
|
---|
28 | ],
|
---|
29 | "dependencies": {},
|
---|
30 | "devDependencies": {
|
---|
31 | "bail": "^1.0.0",
|
---|
32 | "browserify": "^16.0.0",
|
---|
33 | "concat-stream": "^2.0.0",
|
---|
34 | "prettier": "^1.0.0",
|
---|
35 | "remark-cli": "^7.0.0",
|
---|
36 | "remark-preset-wooorm": "^6.0.0",
|
---|
37 | "tape": "^4.0.0",
|
---|
38 | "tinyify": "^2.0.0",
|
---|
39 | "xo": "^0.25.0"
|
---|
40 | },
|
---|
41 | "scripts": {
|
---|
42 | "generate": "node build",
|
---|
43 | "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
|
---|
44 | "build-bundle": "browserify index.json -s characterEntitiesLegacy -o character-entities-legacy.js",
|
---|
45 | "build-mangle": "browserify index.json -s characterEntitiesLegacy -p tinyify -o character-entities-legacy.min.js",
|
---|
46 | "build": "npm run build-bundle && npm run build-mangle",
|
---|
47 | "test-api": "node test",
|
---|
48 | "test": "npm run generate && npm run format && npm run build && npm run test-api"
|
---|
49 | },
|
---|
50 | "prettier": {
|
---|
51 | "tabWidth": 2,
|
---|
52 | "useTabs": false,
|
---|
53 | "singleQuote": true,
|
---|
54 | "bracketSpacing": false,
|
---|
55 | "semi": false,
|
---|
56 | "trailingComma": "none"
|
---|
57 | },
|
---|
58 | "xo": {
|
---|
59 | "prettier": true,
|
---|
60 | "esnext": false,
|
---|
61 | "ignores": [
|
---|
62 | "character-entities-legacy.js"
|
---|
63 | ]
|
---|
64 | },
|
---|
65 | "remarkConfig": {
|
---|
66 | "plugins": [
|
---|
67 | "preset-wooorm"
|
---|
68 | ]
|
---|
69 | }
|
---|
70 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.