source: trip-planner-front/node_modules/ip-regex/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 729 bytes
Line 
1{
2 "name": "ip-regex",
3 "version": "2.1.0",
4 "description": "Regular expression for matching IP addresses (IPv4 & IPv6)",
5 "license": "MIT",
6 "repository": "sindresorhus/ip-regex",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=4"
14 },
15 "scripts": {
16 "test": "xo && ava"
17 },
18 "files": [
19 "index.js"
20 ],
21 "keywords": [
22 "ip",
23 "ipv6",
24 "ipv4",
25 "regex",
26 "regexp",
27 "re",
28 "match",
29 "test",
30 "find",
31 "text",
32 "pattern",
33 "internet",
34 "protocol",
35 "address",
36 "validate"
37 ],
38 "devDependencies": {
39 "ava": "*",
40 "xo": "*"
41 },
42 "xo": {
43 "esnext": true
44 }
45}
Note: See TracBrowser for help on using the repository browser.