named-regexp-groups
Advanced tools
Comparing version 1.0.3-0 to 1.0.3-1
{ | ||
"name": "named-regexp-groups", | ||
"version": "1.0.3-0", | ||
"version": "1.0.3-1", | ||
"description": "Regular expressions with named capture groups and named back-references", | ||
@@ -37,37 +37,2 @@ "keywords": [ | ||
}, | ||
"babel": { | ||
"env": { | ||
"development": { | ||
"presets": [ | ||
"env", | ||
"stage-2" | ||
] | ||
}, | ||
"es5": { | ||
"presets": [ | ||
[ | ||
"env", | ||
{ | ||
"modules": false | ||
} | ||
], | ||
"stage-2" | ||
] | ||
} | ||
}, | ||
"ignore": [ | ||
"./node_modules", | ||
"./lib", | ||
"./dist/index.js" | ||
] | ||
}, | ||
"eslintConfig": { | ||
"extends": "standard", | ||
"plugins": [ | ||
"standard" | ||
], | ||
"rules": { | ||
"spaced-comment": 0 | ||
} | ||
}, | ||
"dependencies": {}, | ||
@@ -74,0 +39,0 @@ "devDependencies": { |
@@ -16,5 +16,5 @@ # named-regexp-groups | ||
* [test](#test) | ||
* [String.replace](#string-replace) | ||
* [String.match](#string-match) | ||
* [String.split](#string-split) | ||
* [String.replace](#stringreplace) | ||
* [String.match](#stringmatch) | ||
* [String.split](#stringsplit) | ||
* [ES7](#es7) | ||
@@ -21,0 +21,0 @@ * [License](#license) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
39032