Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

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

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "ignore@5.1.8",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "ignore@5.1.8",
    10   "_id": "ignore@5.1.8",
     2  "_from": "ignore@^5.1.4",
     3  "_id": "ignore@5.1.9",
    114  "_inBundle": false,
    12   "_integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==",
     5  "_integrity": "sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==",
    136  "_location": "/ignore",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "ignore@5.1.8",
     11    "raw": "ignore@^5.1.4",
    1912    "name": "ignore",
    2013    "escapedName": "ignore",
    21     "rawSpec": "5.1.8",
     14    "rawSpec": "^5.1.4",
    2215    "saveSpec": null,
    23     "fetchSpec": "5.1.8"
     16    "fetchSpec": "^5.1.4"
    2417  },
    2518  "_requiredBy": [
    2619    "/globby"
    2720  ],
    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",
     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",
    3125  "author": {
    3226    "name": "kael"
     
    3529    "url": "https://github.com/kaelzhang/node-ignore/issues"
    3630  },
     31  "bundleDependencies": false,
     32  "deprecated": false,
    3733  "description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.",
    3834  "devDependencies": {
     
    8884    "posttest": "tap --coverage-report=html && codecov",
    8985    "prepublishOnly": "npm run build",
     86    "tap": "tap --reporter classic",
    9087    "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",
     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",
    9491    "test:lint": "eslint .",
    9592    "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",
     93    "test:others": "npm run tap test/others.js",
    9794    "test:ts": "node ./test/ts/simple.js",
    9895    "test:tsc": "tsc ./test/ts/simple.ts --lib ES6",
    9996    "test:win32": "IGNORE_TEST_WIN32=1 npm run test"
    10097  },
    101   "version": "5.1.8"
     98  "version": "5.1.9"
    10299}
Note: See TracChangeset for help on using the changeset viewer.