123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- {
- "_from": "postcss-html@^1.3.0",
- "_id": "postcss-html@1.4.0",
- "_inBundle": false,
- "_integrity": "sha512-j9EHFVnF45X9FPr2VSHAwdU3bm1zNP+bTGE+cVQ2bdFViK/8M66SZ8qRUq1DJuhbHo1/PiqMznQRWtvUVkAmEg==",
- "_location": "/postcss-html",
- "_phantomChildren": {
- "domhandler": "4.3.1",
- "nanoid": "3.3.2",
- "picocolors": "1.0.0",
- "source-map-js": "1.0.2"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "postcss-html@^1.3.0",
- "name": "postcss-html",
- "escapedName": "postcss-html",
- "rawSpec": "^1.3.0",
- "saveSpec": null,
- "fetchSpec": "^1.3.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-1.4.0.tgz",
- "_shasum": "f8bae704f3404b99b677744dcb37279ceeac3081",
- "_spec": "postcss-html@^1.3.0",
- "_where": "H:\\gs_nuxt",
- "author": {
- "name": "gucong"
- },
- "bugs": {
- "url": "https://github.com/ota-meshi/postcss-html/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Yosuke Ota",
- "url": "https://github.com/ota-meshi"
- }
- ],
- "dependencies": {
- "htmlparser2": "^7.1.2",
- "postcss": "^8.4.0",
- "postcss-safe-parser": "^6.0.0"
- },
- "deprecated": false,
- "description": "PostCSS syntax for parsing HTML (and HTML-like)",
- "devDependencies": {
- "@ota-meshi/eslint-plugin": "^0.10.0",
- "autoprefixer": "^10.3.7",
- "chai": "^4.3.4",
- "codecov": "^3.8.3",
- "eslint": "^8.0.1",
- "eslint-config-prettier": "^8.3.0",
- "eslint-plugin-eslint-comments": "^3.2.0",
- "eslint-plugin-json-schema-validator": "^2.0.0",
- "eslint-plugin-jsonc": "^2.0.0",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-node-dependencies": "^0.8.0",
- "eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-regexp": "^1.4.1",
- "eslint-plugin-yml": "^0.14.0",
- "mocha": "^9.1.3",
- "mocha-chai-jest-snapshot": "^1.1.3",
- "nyc": "^15.1.0",
- "postcss-less": "^6.0.0",
- "postcss-scss": "^4.0.1",
- "postcss-styl": "^0.9.0",
- "prettier": "^2.4.1",
- "stylelint": "^14.4.0",
- "stylelint-config-standard": "^25.0.0",
- "sugarss": "^4.0.1"
- },
- "engines": {
- "node": "^12 || >=14"
- },
- "files": [
- "lib"
- ],
- "homepage": "https://github.com/ota-meshi/postcss-html#readme",
- "keywords": [
- "postcss",
- "syntax",
- "html",
- "vue",
- "quickapp",
- "PHP",
- "css",
- "less",
- "sass",
- "scss",
- "sss",
- "sugarss"
- ],
- "license": "MIT",
- "main": "./lib/index.js",
- "name": "postcss-html",
- "nyc": {
- "reporter": [
- "lcov",
- "text"
- ],
- "cache": true,
- "check-coverage": true
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ota-meshi/postcss-html.git"
- },
- "scripts": {
- "eslint-fix": "eslint . --fix",
- "lint": "eslint .",
- "mocha": "mocha \"test/**/*.js\" --no-timeouts",
- "preversion": "npm run test",
- "test": "nyc npm run mocha",
- "update-snap": "mocha \"test/**/*.js\" --no-timeouts --update"
- },
- "version": "1.4.0"
- }
|