react / wstein / node_modules / jest-cli / node_modules / optimist / node_modules / wordwrap / package.json
80677 views{1"name": "wordwrap",2"description": "Wrap those words. Show them at what columns to start and stop.",3"version": "0.0.3",4"repository": {5"type": "git",6"url": "git://github.com/substack/node-wordwrap.git"7},8"main": "./index.js",9"keywords": [10"word",11"wrap",12"rule",13"format",14"column"15],16"directories": {17"lib": ".",18"example": "example",19"test": "test"20},21"scripts": {22"test": "expresso"23},24"devDependencies": {25"expresso": "=0.7.x"26},27"engines": {28"node": ">=0.4.0"29},30"license": "MIT",31"author": {32"name": "James Halliday",33"email": "[email protected]",34"url": "http://substack.net"35},36"gitHead": "e59aa1bd338914019456bdfba034508c9c4cb29d",37"bugs": {38"url": "https://github.com/substack/node-wordwrap/issues"39},40"homepage": "https://github.com/substack/node-wordwrap#readme",41"_id": "[email protected]",42"_shasum": "a3d5da6cd5c0bc0008d37234bbaf1bed63059107",43"_from": "wordwrap@>=0.0.2 <0.1.0",44"_npmVersion": "2.9.0",45"_nodeVersion": "2.0.0",46"_npmUser": {47"name": "substack",48"email": "[email protected]"49},50"dist": {51"shasum": "a3d5da6cd5c0bc0008d37234bbaf1bed63059107",52"tarball": "http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz"53},54"maintainers": [55{56"name": "substack",57"email": "[email protected]"58}59],60"_resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz",61"readme": "ERROR: No README data found!"62}636465