react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / htmlparser2 / node_modules / entities / package.json
81146 views{1"name": "entities",2"version": "1.0.0",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": "b2987aa3821347fcde642b24fdfc9e4fb712bf26",62"tarball": "http://registry.npmjs.org/entities/-/entities-1.0.0.tgz"63},64"_from": "entities@>=1.0.0 <1.1.0",65"_npmVersion": "1.4.4",66"_npmUser": {67"name": "feedic",68"email": "[email protected]"69},70"maintainers": [71{72"name": "feedic",73"email": "[email protected]"74}75],76"_shasum": "b2987aa3821347fcde642b24fdfc9e4fb712bf26",77"_resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz"78}798081