Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
DazaSeal
GitHub Repository: DazaSeal/Lunanom
Path: blob/master/node_modules/wordwrap/package.json
334 views
1
{
2
"_args": [
3
[
4
"[email protected]",
5
"/home/runner/OffbeatDimpledTag"
6
]
7
],
8
"_from": "[email protected]",
9
"_id": "[email protected]",
10
"_inBundle": false,
11
"_integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=",
12
"_location": "/wordwrap",
13
"_phantomChildren": {},
14
"_requested": {
15
"type": "version",
16
"registry": true,
17
"raw": "[email protected]",
18
"name": "wordwrap",
19
"escapedName": "wordwrap",
20
"rawSpec": "0.0.3",
21
"saveSpec": null,
22
"fetchSpec": "0.0.3"
23
},
24
"_requiredBy": [
25
"/optimist"
26
],
27
"_resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz",
28
"_spec": "0.0.3",
29
"_where": "/home/runner/OffbeatDimpledTag",
30
"author": {
31
"name": "James Halliday",
32
"email": "[email protected]",
33
"url": "http://substack.net"
34
},
35
"bugs": {
36
"url": "https://github.com/substack/node-wordwrap/issues"
37
},
38
"description": "Wrap those words. Show them at what columns to start and stop.",
39
"devDependencies": {
40
"expresso": "=0.7.x"
41
},
42
"directories": {
43
"lib": ".",
44
"example": "example",
45
"test": "test"
46
},
47
"engines": {
48
"node": ">=0.4.0"
49
},
50
"homepage": "https://github.com/substack/node-wordwrap#readme",
51
"keywords": [
52
"word",
53
"wrap",
54
"rule",
55
"format",
56
"column"
57
],
58
"license": "MIT",
59
"main": "./index.js",
60
"name": "wordwrap",
61
"repository": {
62
"type": "git",
63
"url": "git://github.com/substack/node-wordwrap.git"
64
},
65
"scripts": {
66
"test": "expresso"
67
},
68
"version": "0.0.3"
69
}
70
71