regexp-sourcemaps
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "regexp-sourcemaps", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Similar to str.replace(regex, replace) but with sourcemap support", | ||
"homepage": "https://bitbucket.org/lsystems/regexp-sourcemaps", | ||
"author": "L.systems SARL", | ||
"contributors": [ | ||
"Quentin Raynaud <quentin.raynaud@lsystems.fr>" | ||
], | ||
"main": "lib/regexp-sourcemaps", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"repository": { | ||
"type": "hg", | ||
"url": "https://bitbucket.org/lsystems/regexp-sourcemaps" | ||
}, | ||
"bugs": { | ||
"url": "https://bitbucket.org/lsystems/regexp-sourcemaps/issues?status=new&status=open" | ||
}, | ||
"keywords": [ | ||
@@ -14,7 +23,2 @@ "regexp", | ||
], | ||
"author": "L.systems SARL", | ||
"contributors": [ | ||
"Quentin Raynaud <quentin.raynaud@lsystems.fr>" | ||
], | ||
"license": "BSD", | ||
"dependencies": { | ||
@@ -25,3 +29,7 @@ "source-map": "^0.4.2" | ||
"lodash": "^3.7.0" | ||
} | ||
}, | ||
"scripts": { | ||
"test": "node test/test.js" | ||
}, | ||
"license": "MIT" | ||
} |
@@ -12,3 +12,3 @@ ## regexp-sourcemaps | ||
var someReplacer(/some(.*?)content/, 'my $1 result', 'regexpName'); | ||
var someReplacer = new Replacer(/some(.*?)content/, 'my $1 result', 'regexpName'); | ||
@@ -15,0 +15,0 @@ var res = someReplacer.replace('somesupercontent', '/path/to/file'); |
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5426
0
1
0