synesthesia
Advanced tools
Comparing version 1.0.0 to 1.0.1
module.exports = { | ||
'1': /1|0/, | ||
'100': /100|\d?\d/, | ||
'255': /255|(?:25[0-4]|2[0-4]\d|1?\d?\d)/, | ||
'360': /360|(?:3[0-5]\d|[1-2]?\d?\d)/ | ||
'100': /100|(?:[1-9]?\d)/, | ||
'255': /255|(?:25[0-4]|2[0-4]\d|1\d\d|[1-9]?\d)/, | ||
'360': /360|(?:3[0-5]\d|[1-2]\d\d|[1-9]?\d)/ | ||
}; |
{ | ||
"name": "synesthesia", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A collection of regular expressions to match color syntax substrings from a text", | ||
@@ -9,12 +9,15 @@ "main": "lib/index.js", | ||
}, | ||
"files": [ | ||
"lib" | ||
], | ||
"dependencies": { | ||
"css-color-names": "^0.0.1" | ||
"css-color-names": "0.0.3" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "^2.11.1", | ||
"istanbul": "^0.3.0", | ||
"jshint": "^2.5.2", | ||
"mocha": "^1.20.1", | ||
"mocha-lcov-reporter": "0.0.1", | ||
"unexpected": "^3.2.3" | ||
"coveralls": "2.11.9", | ||
"istanbul": "0.4.2", | ||
"jshint": "2.9.1", | ||
"mocha": "2.4.5", | ||
"mocha-lcov-reporter": "1.2.0", | ||
"unexpected": "10.11.1" | ||
}, | ||
@@ -24,3 +27,3 @@ "scripts": { | ||
"lint": "jshint .", | ||
"travis": "npm run lint && NODE_ENV=development ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" | ||
"travis": "npm run lint && istanbul cover _mocha" | ||
}, | ||
@@ -27,0 +30,0 @@ "repository": { |
Synesthesia | ||
=========== | ||
[![NPM version](https://badge.fury.io/js/synesthesia.png)](http://badge.fury.io/js/synesthesia) | ||
[![Build Status](https://travis-ci.org/Munter/synesthesia.png?branch=master)](https://travis-ci.org/Munter/synesthesia) | ||
[![Coverage Status](https://coveralls.io/repos/Munter/synesthesia/badge.png)](https://coveralls.io/r/Munter/synesthesia) | ||
[![Dependency Status](https://david-dm.org/Munter/synesthesia.png)](https://david-dm.org/Munter/synesthesia) | ||
[![NPM version](https://badge.fury.io/js/synesthesia.svg)](http://badge.fury.io/js/synesthesia) | ||
[![Build Status](https://travis-ci.org/Munter/synesthesia.svg?branch=master)](https://travis-ci.org/Munter/synesthesia) | ||
[![Coverage Status](https://coveralls.io/repos/Munter/synesthesia/badge.svg?style=flat)](https://coveralls.io/r/Munter/synesthesia) | ||
[![Dependency Status](https://david-dm.org/Munter/synesthesia.svg)](https://david-dm.org/Munter/synesthesia) | ||
@@ -8,0 +8,0 @@ A collection og regular expressions to find occurences of valid color syntaxes. |
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
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
8117
5
59
1
+ Addedcss-color-names@0.0.3(transitive)
- Removedcss-color-names@0.0.1(transitive)
Updatedcss-color-names@0.0.3