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-walk/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "ignore-walk",
    3   "version": "3.0.4",
     2  "_args": [
     3    [
     4      "ignore-walk@3.0.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ignore-walk@3.0.4",
     10  "_id": "ignore-walk@3.0.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==",
     13  "_location": "/ignore-walk",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ignore-walk@3.0.4",
     19    "name": "ignore-walk",
     20    "escapedName": "ignore-walk",
     21    "rawSpec": "3.0.4",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.4"
     24  },
     25  "_requiredBy": [
     26    "/npm-packlist"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.4.tgz",
     29  "_spec": "3.0.4",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Isaac Z. Schlueter",
     33    "email": "i@izs.me",
     34    "url": "http://blog.izs.me/"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/isaacs/ignore-walk/issues"
     38  },
     39  "dependencies": {
     40    "minimatch": "^3.0.4"
     41  },
    442  "description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
    5   "main": "index.js",
    643  "devDependencies": {
    744    "mkdirp": "^0.5.1",
     
    1047    "tap": "^15.0.6"
    1148  },
    12   "scripts": {
    13     "test": "tap",
    14     "preversion": "npm test",
    15     "postversion": "npm publish",
    16     "postpublish": "git push origin --all; git push origin --tags"
    17   },
     49  "files": [
     50    "index.js"
     51  ],
     52  "homepage": "https://github.com/isaacs/ignore-walk#readme",
    1853  "keywords": [
    1954    "ignorefile",
     
    2459    "glob"
    2560  ],
    26   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
    2761  "license": "ISC",
     62  "main": "index.js",
     63  "name": "ignore-walk",
    2864  "repository": {
    2965    "type": "git",
    3066    "url": "git+https://github.com/isaacs/ignore-walk.git"
    3167  },
    32   "files": [
    33     "index.js"
    34   ],
    35   "dependencies": {
    36     "minimatch": "^3.0.4"
     68  "scripts": {
     69    "postpublish": "git push origin --all; git push origin --tags",
     70    "postversion": "npm publish",
     71    "preversion": "npm test",
     72    "test": "tap"
    3773  },
    3874  "tap": {
     
    4177    "after": "test/zz-cleanup.js",
    4278    "jobs": 1
    43   }
     79  },
     80  "version": "3.0.4"
    4481}
Note: See TracChangeset for help on using the changeset viewer.