Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "craze", | ||
"version": "1.0.0", | ||
"description": "Next gen CSS.", | ||
"version": "2.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "jest tests", | ||
"craze": "node bin/craze" | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"bin": { | ||
"craze": "bin/craze" | ||
}, | ||
"author": "Jamen Marz", | ||
"license": "MIT", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"jest-cli": "latest" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/jamen/craze.git" | ||
"url": "git+https://github.com/npm/deprecate-holder.git" | ||
}, | ||
"keywords": [ | ||
"css", | ||
"preprocessor" | ||
], | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/jamen/craze/issues" | ||
"url": "https://github.com/npm/deprecate-holder/issues" | ||
}, | ||
"homepage": "https://github.com/jamen/craze#readme", | ||
"jest": { | ||
"testDirectoryName": "tests" | ||
} | ||
"homepage": "https://github.com/npm/deprecate-holder#readme" | ||
} |
@@ -1,33 +0,5 @@ | ||
# Craze | ||
Next generation CSS. | ||
# Deprecated Package | ||
Instead of transpiling directly to CSS like most preprocessors, Craze compiles to a SPV (Selector, Property, Value) tree, which can then be compiled to CSS. | ||
This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name. | ||
This allows more opportunities for middleware to interact with the CSS directly through a easy interface. | ||
## Installation | ||
``` | ||
$ npm install -g craze | ||
``` | ||
## Example | ||
Programmatic usage: | ||
```javascript | ||
Selector('.foo, .bar', [ | ||
Property('background-color', Value('#000')), | ||
Property('border', [ | ||
Value(1, 'px'), | ||
Value('solid'), | ||
Value('#FFF') | ||
]) | ||
]); | ||
``` | ||
Compiled: | ||
```css | ||
.foo, .bar { | ||
background-color:#000; | ||
border:1px solid #FFF; | ||
} | ||
``` | ||
Please contact support@npmjs.com if you have questions about this 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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
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
0
667
2
0
2
1
6
3