react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / request / node_modules / json-stringify-safe / package.json
81144 views{1"name": "json-stringify-safe",2"version": "5.0.1",3"description": "Like JSON.stringify, but doesn't blow up on circular refs.",4"keywords": [5"json",6"stringify",7"circular",8"safe"9],10"homepage": "https://github.com/isaacs/json-stringify-safe",11"bugs": {12"url": "https://github.com/isaacs/json-stringify-safe/issues"13},14"author": {15"name": "Isaac Z. Schlueter",16"email": "[email protected]",17"url": "http://blog.izs.me"18},19"contributors": [20{21"name": "Andri Möll",22"email": "[email protected]",23"url": "http://themoll.com"24}25],26"license": "ISC",27"repository": {28"type": "git",29"url": "git://github.com/isaacs/json-stringify-safe.git"30},31"main": "stringify.js",32"scripts": {33"test": "node test.js"34},35"devDependencies": {36"mocha": ">= 2.1.0 < 3",37"must": ">= 0.12 < 0.13",38"sinon": ">= 1.12.2 < 2"39},40"gitHead": "3890dceab3ad14f8701e38ca74f38276abc76de5",41"_id": "[email protected]",42"_shasum": "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb",43"_from": "json-stringify-safe@>=5.0.0 <5.1.0",44"_npmVersion": "2.10.0",45"_nodeVersion": "2.0.1",46"_npmUser": {47"name": "isaacs",48"email": "[email protected]"49},50"dist": {51"shasum": "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb",52"tarball": "http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz"53},54"maintainers": [55{56"name": "isaacs",57"email": "[email protected]"58},59{60"name": "moll",61"email": "[email protected]"62}63],64"directories": {},65"_resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz"66}676869