Blame view

node_modules/wordwrap/package.json 1.6 KB
2a09d1a4   liuqimichale   添加宜春 天水 宣化
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": [
      "/webpack/cliui"
    ],
    "_resolved": "http://registry.npm.taobao.org/wordwrap/download/wordwrap-0.0.2.tgz",
    "_shasum": "b79669bb42ecb409f83d583cad52ca17eaa1643f",
    "_spec": "wordwrap@0.0.2",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/webpack/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"
  }