Changeset 59329aa for trip-planner-front/node_modules/ip-regex
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/ip-regex/package.json
rceaed42 r59329aa 1 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", 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", 7 31 "author": { 8 32 "name": "Sindre Sorhus", … … 10 34 "url": "sindresorhus.com" 11 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 }, 12 44 "engines": { 13 45 "node": ">=4" 14 },15 "scripts": {16 "test": "xo && ava"17 46 }, 18 47 "files": [ 19 48 "index.js" 20 49 ], 50 "homepage": "https://github.com/sindresorhus/ip-regex#readme", 21 51 "keywords": [ 22 52 "ip", … … 36 66 "validate" 37 67 ], 38 "devDependencies": { 39 "ava": "*", 40 "xo": "*" 68 "license": "MIT", 69 "name": "ip-regex", 70 "repository": { 71 "type": "git", 72 "url": "git+https://github.com/sindresorhus/ip-regex.git" 41 73 }, 74 "scripts": { 75 "test": "xo && ava" 76 }, 77 "version": "2.1.0", 42 78 "xo": { 43 79 "esnext": true
Note:
See TracChangeset
for help on using the changeset viewer.