react / wstein / node_modules / browserify / node_modules / shasum / node_modules / json-stable-stringify / package.json
80538 views{1"name": "json-stable-stringify",2"version": "0.0.1",3"description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results",4"main": "index.js",5"dependencies": {6"jsonify": "~0.0.0"7},8"devDependencies": {9"tape": "~1.0.4"10},11"scripts": {12"test": "tape test/*.js"13},14"testling": {15"files": "test/*.js",16"browsers": [17"ie/8..latest",18"ff/5",19"ff/latest",20"chrome/15",21"chrome/latest",22"safari/latest",23"opera/latest"24]25},26"repository": {27"type": "git",28"url": "git://github.com/substack/json-stable-stringify.git"29},30"homepage": "https://github.com/substack/json-stable-stringify",31"keywords": [32"json",33"stringify",34"deterministic",35"hash",36"sort",37"stable"38],39"author": {40"name": "James Halliday",41"email": "[email protected]",42"url": "http://substack.net"43},44"license": "MIT",45"bugs": {46"url": "https://github.com/substack/json-stable-stringify/issues"47},48"_id": "[email protected]",49"dist": {50"shasum": "611c23e814db375527df851193db59dd2af27f45",51"tarball": "http://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz"52},53"_from": "json-stable-stringify@>=0.0.0 <0.1.0",54"_npmVersion": "1.3.0",55"_npmUser": {56"name": "substack",57"email": "[email protected]"58},59"maintainers": [60{61"name": "substack",62"email": "[email protected]"63}64],65"directories": {},66"_shasum": "611c23e814db375527df851193db59dd2af27f45",67"_resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz",68"readme": "ERROR: No README data found!"69}707172