Blame view

node_modules/braces/package.json 2.37 KB
6a9ffbcc   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
110
111
112
113
114
  {
    "_from": "braces@^1.8.2",
    "_id": "braces@1.8.5",
    "_inBundle": false,
    "_integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=",
    "_location": "/braces",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "braces@^1.8.2",
      "name": "braces",
      "escapedName": "braces",
      "rawSpec": "^1.8.2",
      "saveSpec": null,
      "fetchSpec": "^1.8.2"
    },
    "_requiredBy": [
      "/micromatch"
    ],
    "_resolved": "http://registry.npm.taobao.org/braces/download/braces-1.8.5.tgz",
    "_shasum": "ba77962e12dff969d6b76711e914b737857bf6a7",
    "_spec": "braces@^1.8.2",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/micromatch",
    "author": {
      "name": "Jon Schlinkert",
      "url": "https://github.com/jonschlinkert"
    },
    "bugs": {
      "url": "https://github.com/jonschlinkert/braces/issues"
    },
    "bundleDependencies": false,
    "dependencies": {
      "expand-range": "^1.8.1",
      "preserve": "^0.2.0",
      "repeat-element": "^1.1.2"
    },
    "deprecated": false,
    "description": "Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.",
    "devDependencies": {
      "benchmarked": "^0.1.5",
      "brace-expansion": "^1.1.3",
      "chalk": "^1.1.3",
      "gulp-format-md": "^0.1.8",
      "minimatch": "^3.0.0",
      "minimist": "^1.2.0",
      "mocha": "^2.4.5",
      "should": "^8.3.1"
    },
    "engines": {
      "node": ">=0.10.0"
    },
    "files": [
      "index.js"
    ],
    "homepage": "https://github.com/jonschlinkert/braces",
    "keywords": [
      "alpha",
      "alphabetical",
      "bash",
      "brace",
      "expand",
      "expansion",
      "filepath",
      "fill",
      "fs",
      "glob",
      "globbing",
      "letter",
      "match",
      "matches",
      "matching",
      "number",
      "numerical",
      "path",
      "range",
      "ranges",
      "sh"
    ],
    "license": "MIT",
    "main": "index.js",
    "name": "braces",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/jonschlinkert/braces.git"
    },
    "scripts": {
      "test": "mocha"
    },
    "verb": {
      "plugins": [
        "gulp-format-md"
      ],
      "reflinks": [
        "verb"
      ],
      "toc": false,
      "layout": "default",
      "lint": {
        "reflinks": true
      },
      "tasks": [
        "readme"
      ],
      "related": {
        "list": [
          "micromatch",
          "expand-range",
          "fill-range"
        ]
      }
    },
    "version": "1.8.5"
  }