blob: 02f9426fe969d3b04758e3544bdc56af218742fc [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "ignore@^3.3.5",
3 "_id": "ignore@3.3.10",
4 "_inBundle": false,
5 "_integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==",
6 "_location": "/ignore",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "ignore@^3.3.5",
12 "name": "ignore",
13 "escapedName": "ignore",
14 "rawSpec": "^3.3.5",
15 "saveSpec": null,
16 "fetchSpec": "^3.3.5"
17 },
18 "_requiredBy": [
19 "/globby"
20 ],
21 "_resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz",
22 "_shasum": "0a97fb876986e8081c631160f8f9f389157f0043",
23 "_spec": "ignore@^3.3.5",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\globby",
25 "author": {
26 "name": "kael"
27 },
28 "bugs": {
29 "url": "https://github.com/kaelzhang/node-ignore/issues"
30 },
31 "bundleDependencies": false,
32 "deprecated": false,
33 "description": "Ignore is a manager and filter for .gitignore rules.",
34 "devDependencies": {
35 "babel-cli": "^6.26.0",
36 "babel-preset-es2015": "^6.24.1",
37 "chai": "~1.7.2",
38 "codecov": "^3.0.2",
39 "istanbul": "^0.4.5",
40 "mkdirp": "^0.5.1",
41 "mocha": "~1.13.0",
42 "pre-suf": "^1.0.4",
43 "rimraf": "^2.6.2",
44 "spawn-sync": "^1.0.15",
45 "tmp": "0.0.33",
46 "typescript": "^2.9.2"
47 },
48 "files": [
49 "ignore.js",
50 "index.d.ts"
51 ],
52 "homepage": "https://github.com/kaelzhang/node-ignore#readme",
53 "keywords": [
54 "ignore",
55 ".gitignore",
56 "gitignore",
57 "npmignore",
58 "rules",
59 "manager",
60 "filter",
61 "regexp",
62 "regex",
63 "fnmatch",
64 "glob",
65 "asterisks",
66 "regular-expression"
67 ],
68 "license": "MIT",
69 "main": "./ignore.js",
70 "name": "ignore",
71 "repository": {
72 "type": "git",
73 "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
74 },
75 "scripts": {
76 "build": "babel -o ignore.js index.js",
77 "cov-report": "istanbul report",
78 "prepublish": "npm run build",
79 "test": "npm run tsc && npm run build && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec ./test/ignore.js && codecov",
80 "test-no-cov": "npm run tsc && npm run build && mocha --reporter spec ./test/ignore.js",
81 "tsc": "tsc ./test/ts/simple.ts"
82 },
83 "version": "3.3.10"
84}