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
| {
| "_from": "ignore@^3.3.5",
| "_id": "ignore@3.3.10",
| "_inBundle": false,
| "_integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==",
| "_location": "/copy-webpack-plugin/ignore",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "ignore@^3.3.5",
| "name": "ignore",
| "escapedName": "ignore",
| "rawSpec": "^3.3.5",
| "saveSpec": null,
| "fetchSpec": "^3.3.5"
| },
| "_requiredBy": [
| "/copy-webpack-plugin/globby"
| ],
| "_resolved": "https://registry.npmmirror.com/ignore/-/ignore-3.3.10.tgz",
| "_shasum": "0a97fb876986e8081c631160f8f9f389157f0043",
| "_spec": "ignore@^3.3.5",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\copy-webpack-plugin\\node_modules\\globby",
| "author": {
| "name": "kael"
| },
| "bugs": {
| "url": "https://github.com/kaelzhang/node-ignore/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "Ignore is a manager and filter for .gitignore rules.",
| "devDependencies": {
| "babel-cli": "^6.26.0",
| "babel-preset-es2015": "^6.24.1",
| "chai": "~1.7.2",
| "codecov": "^3.0.2",
| "istanbul": "^0.4.5",
| "mkdirp": "^0.5.1",
| "mocha": "~1.13.0",
| "pre-suf": "^1.0.4",
| "rimraf": "^2.6.2",
| "spawn-sync": "^1.0.15",
| "tmp": "0.0.33",
| "typescript": "^2.9.2"
| },
| "files": [
| "ignore.js",
| "index.d.ts"
| ],
| "homepage": "https://github.com/kaelzhang/node-ignore#readme",
| "keywords": [
| "ignore",
| ".gitignore",
| "gitignore",
| "npmignore",
| "rules",
| "manager",
| "filter",
| "regexp",
| "regex",
| "fnmatch",
| "glob",
| "asterisks",
| "regular-expression"
| ],
| "license": "MIT",
| "main": "./ignore.js",
| "name": "ignore",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
| },
| "scripts": {
| "build": "babel -o ignore.js index.js",
| "cov-report": "istanbul report",
| "prepublish": "npm run build",
| "test": "npm run tsc && npm run build && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec ./test/ignore.js && codecov",
| "test-no-cov": "npm run tsc && npm run build && mocha --reporter spec ./test/ignore.js",
| "tsc": "tsc ./test/ts/simple.ts"
| },
| "version": "3.3.10"
| }
|
|