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