Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/ignore/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "ignore",
    3   "version": "5.1.8",
    4   "description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.",
    5   "files": [
    6     "legacy.js",
    7     "index.js",
    8     "index.d.ts",
    9     "LICENSE-MIT"
     2  "_args": [
     3    [
     4      "ignore@5.1.8",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "scripts": {
    12     "prepublishOnly": "npm run build",
    13     "build": "babel -o legacy.js index.js",
    14     "test:lint": "eslint .",
    15     "test:tsc": "tsc ./test/ts/simple.ts --lib ES6",
    16     "test:ts": "node ./test/ts/simple.js",
    17     "test:git": "tap test/git-check-ignore.js",
    18     "test:ignore": "tap test/ignore.js",
    19     "test:others": "tap test/others.js",
    20     "test:cases": "tap test/*.js --coverage",
    21     "test:only": "npm run test:lint && npm run test:tsc && npm run test:ts && npm run test:cases",
    22     "test": "npm run test:only",
    23     "test:win32": "IGNORE_TEST_WIN32=1 npm run test",
    24     "posttest": "tap --coverage-report=html && codecov"
     8  "_development": true,
     9  "_from": "ignore@5.1.8",
     10  "_id": "ignore@5.1.8",
     11  "_inBundle": false,
     12  "_integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==",
     13  "_location": "/ignore",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ignore@5.1.8",
     19    "name": "ignore",
     20    "escapedName": "ignore",
     21    "rawSpec": "5.1.8",
     22    "saveSpec": null,
     23    "fetchSpec": "5.1.8"
    2524  },
    26   "repository": {
    27     "type": "git",
    28     "url": "git@github.com:kaelzhang/node-ignore.git"
     25  "_requiredBy": [
     26    "/globby"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz",
     29  "_spec": "5.1.8",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "kael"
    2933  },
    30   "keywords": [
    31     "ignore",
    32     ".gitignore",
    33     "gitignore",
    34     "npmignore",
    35     "rules",
    36     "manager",
    37     "filter",
    38     "regexp",
    39     "regex",
    40     "fnmatch",
    41     "glob",
    42     "asterisks",
    43     "regular-expression"
    44   ],
    45   "author": "kael",
    46   "license": "MIT",
    4734  "bugs": {
    4835    "url": "https://github.com/kaelzhang/node-ignore/issues"
    4936  },
     37  "description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.",
    5038  "devDependencies": {
    5139    "@babel/cli": "^7.8.4",
     
    6755  "engines": {
    6856    "node": ">= 4"
    69   }
     57  },
     58  "files": [
     59    "legacy.js",
     60    "index.js",
     61    "index.d.ts",
     62    "LICENSE-MIT"
     63  ],
     64  "homepage": "https://github.com/kaelzhang/node-ignore#readme",
     65  "keywords": [
     66    "ignore",
     67    ".gitignore",
     68    "gitignore",
     69    "npmignore",
     70    "rules",
     71    "manager",
     72    "filter",
     73    "regexp",
     74    "regex",
     75    "fnmatch",
     76    "glob",
     77    "asterisks",
     78    "regular-expression"
     79  ],
     80  "license": "MIT",
     81  "name": "ignore",
     82  "repository": {
     83    "type": "git",
     84    "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
     85  },
     86  "scripts": {
     87    "build": "babel -o legacy.js index.js",
     88    "posttest": "tap --coverage-report=html && codecov",
     89    "prepublishOnly": "npm run build",
     90    "test": "npm run test:only",
     91    "test:cases": "tap test/*.js --coverage",
     92    "test:git": "tap test/git-check-ignore.js",
     93    "test:ignore": "tap test/ignore.js",
     94    "test:lint": "eslint .",
     95    "test:only": "npm run test:lint && npm run test:tsc && npm run test:ts && npm run test:cases",
     96    "test:others": "tap test/others.js",
     97    "test:ts": "node ./test/ts/simple.js",
     98    "test:tsc": "tsc ./test/ts/simple.ts --lib ES6",
     99    "test:win32": "IGNORE_TEST_WIN32=1 npm run test"
     100  },
     101  "version": "5.1.8"
    70102}
Note: See TracChangeset for help on using the changeset viewer.