Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80766 views
1
{
2
"name": "wordwrap",
3
"description": "Wrap those words. Show them at what columns to start and stop.",
4
"version": "0.0.2",
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/X11",
32
"author": {
33
"name": "James Halliday",
34
"email": "[email protected]",
35
"url": "http://substack.net"
36
},
37
"_id": "[email protected]",
38
"dependencies": {},
39
"_engineSupported": true,
40
"_npmVersion": "1.0.10",
41
"_nodeVersion": "v0.5.0-pre",
42
"_defaultsLoaded": true,
43
"dist": {
44
"shasum": "b79669bb42ecb409f83d583cad52ca17eaa1643f",
45
"tarball": "http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz"
46
},
47
"maintainers": [
48
{
49
"name": "substack",
50
"email": "[email protected]"
51
}
52
],
53
"_shasum": "b79669bb42ecb409f83d583cad52ca17eaa1643f",
54
"_resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
55
"_from": "[email protected]"
56
}
57
58