source: trip-planner-front/node_modules/regex-not/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
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 },
40 "bugs": {
41 "url": "https://github.com/jonschlinkert/regex-not/issues"
42 },
43 "dependencies": {
44 "extend-shallow": "^3.0.2",
45 "safe-regex": "^1.1.0"
46 },
47 "description": "Create a javascript regular expression for matching everything except for the given string.",
48 "devDependencies": {
49 "gulp-format-md": "^1.0.0",
50 "mocha": "^3.5.3"
51 },
52 "engines": {
53 "node": ">=0.10.0"
54 },
55 "files": [
56 "index.js"
57 ],
58 "homepage": "https://github.com/jonschlinkert/regex-not",
59 "keywords": [
60 "exec",
61 "match",
62 "negate",
63 "negation",
64 "not",
65 "regex",
66 "regular expression",
67 "test"
68 ],
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 },
79 "verb": {
80 "toc": false,
81 "layout": "default",
82 "tasks": [
83 "readme"
84 ],
85 "plugins": [
86 "gulp-format-md"
87 ],
88 "related": {
89 "list": [
90 "regex-cache",
91 "to-regex"
92 ]
93 },
94 "reflinks": [
95 "verb",
96 "verb-generate-readme"
97 ],
98 "lint": {
99 "reflinks": true
100 }
101 },
102 "version": "1.0.2"
103}
Note: See TracBrowser for help on using the repository browser.