react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / shell-quote / package.json
80728 views{1"name": "shell-quote",2"version": "0.0.1",3"description": "quote and parse shell commands",4"main": "index.js",5"directories": {6"example": "example",7"test": "test"8},9"devDependencies": {10"tap": "~0.2.5"11},12"scripts": {13"test": "tap test"14},15"repository": {16"type": "git",17"url": "git://github.com/substack/node-shell-quote.git"18},19"keywords": [20"shell",21"command",22"quote",23"parse"24],25"author": {26"name": "James Halliday",27"email": "[email protected]",28"url": "http://substack.net"29},30"license": "MIT",31"engine": {32"node": ">=0.4"33},34"_npmUser": {35"name": "substack",36"email": "[email protected]"37},38"_id": "[email protected]",39"dependencies": {},40"optionalDependencies": {},41"engines": {42"node": "*"43},44"_engineSupported": true,45"_npmVersion": "1.1.19",46"_nodeVersion": "v0.6.11",47"_defaultsLoaded": true,48"dist": {49"shasum": "1a41196f3c0333c482323593d6886ecf153dd986",50"tarball": "http://registry.npmjs.org/shell-quote/-/shell-quote-0.0.1.tgz"51},52"maintainers": [53{54"name": "substack",55"email": "[email protected]"56}57],58"_shasum": "1a41196f3c0333c482323593d6886ecf153dd986",59"_resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-0.0.1.tgz",60"_from": "shell-quote@>=0.0.1 <0.1.0"61}626364