'a'
mh-two-thousand-and-two
2024-04-12 44d2c92345cd156a59fc327b3060292a282d2893
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
{
  "_args": [
    [
      "glob-escape@0.0.2",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_from": "glob-escape@0.0.2",
  "_id": "glob-escape@0.0.2",
  "_inBundle": false,
  "_integrity": "sha512-L/cXYz8x7qer1HAyUQ+mbjcUsJVdpRxpAf7CwqHoNBs9vTpABlGfNN4tzkDxt+u3Z7ZncVyKlCNPtzb0R/7WbA==",
  "_location": "/glob-escape",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "glob-escape@0.0.2",
    "name": "glob-escape",
    "escapedName": "glob-escape",
    "rawSpec": "0.0.2",
    "saveSpec": null,
    "fetchSpec": "0.0.2"
  },
  "_requiredBy": [
    "/@dcloudio/uni-cli-shared"
  ],
  "_resolved": "https://registry.npmmirror.com/glob-escape/-/glob-escape-0.0.2.tgz",
  "_spec": "0.0.2",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "Sven Schönung",
    "email": "sven.schoenung@gmail.com",
    "url": "http://sven.schoenung.org/"
  },
  "bugs": {
    "url": "https://github.com/svenschoenung/glob-escape/issues"
  },
  "dependencies": {},
  "description": "Escape glob patterns",
  "devDependencies": {
    "chai": "^3.5.0",
    "codacy-coverage": "^1.1.3",
    "coveralls": "^2.11.6",
    "istanbul": "^0.4.2",
    "minimatch": "^3.0.2",
    "mocha": "^2.2.4",
    "mocha-lcov-reporter": "^1.0.0"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "homepage": "https://github.com/svenschoenung/glob-escape.git",
  "keywords": [
    "backslash",
    "escape",
    "glob",
    "globbing",
    "globs",
    "gulpfriendly",
    "match",
    "matcher",
    "minimatch",
    "pattern",
    "patterns",
    "wildcard",
    "wildcards"
  ],
  "license": "MIT",
  "name": "glob-escape",
  "repository": {
    "type": "git",
    "url": "git://github.com/svenschoenung/glob-escape.git"
  },
  "scripts": {
    "codacy": "istanbul cover ./node_modules/mocha/bin/_mocha test.js -x test.js --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage && rm -rf ./coverage",
    "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha test.js -x test.js --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "test": "istanbul cover ./node_modules/mocha/bin/_mocha test.js -x test.js --report html -- -R spec"
  },
  "version": "0.0.2"
}