85 lines
2.1 KiB
JSON
85 lines
2.1 KiB
JSON
![]() |
{
|
||
|
"_from": "stylus@^0.54.8",
|
||
|
"_id": "stylus@0.54.8",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-PaPmWWa8Vnp7BEv+DuzmU+CZ0Uc=",
|
||
|
"_location": "/stylus",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "stylus@^0.54.8",
|
||
|
"name": "stylus",
|
||
|
"escapedName": "stylus",
|
||
|
"rawSpec": "^0.54.8",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.54.8"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@vuepress/theme-default"
|
||
|
],
|
||
|
"_resolved": "https://registry.npm.taobao.org/stylus/download/stylus-0.54.8.tgz",
|
||
|
"_shasum": "3da3e65966bc567a7b044bfe0eece653e099d147",
|
||
|
"_spec": "stylus@^0.54.8",
|
||
|
"_where": "E:\\GreateCommunity\\node_modules\\@vuepress\\theme-default",
|
||
|
"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-parse": "~2.0.0",
|
||
|
"debug": "~3.1.0",
|
||
|
"glob": "^7.1.6",
|
||
|
"mkdirp": "~1.0.4",
|
||
|
"safer-buffer": "^2.1.2",
|
||
|
"sax": "~1.2.4",
|
||
|
"semver": "^6.3.0",
|
||
|
"source-map": "^0.7.3"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Robust, expressive, and feature-rich CSS superset",
|
||
|
"devDependencies": {
|
||
|
"jscoverage": "~0.6.0",
|
||
|
"mocha": "^8.0.1",
|
||
|
"should": "^13.2.3"
|
||
|
},
|
||
|
"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 should --bail --check-leaks --reporter dot",
|
||
|
"test-cov": "mocha test/ test/middleware/ --require should --bail --reporter html-cov > coverage.html"
|
||
|
},
|
||
|
"version": "0.54.8"
|
||
|
}
|