react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / xmlhttprequest / package.json
80676 views{1"name": "xmlhttprequest",2"description": "XMLHttpRequest for Node",3"version": "1.7.0",4"author": {5"name": "Dan DeFelippi",6"url": "http://driverdan.com"7},8"keywords": [9"xhr",10"ajax"11],12"licenses": [13{14"type": "MIT",15"url": "http://creativecommons.org/licenses/MIT/"16}17],18"repository": {19"type": "git",20"url": "git://github.com/driverdan/node-XMLHttpRequest.git"21},22"bugs": {23"url": "http://github.com/driverdan/node-XMLHttpRequest/issues"24},25"engines": {26"node": ">=0.4.0"27},28"directories": {29"lib": "./lib",30"example": "./example"31},32"main": "./lib/XMLHttpRequest.js",33"homepage": "https://github.com/driverdan/node-XMLHttpRequest",34"_id": "[email protected]",35"dist": {36"shasum": "dc697a8df0258afacad526c1c296b1bdd12c4ab3",37"tarball": "http://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.7.0.tgz"38},39"_from": "xmlhttprequest@>=1.5.0",40"_npmVersion": "1.4.3",41"_npmUser": {42"name": "driverdan",43"email": "[email protected]"44},45"maintainers": [46{47"name": "driverdan",48"email": "[email protected]"49}50],51"_shasum": "dc697a8df0258afacad526c1c296b1bdd12c4ab3",52"_resolved": "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.7.0.tgz"53}545556