Blame view

node_modules/parse-glob/package.json 2.03 KB
aaac7fed   liuqimichale   add
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
  {
    "_args": [
      [
        "parse-glob@3.0.4",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "parse-glob@3.0.4",
    "_id": "parse-glob@3.0.4",
    "_inBundle": false,
    "_integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
    "_location": "/parse-glob",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "parse-glob@3.0.4",
      "name": "parse-glob",
      "escapedName": "parse-glob",
      "rawSpec": "3.0.4",
      "saveSpec": null,
      "fetchSpec": "3.0.4"
    },
    "_requiredBy": [
      "/http-proxy-middleware/micromatch"
    ],
    "_resolved": "http://registry.npm.taobao.org/parse-glob/download/parse-glob-3.0.4.tgz",
    "_spec": "3.0.4",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Jon Schlinkert",
      "url": "https://github.com/jonschlinkert"
    },
    "bugs": {
      "url": "https://github.com/jonschlinkert/parse-glob/issues"
    },
    "dependencies": {
      "glob-base": "^0.3.0",
      "is-dotfile": "^1.0.0",
      "is-extglob": "^1.0.0",
      "is-glob": "^2.0.0"
    },
    "description": "Parse a glob pattern into an object of tokens.",
    "devDependencies": {
      "browserify": "^9.0.3",
      "lodash": "^3.3.1",
      "mocha": "*"
    },
    "engines": {
      "node": ">=0.10.0"
    },
    "files": [
      "index.js"
    ],
    "homepage": "https://github.com/jonschlinkert/parse-glob",
    "keywords": [
      "glob",
      "match",
      "bash",
      "expand",
      "expansion",
      "expression",
      "file",
      "files",
      "filter",
      "find",
      "glob",
      "globbing",
      "globs",
      "globstar",
      "match",
      "matcher",
      "matches",
      "matching",
      "path",
      "pattern",
      "patterns",
      "regex",
      "regexp",
      "regular",
      "shell",
      "wildcard"
    ],
    "license": "MIT",
    "main": "index.js",
    "name": "parse-glob",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/jonschlinkert/parse-glob.git"
    },
    "scripts": {
      "prepublish": "browserify -o browser.js -e index.js",
      "test": "mocha"
    },
    "version": "3.0.4"
  }