UNPKG

detective-stylus

Version:
45 lines (44 loc) 948 B
{ "name": "detective-stylus", "version": "6.0.0", "description": "Get the dependencies of a Stylus file", "type": "module", "exports": { ".": "./index.js" }, "files": [ "index.js" ], "scripts": { "lint": "xo", "fix": "xo --fix", "uvu": "uvu test", "test": "npm run lint && npm run uvu", "test:ci": "c8 npm run uvu" }, "repository": { "type": "git", "url": "git+https://github.com/dependents/node-detective-stylus.git" }, "keywords": [ "stylus", "ast", "static", "analysis", "dependencies" ], "author": "Joel Kemp <joel@mrjoelkemp.com>", "license": "MIT", "bugs": { "url": "https://github.com/dependents/node-detective-stylus/issues" }, "homepage": "https://github.com/dependents/node-detective-stylus", "engines": { "node": ">=20.19.0 || >=22.12.0" }, "devDependencies": { "c8": "^11.0.0", "uvu": "^0.5.6", "xo": "^2.0.2" } }