react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / request / node_modules / node-uuid / package.json
81145 views{1"name": "node-uuid",2"description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",3"url": "http://github.com/broofa/node-uuid",4"keywords": [5"uuid",6"guid",7"rfc4122"8],9"author": {10"name": "Robert Kieffer",11"email": "[email protected]"12},13"contributors": [14{15"name": "Christoph Tavan",16"email": "[email protected]"17}18],19"bin": {20"uuid": "./bin/uuid"21},22"scripts": {23"test": "node test/test.js"24},25"lib": ".",26"main": "./uuid.js",27"repository": {28"type": "git",29"url": "https://github.com/broofa/node-uuid.git"30},31"version": "1.4.3",32"licenses": [33{34"type": "MIT",35"url": "https://raw.github.com/broofa/node-uuid/master/LICENSE.md"36}37],38"gitHead": "886463c660a095dfebfa69603921a8d156fdb12c",39"bugs": {40"url": "https://github.com/broofa/node-uuid/issues"41},42"homepage": "https://github.com/broofa/node-uuid",43"_id": "[email protected]",44"_shasum": "319bb7a56e7cb63f00b5c0cd7851cd4b4ddf1df9",45"_from": "node-uuid@>=1.4.0 <1.5.0",46"_npmVersion": "1.4.28",47"_npmUser": {48"name": "broofa",49"email": "[email protected]"50},51"maintainers": [52{53"name": "broofa",54"email": "[email protected]"55}56],57"dist": {58"shasum": "319bb7a56e7cb63f00b5c0cd7851cd4b4ddf1df9",59"tarball": "http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz"60},61"directories": {},62"_resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz"63}646566