Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/escape-string-regexp/package.json

    r0c6b92a r79a0317  
    11{
    2         "name": "escape-string-regexp",
    3         "version": "4.0.0",
    4         "description": "Escape RegExp special characters",
    5         "license": "MIT",
    6         "repository": "sindresorhus/escape-string-regexp",
    7         "funding": "https://github.com/sponsors/sindresorhus",
    8         "author": {
    9                 "name": "Sindre Sorhus",
    10                 "email": "sindresorhus@gmail.com",
    11                 "url": "https://sindresorhus.com"
    12         },
    13         "engines": {
    14                 "node": ">=10"
    15         },
    16         "scripts": {
    17                 "test": "xo && ava && tsd"
    18         },
    19         "files": [
    20                 "index.js",
    21                 "index.d.ts"
    22         ],
    23         "keywords": [
    24                 "escape",
    25                 "regex",
    26                 "regexp",
    27                 "regular",
    28                 "expression",
    29                 "string",
    30                 "special",
    31                 "characters"
    32         ],
    33         "devDependencies": {
    34                 "ava": "^1.4.1",
    35                 "tsd": "^0.11.0",
    36                 "xo": "^0.28.3"
    37         }
     2  "_from": "escape-string-regexp@4.0.0",
     3  "_id": "escape-string-regexp@4.0.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
     6  "_location": "/escape-string-regexp",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "escape-string-regexp@4.0.0",
     12    "name": "escape-string-regexp",
     13    "escapedName": "escape-string-regexp",
     14    "rawSpec": "4.0.0",
     15    "saveSpec": null,
     16    "fetchSpec": "4.0.0"
     17  },
     18  "_requiredBy": [
     19    "/eslint"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
     22  "_shasum": "14ba83a5d373e3d311e5afca29cf5bfad965bf34",
     23  "_spec": "escape-string-regexp@4.0.0",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
     25  "author": {
     26    "name": "Sindre Sorhus",
     27    "email": "sindresorhus@gmail.com",
     28    "url": "https://sindresorhus.com"
     29  },
     30  "bugs": {
     31    "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
     32  },
     33  "bundleDependencies": false,
     34  "deprecated": false,
     35  "description": "Escape RegExp special characters",
     36  "devDependencies": {
     37    "ava": "^1.4.1",
     38    "tsd": "^0.11.0",
     39    "xo": "^0.28.3"
     40  },
     41  "engines": {
     42    "node": ">=10"
     43  },
     44  "files": [
     45    "index.js",
     46    "index.d.ts"
     47  ],
     48  "funding": "https://github.com/sponsors/sindresorhus",
     49  "homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
     50  "keywords": [
     51    "escape",
     52    "regex",
     53    "regexp",
     54    "regular",
     55    "expression",
     56    "string",
     57    "special",
     58    "characters"
     59  ],
     60  "license": "MIT",
     61  "name": "escape-string-regexp",
     62  "repository": {
     63    "type": "git",
     64    "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
     65  },
     66  "scripts": {
     67    "test": "xo && ava && tsd"
     68  },
     69  "version": "4.0.0"
    3870}
Note: See TracChangeset for help on using the changeset viewer.