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

    rceaed42 r59329aa  
    11{
    2   "name": "is-extglob",
    3   "description": "Returns true if a string has an extglob.",
    4   "version": "2.1.1",
    5   "homepage": "https://github.com/jonschlinkert/is-extglob",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/is-extglob",
     2  "_args": [
     3    [
     4      "is-extglob@2.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "is-extglob@2.1.1",
     10  "_id": "is-extglob@2.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
     13  "_location": "/is-extglob",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-extglob@2.1.1",
     19    "name": "is-extglob",
     20    "escapedName": "is-extglob",
     21    "rawSpec": "2.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.1.1"
     24  },
     25  "_requiredBy": [
     26    "/is-glob",
     27    "/webpack-dev-server/glob-parent/is-glob"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
     30  "_spec": "2.1.1",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Jon Schlinkert",
     34    "url": "https://github.com/jonschlinkert"
     35  },
    836  "bugs": {
    937    "url": "https://github.com/jonschlinkert/is-extglob/issues"
    1038  },
    11   "license": "MIT",
    12   "files": [
    13     "index.js"
    14   ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
    18   },
    19   "scripts": {
    20     "test": "mocha"
    21   },
     39  "description": "Returns true if a string has an extglob.",
    2240  "devDependencies": {
    2341    "gulp-format-md": "^0.1.10",
    2442    "mocha": "^3.0.2"
    2543  },
     44  "engines": {
     45    "node": ">=0.10.0"
     46  },
     47  "files": [
     48    "index.js"
     49  ],
     50  "homepage": "https://github.com/jonschlinkert/is-extglob",
    2651  "keywords": [
    2752    "bash",
     
    4368    "test"
    4469  ],
     70  "license": "MIT",
     71  "main": "index.js",
     72  "name": "is-extglob",
     73  "repository": {
     74    "type": "git",
     75    "url": "git+https://github.com/jonschlinkert/is-extglob.git"
     76  },
     77  "scripts": {
     78    "test": "mocha"
     79  },
    4580  "verb": {
    4681    "toc": false,
     
    66101      "reflinks": true
    67102    }
    68   }
     103  },
     104  "version": "2.1.1"
    69105}
Note: See TracChangeset for help on using the changeset viewer.