{ "_from": "stylus", "_id": "stylus@0.57.0", "_inBundle": false, "_integrity": "sha512-yOI6G8WYfr0q8v8rRvE91wbxFU+rJPo760Va4MF6K0I6BZjO4r+xSynkvyPBP9tV1CIEUeRsiidjIs2rzb1CnQ==", "_location": "/stylus", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "stylus", "name": "stylus", "escapedName": "stylus", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#DEV:/", "#USER" ], "_resolved": "https://registry.npmjs.org/stylus/-/stylus-0.57.0.tgz", "_shasum": "a46f04f426c19ceef54abb1a9d189fd4e886df41", "_spec": "stylus", "_where": "D:\\work\\liebao-developApi", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" }, "bin": { "stylus": "bin/stylus" }, "browserify": "./lib/browserify.js", "bugs": { "url": "https://github.com/stylus/stylus/issues" }, "bundleDependencies": false, "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" }, "deprecated": false, "description": "Robust, expressive, and feature-rich CSS superset", "devDependencies": { "chai": "^4.3.6", "mocha": "^9.2.0" }, "directories": { "doc": "docs", "example": "examples", "test": "test" }, "engines": { "node": "*" }, "homepage": "https://github.com/stylus/stylus", "keywords": [ "css", "parser", "style", "stylesheets", "jade", "language" ], "license": "MIT", "main": "./index.js", "name": "stylus", "repository": { "type": "git", "url": "git://github.com/stylus/stylus.git" }, "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" }, "version": "0.57.0" }