1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "_from": "stylelint-config-html@>=1.0.0",
- "_id": "stylelint-config-html@1.0.0",
- "_inBundle": false,
- "_integrity": "sha512-rKQUUWDpaYC7ybsS6tLxddjn6DxhjSIXybElSmcTyVQj3ExhmU3q+l41ktrlwHRyY0M5SkTkZiwngvYPYmsgSQ==",
- "_location": "/stylelint-config-html",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "stylelint-config-html@>=1.0.0",
- "name": "stylelint-config-html",
- "escapedName": "stylelint-config-html",
- "rawSpec": ">=1.0.0",
- "saveSpec": null,
- "fetchSpec": ">=1.0.0"
- },
- "_requiredBy": [
- "/stylelint-config-recommended-vue"
- ],
- "_resolved": "https://registry.npmjs.org/stylelint-config-html/-/stylelint-config-html-1.0.0.tgz",
- "_shasum": "172acb996ee4c854e8c670fcff77ff0d98d3bec2",
- "_spec": "stylelint-config-html@>=1.0.0",
- "_where": "H:\\gs_nuxt\\node_modules\\stylelint-config-recommended-vue",
- "author": {
- "name": "Yosuke Ota",
- "url": "https://github.com/ota-meshi"
- },
- "bugs": {
- "url": "https://github.com/ota-meshi/stylelint-config-html/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "The shareable HTML config for Stylelint.",
- "devDependencies": {
- "@ota-meshi/eslint-plugin": "^0.10.0",
- "eslint": "^8.0.0",
- "eslint-config-prettier": "^8.3.0",
- "eslint-plugin-eslint-comments": "^3.2.0",
- "eslint-plugin-json-schema-validator": "^1.2.24",
- "eslint-plugin-jsonc": "^1.7.0",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-regexp": "~1.4.0",
- "eslint-plugin-vue": "^7.18.0",
- "eslint-plugin-yml": "^0.10.1",
- "mocha": "^9.1.3",
- "prettier": "^2.4.1"
- },
- "engines": {
- "node": "^12 || >=14"
- },
- "files": [
- "index.js",
- "html.js",
- "vue.js",
- "svelte.js",
- "php.js",
- "xml.js"
- ],
- "homepage": "https://github.com/ota-meshi/stylelint-config-html#readme",
- "keywords": [
- "stylelint",
- "stylelint-config",
- "html",
- "vue",
- "svelte",
- "php",
- "xml"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "stylelint-config-html",
- "peerDependencies": {
- "stylelint": ">=14.0.0",
- "postcss-html": "^1.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ota-meshi/stylelint-config-html.git"
- },
- "scripts": {
- "eslint-fix": "eslint . --fix",
- "lint": "eslint .",
- "preversion": "npm test && git add .",
- "test": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 60000"
- },
- "version": "1.0.0"
- }
|