You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

raptor-css-parser

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raptor-css-parser - npm Package Compare versions

Comparing version

to
1.0.0-beta

56

package.json
{
"name": "raptor-css-parser",
"description": "Minimalistic CSS parsing functions",
"repository": {
"type": "git",
"url": "https://github.com/raptorjs3/raptor-css-parser.git"
},
"scripts": {
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test && node_modules/.bin/jshint lib"
},
"author": "Patrick Steele-Idem <pnidem@gmail.com>",
"maintainers": "Patrick Steele-Idem <pnidem@gmail.com>",
"dependencies": {
"raptor-async": "^0.2.6-beta",
"raptor-promises": "^0.2.0-beta"
},
"devDependencies": {
"mocha": "~1.15.1",
"chai": "~1.8.1",
"jshint": "~2.3.0",
"raptor-logging": "^0.2.0-beta"
},
"license": "Apache License v2.0",
"bin": {},
"main": "lib/raptor-css-parser.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "0.2.4-beta"
"name": "raptor-css-parser",
"description": "Minimalistic CSS parsing functions",
"repository": {
"type": "git",
"url": "https://github.com/raptorjs3/raptor-css-parser.git"
},
"scripts": {
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test && node_modules/.bin/jshint lib"
},
"author": "Patrick Steele-Idem <pnidem@gmail.com>",
"maintainers": "Patrick Steele-Idem <pnidem@gmail.com>",
"dependencies": {
"raptor-async": "^0.2.6-beta",
"raptor-promises": "^0.2.0-beta"
},
"devDependencies": {
"mocha": "~1.15.1",
"chai": "~1.8.1",
"jshint": "~2.3.0",
"raptor-logging": "^0.2.0-beta"
},
"license": "Apache License v2.0",
"bin": {},
"main": "lib/raptor-css-parser.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "1.0.0-beta"
}