Add and run removeNPMAbsolutePaths
This commit is contained in:
parent
a76042ab4a
commit
256c63a715
712 changed files with 13722 additions and 18895 deletions
31
node_modules/ip-regex/package.json
generated
vendored
31
node_modules/ip-regex/package.json
generated
vendored
|
|
@ -1,26 +1,23 @@
|
|||
{
|
||||
"name": "ip-regex",
|
||||
"version": "2.1.0",
|
||||
"description": "Regular expression for matching IP addresses (IPv4 & IPv6)",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/ip-regex",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/ip-regex/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Regular expression for matching IP addresses (IPv4 & IPv6)",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/ip-regex#readme",
|
||||
"keywords": [
|
||||
"ip",
|
||||
"ipv6",
|
||||
|
|
@ -38,16 +35,10 @@
|
|||
"address",
|
||||
"validate"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "ip-regex",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/ip-regex.git"
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "2.1.0",
|
||||
"xo": {
|
||||
"esnext": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue