2023-10-03 11:14:36 +08:00
|
|
|
{
|
|
|
|
"name": "stylus",
|
|
|
|
"description": "Robust, expressive, and feature-rich CSS superset",
|
|
|
|
"version": "0.57.0",
|
|
|
|
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
|
|
|
"keywords": [
|
|
|
|
"css",
|
|
|
|
"parser",
|
|
|
|
"style",
|
|
|
|
"stylesheets",
|
|
|
|
"jade",
|
|
|
|
"language"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/stylus/stylus"
|
|
|
|
},
|
|
|
|
"main": "./index.js",
|
|
|
|
"browserify": "./lib/browserify.js",
|
|
|
|
"engines": {
|
|
|
|
"node": "*"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"stylus": "./bin/stylus"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"prepublish": "npm prune",
|
|
|
|
"test": "mocha test/ test/middleware/ --require chai --bail --check-leaks --reporter dot",
|
|
|
|
"test-cov": "mocha test/ test/middleware/ --require chai --bail --reporter html-cov > coverage.html"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"css": "^3.0.0",
|
|
|
|
"debug": "^4.3.2",
|
|
|
|
"glob": "^7.1.6",
|
|
|
|
"safer-buffer": "^2.1.2",
|
|
|
|
"sax": "~1.2.4",
|
|
|
|
"source-map": "^0.7.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "^4.3.6",
|
|
|
|
"mocha": "^9.2.0"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/stylus/stylus/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/stylus/stylus",
|
|
|
|
"directories": {
|
|
|
|
"doc": "docs",
|
|
|
|
"example": "examples",
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"license": "MIT"
|
|
|
|
}
|