source: trip-planner-front/node_modules/ip-regex/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: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "ip-regex@2.1.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "ip-regex@2.1.0",
10 "_id": "ip-regex@2.1.0",
11 "_inBundle": false,
12 "_integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=",
13 "_location": "/ip-regex",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "ip-regex@2.1.0",
19 "name": "ip-regex",
20 "escapedName": "ip-regex",
21 "rawSpec": "2.1.0",
22 "saveSpec": null,
23 "fetchSpec": "2.1.0"
24 },
25 "_requiredBy": [
26 "/default-gateway"
27 ],
28 "_resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz",
29 "_spec": "2.1.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com",
34 "url": "sindresorhus.com"
35 },
36 "bugs": {
37 "url": "https://github.com/sindresorhus/ip-regex/issues"
38 },
39 "description": "Regular expression for matching IP addresses (IPv4 & IPv6)",
40 "devDependencies": {
41 "ava": "*",
42 "xo": "*"
43 },
44 "engines": {
45 "node": ">=4"
46 },
47 "files": [
48 "index.js"
49 ],
50 "homepage": "https://github.com/sindresorhus/ip-regex#readme",
51 "keywords": [
52 "ip",
53 "ipv6",
54 "ipv4",
55 "regex",
56 "regexp",
57 "re",
58 "match",
59 "test",
60 "find",
61 "text",
62 "pattern",
63 "internet",
64 "protocol",
65 "address",
66 "validate"
67 ],
68 "license": "MIT",
69 "name": "ip-regex",
70 "repository": {
71 "type": "git",
72 "url": "git+https://github.com/sindresorhus/ip-regex.git"
73 },
74 "scripts": {
75 "test": "xo && ava"
76 },
77 "version": "2.1.0",
78 "xo": {
79 "esnext": true
80 }
81}
Note: See TracBrowser for help on using the repository browser.