source: imaps-frontend/node_modules/escape-string-regexp/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
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"
70}
Note: See TracBrowser for help on using the repository browser.