react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / htmlparser2 / node_modules / domutils / node_modules / dom-serializer / package.json
81153 views{1"name": "dom-serializer",2"version": "0.1.0",3"description": "render dom nodes to string",4"author": {5"name": "Felix Boehm",6"email": "[email protected]"7},8"keywords": [9"html",10"xml",11"render"12],13"repository": {14"type": "git",15"url": "git://github.com/cheeriojs/dom-renderer.git"16},17"main": "./index.js",18"files": [19"index.js"20],21"dependencies": {22"domelementtype": "~1.1.1",23"entities": "~1.1.1"24},25"devDependencies": {26"cheerio": "*",27"expect.js": "~0.3.1",28"jshint": "~2.3.0",29"lodash": "~2.4.1",30"mocha": "*",31"xyz": "0.4.x"32},33"scripts": {34"test": "mocha test.js"35},36"license": "MIT",37"gitHead": "249b9a921e6ba318c52b87de21e8475bcb4050e5",38"bugs": {39"url": "https://github.com/cheeriojs/dom-renderer/issues"40},41"homepage": "https://github.com/cheeriojs/dom-renderer",42"_id": "[email protected]",43"_shasum": "073c697546ce0780ce23be4a28e293e40bc30c82",44"_from": "dom-serializer@>=0.0.0 <1.0.0",45"_npmVersion": "2.4.1",46"_nodeVersion": "1.2.0",47"_npmUser": {48"name": "feedic",49"email": "[email protected]"50},51"maintainers": [52{53"name": "feedic",54"email": "[email protected]"55},56{57"name": "davidchambers",58"email": "[email protected]"59},60{61"name": "mattmueller",62"email": "[email protected]"63}64],65"dist": {66"shasum": "073c697546ce0780ce23be4a28e293e40bc30c82",67"tarball": "http://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz"68},69"directories": {},70"_resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz"71}727374