Socket
Socket
Sign inDemoInstall

postcss-values-parser

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-values-parser - npm Package Compare versions

Comparing version 0.1.8 to 1.0.0

45

package.json
{
"name": "postcss-values-parser",
"version": "0.1.8",
"version": "1.0.0",
"description": "A CSS property value parser for use with PostCSS",
"main": "index.js",
"repository": "lesshint/postcss-values-parser",
"author": {
"name": "Andrew Powell (shellscape)",
"email": "andrew@shellscape.org",
"url": "https://github.com/shellscape"
"url": "http://shellscape.org"
},
"license": "MIT",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "gulp"
},
"keywords": [

@@ -21,13 +30,3 @@ "css",

],
"bugs": {
"url": "https://github.com/lesshint/postcss-values-parser/issues"
},
"homepage": "https://github.com/lesshint/postcss-values-parser",
"repository": {
"type": "git",
"url": "https://github.com/lesshint/postcss-values-parser.git"
},
"main": "dist/index.js",
"files": [
"dist",
"API.md",

@@ -37,3 +36,2 @@ "LICENSE",

],
"license": "MIT",
"dependencies": {

@@ -45,24 +43,9 @@ "flatten": "^1.0.2",

"devDependencies": {
"babel-cli": "^6.4.0",
"babel-core": "^6.4.0",
"babel-eslint": "^6.0.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-precompile-charcodes": "^1.0.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-0": "^6.3.13",
"chai": "3.5.0",
"chai-shallow-deep-equal": "^1.4.0",
"del": "^2.2.0",
"eslint": "^2.5.1",
"eslint-config-postcss": "^2.0.2",
"eslint": "^3.11.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-sourcemaps": "^1.6.0"
},
"scripts": {
"test": "gulp"
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^3.0.1"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc