character-entities-html4
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "character-entities-html4", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "HTML4 character entity information", | ||
@@ -29,13 +29,12 @@ "license": "MIT", | ||
"bail": "^1.0.1", | ||
"browserify": "^13.0.1", | ||
"browserify": "^14.0.0", | ||
"concat-stream": "^1.5.2", | ||
"esmangle": "^1.0.1", | ||
"nyc": "^8.0.0", | ||
"remark-cli": "^2.0.0", | ||
"remark-preset-wooorm": "^1.0.0", | ||
"remark-cli": "^3.0.0", | ||
"remark-preset-wooorm": "^3.0.0", | ||
"tape": "^4.0.0", | ||
"xo": "^0.17.0" | ||
"xo": "^0.18.0" | ||
}, | ||
"scripts": { | ||
"build-md": "remark . --quiet --frail", | ||
"build-md": "remark . -qfo", | ||
"build-generate": "node build", | ||
@@ -47,7 +46,7 @@ "build-bundle": "browserify index.json --bare -s characterEntitiesHTML4 > character-entities-html4.js", | ||
"test-api": "node test", | ||
"test-coverage": "nyc --reporter lcov tape test.js", | ||
"test": "npm run build && npm run lint && npm run test-coverage" | ||
"test": "npm run build && npm run lint && npm run test-api" | ||
}, | ||
"xo": { | ||
"space": true, | ||
"esnext": false, | ||
"ignores": [ | ||
@@ -58,5 +57,4 @@ "character-entities-html4.js" | ||
"remarkConfig": { | ||
"output": true, | ||
"presets": "wooorm" | ||
"plugins": ["preset-wooorm"] | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# character-entities-html4 [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] | ||
# character-entities-html4 [![Build Status][travis-badge]][travis] | ||
@@ -7,3 +7,3 @@ HTML4 character entity information. | ||
[npm][npm-install]: | ||
[npm][]: | ||
@@ -17,6 +17,6 @@ ```bash | ||
```js | ||
console.log(characterEntities.AElig); // Æ | ||
console.log(characterEntities.aelig); // æ | ||
console.log(characterEntities.amp); // & | ||
console.log(characterEntities.apos); // undefined | ||
console.log(characterEntities.AElig); //=> 'Æ' | ||
console.log(characterEntities.aelig); //=> 'æ' | ||
console.log(characterEntities.amp); //=> '&' | ||
console.log(characterEntities.apos); //=> undefined | ||
``` | ||
@@ -34,2 +34,13 @@ | ||
## Related | ||
* [`character-entities`](https://github.com/wooorm/character-entities) | ||
— HTML character entity info | ||
* [`character-entities-legacy`](https://github.com/wooorm/character-entities-legacy) | ||
— Legacy character entity info | ||
* [`parse-entities`](https://github.com/wooorm/parse-entities) | ||
— Parse HTML character references | ||
* [`stringify-entities`](https://github.com/wooorm/stringify-entities) | ||
— Stringify HTML character references | ||
## License | ||
@@ -45,8 +56,4 @@ | ||
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/character-entities-html4.svg | ||
[npm]: https://docs.npmjs.com/cli/install | ||
[codecov]: https://codecov.io/github/wooorm/character-entities-html4 | ||
[npm-install]: https://docs.npmjs.com/cli/install | ||
[license]: LICENSE | ||
@@ -53,0 +60,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8342
8
60