react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / htmlparser2 / node_modules / domutils / node_modules / dom-serializer / node_modules / entities / package.json
81164 views{1"name": "entities",2"version": "1.1.1",3"description": "Encode & decode XML/HTML entities with ease",4"author": {5"name": "Felix Boehm",6"email": "[email protected]"7},8"keywords": [9"html",10"xml",11"entity",12"encoding"13],14"main": "./index.js",15"directories": {16"test": "test"17},18"devDependencies": {19"mocha": "1",20"mocha-lcov-reporter": "*",21"coveralls": "*",22"istanbul": "*",23"jshint": "2"24},25"scripts": {26"test": "mocha && npm run lint",27"lint": "jshint index.js lib/*.js test/*.js",28"lcov": "istanbul cover _mocha --report lcovonly -- -R spec",29"coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)"30},31"repository": {32"type": "git",33"url": "git://github.com/fb55/node-entities.git"34},35"license": "BSD-like",36"jshintConfig": {37"eqeqeq": true,38"freeze": true,39"latedef": "nofunc",40"noarg": true,41"nonbsp": true,42"quotmark": "double",43"undef": true,44"unused": true,45"trailing": true,46"eqnull": true,47"proto": true,48"smarttabs": true,49"node": true,50"globals": {51"describe": true,52"it": true53}54},55"bugs": {56"url": "https://github.com/fb55/node-entities/issues"57},58"homepage": "https://github.com/fb55/node-entities",59"_id": "[email protected]",60"dist": {61"shasum": "6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0",62"tarball": "http://registry.npmjs.org/entities/-/entities-1.1.1.tgz"63},64"_from": "entities@>=1.1.1 <1.2.0",65"_npmVersion": "1.4.6",66"_npmUser": {67"name": "feedic",68"email": "[email protected]"69},70"maintainers": [71{72"name": "feedic",73"email": "[email protected]"74}75],76"_shasum": "6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0",77"_resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz"78}798081