react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / deps-sort / package.json
80712 views{1"name": "deps-sort",2"version": "1.3.9",3"description": "sort module-deps output for deterministic browserify bundles",4"main": "index.js",5"bin": {6"deps-sort": "bin/cmd.js"7},8"dependencies": {9"JSONStream": "^1.0.3",10"shasum": "^1.0.0",11"subarg": "^1.0.0",12"through2": "^1.0.0"13},14"devDependencies": {15"tap": "^1.1.0"16},17"scripts": {18"test": "tap test/*.js"19},20"repository": {21"type": "git",22"url": "git://github.com/substack/deps-sort.git"23},24"homepage": "https://github.com/substack/deps-sort",25"keywords": [26"dependency",27"graph",28"browser",29"browserify",30"module-deps",31"browser-pack",32"sorted",33"determinism"34],35"author": {36"name": "James Halliday",37"email": "[email protected]",38"url": "http://substack.net"39},40"license": "MIT",41"gitHead": "34043da3d9dd4732f975765741127163283f8fcd",42"bugs": {43"url": "https://github.com/substack/deps-sort/issues"44},45"_id": "[email protected]",46"_shasum": "29dfff53e17b36aecae7530adbbbf622c2ed1a71",47"_from": "deps-sort@>=1.3.5 <2.0.0",48"_npmVersion": "2.10.1",49"_nodeVersion": "0.10.38",50"_npmUser": {51"name": "zertosh",52"email": "[email protected]"53},54"maintainers": [55{56"name": "substack",57"email": "[email protected]"58},59{60"name": "zertosh",61"email": "[email protected]"62}63],64"dist": {65"shasum": "29dfff53e17b36aecae7530adbbbf622c2ed1a71",66"tarball": "http://registry.npmjs.org/deps-sort/-/deps-sort-1.3.9.tgz"67},68"directories": {},69"_resolved": "https://registry.npmjs.org/deps-sort/-/deps-sort-1.3.9.tgz"70}717273