[6a3a178] | 1 | {
|
---|
[e29cc2e] | 2 | "_from": "ignore@^5.1.4",
|
---|
| 3 | "_id": "ignore@5.1.9",
|
---|
[59329aa] | 4 | "_inBundle": false,
|
---|
[e29cc2e] | 5 | "_integrity": "sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==",
|
---|
[59329aa] | 6 | "_location": "/ignore",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
[e29cc2e] | 9 | "type": "range",
|
---|
[59329aa] | 10 | "registry": true,
|
---|
[e29cc2e] | 11 | "raw": "ignore@^5.1.4",
|
---|
[59329aa] | 12 | "name": "ignore",
|
---|
| 13 | "escapedName": "ignore",
|
---|
[e29cc2e] | 14 | "rawSpec": "^5.1.4",
|
---|
[59329aa] | 15 | "saveSpec": null,
|
---|
[e29cc2e] | 16 | "fetchSpec": "^5.1.4"
|
---|
[6a3a178] | 17 | },
|
---|
[59329aa] | 18 | "_requiredBy": [
|
---|
| 19 | "/globby"
|
---|
[6a3a178] | 20 | ],
|
---|
[e29cc2e] | 21 | "_resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.9.tgz",
|
---|
| 22 | "_shasum": "9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb",
|
---|
| 23 | "_spec": "ignore@^5.1.4",
|
---|
| 24 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\globby",
|
---|
[59329aa] | 25 | "author": {
|
---|
| 26 | "name": "kael"
|
---|
| 27 | },
|
---|
[6a3a178] | 28 | "bugs": {
|
---|
| 29 | "url": "https://github.com/kaelzhang/node-ignore/issues"
|
---|
| 30 | },
|
---|
[e29cc2e] | 31 | "bundleDependencies": false,
|
---|
| 32 | "deprecated": false,
|
---|
[59329aa] | 33 | "description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.",
|
---|
[6a3a178] | 34 | "devDependencies": {
|
---|
| 35 | "@babel/cli": "^7.8.4",
|
---|
| 36 | "@babel/core": "^7.9.6",
|
---|
| 37 | "@babel/preset-env": "^7.9.6",
|
---|
| 38 | "codecov": "^3.7.0",
|
---|
| 39 | "debug": "^4.1.1",
|
---|
| 40 | "eslint": "^7.0.0",
|
---|
| 41 | "eslint-config-ostai": "^3.0.0",
|
---|
| 42 | "eslint-plugin-import": "^2.20.2",
|
---|
| 43 | "mkdirp": "^1.0.4",
|
---|
| 44 | "pre-suf": "^1.1.1",
|
---|
| 45 | "rimraf": "^3.0.2",
|
---|
| 46 | "spawn-sync": "^2.0.0",
|
---|
| 47 | "tap": "^14.10.7",
|
---|
| 48 | "tmp": "0.2.1",
|
---|
| 49 | "typescript": "^3.9.3"
|
---|
| 50 | },
|
---|
| 51 | "engines": {
|
---|
| 52 | "node": ">= 4"
|
---|
[59329aa] | 53 | },
|
---|
| 54 | "files": [
|
---|
| 55 | "legacy.js",
|
---|
| 56 | "index.js",
|
---|
| 57 | "index.d.ts",
|
---|
| 58 | "LICENSE-MIT"
|
---|
| 59 | ],
|
---|
| 60 | "homepage": "https://github.com/kaelzhang/node-ignore#readme",
|
---|
| 61 | "keywords": [
|
---|
| 62 | "ignore",
|
---|
| 63 | ".gitignore",
|
---|
| 64 | "gitignore",
|
---|
| 65 | "npmignore",
|
---|
| 66 | "rules",
|
---|
| 67 | "manager",
|
---|
| 68 | "filter",
|
---|
| 69 | "regexp",
|
---|
| 70 | "regex",
|
---|
| 71 | "fnmatch",
|
---|
| 72 | "glob",
|
---|
| 73 | "asterisks",
|
---|
| 74 | "regular-expression"
|
---|
| 75 | ],
|
---|
| 76 | "license": "MIT",
|
---|
| 77 | "name": "ignore",
|
---|
| 78 | "repository": {
|
---|
| 79 | "type": "git",
|
---|
| 80 | "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
|
---|
| 81 | },
|
---|
| 82 | "scripts": {
|
---|
| 83 | "build": "babel -o legacy.js index.js",
|
---|
| 84 | "posttest": "tap --coverage-report=html && codecov",
|
---|
| 85 | "prepublishOnly": "npm run build",
|
---|
[e29cc2e] | 86 | "tap": "tap --reporter classic",
|
---|
[59329aa] | 87 | "test": "npm run test:only",
|
---|
[e29cc2e] | 88 | "test:cases": "npm run tap test/*.js -- --coverage",
|
---|
| 89 | "test:git": "npm run tap test/git-check-ignore.js",
|
---|
| 90 | "test:ignore": "npm run tap test/ignore.js",
|
---|
[59329aa] | 91 | "test:lint": "eslint .",
|
---|
| 92 | "test:only": "npm run test:lint && npm run test:tsc && npm run test:ts && npm run test:cases",
|
---|
[e29cc2e] | 93 | "test:others": "npm run tap test/others.js",
|
---|
[59329aa] | 94 | "test:ts": "node ./test/ts/simple.js",
|
---|
| 95 | "test:tsc": "tsc ./test/ts/simple.ts --lib ES6",
|
---|
| 96 | "test:win32": "IGNORE_TEST_WIN32=1 npm run test"
|
---|
| 97 | },
|
---|
[e29cc2e] | 98 | "version": "5.1.9"
|
---|
[6a3a178] | 99 | }
|
---|