UNPKG

1.06 kBJSONView Raw
1{
2 "name": "@mapbox/stylelint-processor-arbitrary-tags",
3 "version": "0.4.0",
4 "description": "A stylelint processor that allows you to lint CSS within arbitrary tags",
5 "main": "index.js",
6 "scripts": {
7 "lint": "eslint .",
8 "tap": "tap test/test.js",
9 "test": "npm run tap && npm run lint"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/mapbox/stylelint-processor-arbitrary-tags.git"
14 },
15 "keywords": [
16 "stylelint",
17 "stylelint-processor"
18 ],
19 "author": "Mapbox",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/mapbox/stylelint-processor-arbitrary-tags/issues"
23 },
24 "homepage": "https://github.com/mapbox/stylelint-processor-arbitrary-tags#readme",
25 "devDependencies": {
26 "eslint": "^7.12.1",
27 "eslint-config-davidtheclark-node": "^0.2.0",
28 "eslint-plugin-node": "^11.1.0",
29 "lodash": "^4.17.20",
30 "stylelint": "^9.0.0",
31 "tap": "^14.10.8"
32 },
33 "dependencies": {
34 "execall": "^1.0.0",
35 "split-lines": "^1.1.0"
36 },
37 "engines": {
38 "node": ">=10"
39 }
40}