123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_from": "stylus@^0.57.0",
- "_id": "stylus@0.57.0",
- "_inBundle": false,
- "_integrity": "sha512-yOI6G8WYfr0q8v8rRvE91wbxFU+rJPo760Va4MF6K0I6BZjO4r+xSynkvyPBP9tV1CIEUeRsiidjIs2rzb1CnQ==",
- "_location": "/stylus",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "stylus@^0.57.0",
- "name": "stylus",
- "escapedName": "stylus",
- "rawSpec": "^0.57.0",
- "saveSpec": null,
- "fetchSpec": "^0.57.0"
- },
- "_requiredBy": [
- "/hexo-renderer-stylus"
- ],
- "_resolved": "https://registry.npmmirror.com/stylus/-/stylus-0.57.0.tgz",
- "_shasum": "a46f04f426c19ceef54abb1a9d189fd4e886df41",
- "_spec": "stylus@^0.57.0",
- "_where": "/var/www/AfterAales/node_modules/hexo-renderer-stylus",
- "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"
- }
|