Blame view

node_modules/fill-range/package.json 2.33 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
  {
    "_from": "fill-range@^2.1.0",
    "_id": "fill-range@2.2.4",
    "_inBundle": false,
    "_integrity": "sha1-6x53OrsFbc2N8r/favWbizqTZWU=",
    "_location": "/fill-range",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "fill-range@^2.1.0",
      "name": "fill-range",
      "escapedName": "fill-range",
      "rawSpec": "^2.1.0",
      "saveSpec": null,
      "fetchSpec": "^2.1.0"
    },
    "_requiredBy": [
      "/expand-range"
    ],
    "_resolved": "http://registry.npm.taobao.org/fill-range/download/fill-range-2.2.4.tgz",
    "_shasum": "eb1e773abb056dcd8df2bfdf6af59b8b3a936565",
    "_spec": "fill-range@^2.1.0",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/expand-range",
    "author": {
      "name": "Jon Schlinkert",
      "url": "https://github.com/jonschlinkert"
    },
    "bugs": {
      "url": "https://github.com/jonschlinkert/fill-range/issues"
    },
    "bundleDependencies": false,
    "dependencies": {
      "is-number": "^2.1.0",
      "isobject": "^2.0.0",
      "randomatic": "^3.0.0",
      "repeat-element": "^1.1.2",
      "repeat-string": "^1.5.2"
    },
    "deprecated": false,
    "description": "Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.",
    "devDependencies": {
      "benchmarked": "^0.1.3",
      "chalk": "^0.5.1",
      "gulp-format-md": "^1.0.0",
      "should": "^13.2.1"
    },
    "engines": {
      "node": ">=0.10.0"
    },
    "files": [
      "index.js"
    ],
    "homepage": "https://github.com/jonschlinkert/fill-range",
    "keywords": [
      "alpha",
      "alphabetical",
      "bash",
      "brace",
      "expand",
      "expansion",
      "fill",
      "glob",
      "match",
      "matches",
      "matching",
      "number",
      "numerical",
      "range",
      "ranges",
      "sh"
    ],
    "license": "MIT",
    "main": "index.js",
    "name": "fill-range",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/jonschlinkert/fill-range.git"
    },
    "scripts": {
      "test": "mocha"
    },
    "verb": {
      "toc": true,
      "layout": "default",
      "tasks": [
        "readme"
      ],
      "plugins": [
        "gulp-format-md"
      ],
      "related": {
        "list": [
          "braces",
          "expand-range",
          "is-glob",
          "micromatch"
        ]
      },
      "lint": {
        "reflinks": true
      },
      "reflinks": [
        "micromatch",
        "randomatic"
      ]
    },
    "version": "2.2.4"
  }