package.json
1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"_from": "wordwrap@0.0.2",
"_id": "wordwrap@0.0.2",
"_inBundle": false,
"_integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=",
"_location": "/wordwrap",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "wordwrap@0.0.2",
"name": "wordwrap",
"escapedName": "wordwrap",
"rawSpec": "0.0.2",
"saveSpec": null,
"fetchSpec": "0.0.2"
},
"_requiredBy": [
"/cliui"
],
"_resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
"_shasum": "b79669bb42ecb409f83d583cad52ca17eaa1643f",
"_spec": "wordwrap@0.0.2",
"_where": "C:\\Users\\yeari\\Desktop\\경희대\\오픈소스SW개발\\Project\\OSS-Project\\node_modules\\cliui",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/node-wordwrap/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Wrap those words. Show them at what columns to start and stop.",
"devDependencies": {
"expresso": "=0.7.x"
},
"directories": {
"lib": ".",
"example": "example",
"test": "test"
},
"engines": {
"node": ">=0.4.0"
},
"homepage": "https://github.com/substack/node-wordwrap#readme",
"keywords": [
"word",
"wrap",
"rule",
"format",
"column"
],
"license": "MIT/X11",
"main": "./index.js",
"name": "wordwrap",
"repository": {
"type": "git",
"url": "git://github.com/substack/node-wordwrap.git"
},
"scripts": {
"test": "expresso"
},
"version": "0.0.2"
}