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

    rceaed42 r59329aa  
    11{
    2   "name": "regex-not",
    3   "description": "Create a javascript regular expression for matching everything except for the given string.",
    4   "version": "1.0.2",
    5   "homepage": "https://github.com/jonschlinkert/regex-not",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/regex-not",
     2  "_args": [
     3    [
     4      "regex-not@1.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "regex-not@1.0.2",
     10  "_id": "regex-not@1.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
     13  "_location": "/regex-not",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "regex-not@1.0.2",
     19    "name": "regex-not",
     20    "escapedName": "regex-not",
     21    "rawSpec": "1.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.2"
     24  },
     25  "_requiredBy": [
     26    "/expand-brackets",
     27    "/extglob",
     28    "/http-proxy-middleware/micromatch",
     29    "/nanomatch",
     30    "/to-regex",
     31    "/webpack-dev-server/micromatch"
     32  ],
     33  "_resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
     34  "_spec": "1.0.2",
     35  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     36  "author": {
     37    "name": "Jon Schlinkert",
     38    "url": "https://github.com/jonschlinkert"
     39  },
    840  "bugs": {
    941    "url": "https://github.com/jonschlinkert/regex-not/issues"
    10   },
    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"
    2142  },
    2243  "dependencies": {
     
    2445    "safe-regex": "^1.1.0"
    2546  },
     47  "description": "Create a javascript regular expression for matching everything except for the given string.",
    2648  "devDependencies": {
    2749    "gulp-format-md": "^1.0.0",
    2850    "mocha": "^3.5.3"
    2951  },
     52  "engines": {
     53    "node": ">=0.10.0"
     54  },
     55  "files": [
     56    "index.js"
     57  ],
     58  "homepage": "https://github.com/jonschlinkert/regex-not",
    3059  "keywords": [
    3160    "exec",
     
    3867    "test"
    3968  ],
     69  "license": "MIT",
     70  "main": "index.js",
     71  "name": "regex-not",
     72  "repository": {
     73    "type": "git",
     74    "url": "git+https://github.com/jonschlinkert/regex-not.git"
     75  },
     76  "scripts": {
     77    "test": "mocha"
     78  },
    4079  "verb": {
    4180    "toc": false,
     
    6099      "reflinks": true
    61100    }
    62   }
     101  },
     102  "version": "1.0.2"
    63103}
Note: See TracChangeset for help on using the changeset viewer.