| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "_args": [
- [
- "stylus@0.54.7",
- "E:\\item\\newItem\\admin"
- ]
- ],
- "_from": "stylus@0.54.7",
- "_id": "stylus@0.54.7",
- "_inBundle": false,
- "_integrity": "sha512-Yw3WMTzVwevT6ZTrLCYNHAFmanMxdylelL3hkWNgPMeTCpMwpV3nXjpOHuBXtFv7aiO2xRuQS6OoAdgkNcSNug==",
- "_location": "/stylus",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "stylus@0.54.7",
- "name": "stylus",
- "escapedName": "stylus",
- "rawSpec": "0.54.7",
- "saveSpec": null,
- "fetchSpec": "0.54.7"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/stylus/-/stylus-0.54.7.tgz",
- "_spec": "0.54.7",
- "_where": "E:\\item\\newItem\\admin",
- "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"
- },
- "dependencies": {
- "css-parse": "~2.0.0",
- "debug": "~3.1.0",
- "glob": "^7.1.3",
- "mkdirp": "~0.5.x",
- "safer-buffer": "^2.1.2",
- "sax": "~1.2.4",
- "semver": "^6.0.0",
- "source-map": "^0.7.3"
- },
- "description": "Robust, expressive, and feature-rich CSS superset",
- "devDependencies": {
- "jscoverage": "~0.6.0",
- "mocha": "^5.2.0",
- "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.7"
- }
|